SVN checkout browser

Posted by phazei on Stack Overflow See other posts from Stack Overflow or by phazei
Published on 2010-04-08T08:43:57Z Indexed on 2010/04/08 8:53 UTC
Read the original article Hit count: 414

Filed under:
|
|
|
|

I've been looking all over for a SVN browser. Now I'm not talking about anything like WebSVN or TRAC, I don't want to browse the repository; I want to browse the checkout.

I'm looking for a program that lets me browse the checkout (working copy) and shows me the info I'd normally need to SSH for. So I could mark specific files or folders for some commit button, or see the status, or view a diff between the working and a prev version. Basically a web GUI for a svn checkout.

A [windows] program that can let you work on a remote checkout as if it were local would also work.

Currently I have a checkout on my server running under dev.mysite.com. I log in via ftp and edit and upload the files. I also keep SSH open so I can do a svn st to see what files I've worked on and to commit changes. I want to work on the files on the same environment so I can't simply use a local checkout. But I don't want to need to work via SSH.

Are there any apps such as I described? Like a repo browser but for checkouts to do commits. Like WebTortoiseSVN or such.

Thanks

© Stack Overflow or respective owner

Related posts about svn

Related posts about php