vote up 5 vote down star
3

What is your favorite web-based svn client? I'd like one that supports commits via the web.

One tool per post please! Please include platform and notable features (e.g. read-write support).

I'm referring to browser-based clients that users would go to like any other website--not accessing the repo via http.

flag

Note: I'm aware of this thread but it's not the same question: stackoverflow.com/questions/29882 – Michael Haren Sep 26 '08 at 3:11
I'm looking for a complete web-based interface (through a browser) that regular folks could use. – Michael Haren Sep 26 '08 at 3:16
Well, a web based interface that could control the files on your hard drive? You would need something like an ActiveX supported application for it I guess. Else, use something like Tortoise SVN integrated with a web repository. Its really simple to use. – Adhip Gupta Oct 5 '08 at 15:55

10 Answers

vote up 5 vote down check

All web clients that I know of are read only, meaning that you can only browse the files, make diffs, set up RSS feeds, but you can not modify the repository in any way.

WebSVN is the PHP interface that I installed at the office and that I use everyday. It has everything I have ever needed. Trac is quite good also, but it is a complete project management suite, since it has also features like bug tracking or release planning. It is able to manage only one repository for each installation (but you can have multiple ones on the same machine). Many others are available, you can find a list at the SVN website.

The http interface available via WebDAV can be used with a common browser, but you can see only the HEAD revision. However you can customize the page layouts, as is explained here.

link|flag
vote up 0 vote down

When you say commits by the web, do you mean uses webdav, or a server that has a web based repository browser?

link|flag
I'm looking for a complete web-based interface (through a browser) that regular folks could use. – Michael Haren Sep 26 '08 at 3:16
vote up 0 vote down

Subversion via DAV is a decent platform for subversion:

http://svnbook.red-bean.com/en/1.1/ch06s04.html

I don't know if you mean that you want a web application to manage your files, but with DAV or even a subversion command line clinet you can use the HTTP as the protocol for your svn usage.

link|flag
That's not what I meant. I updated the question to clarify. Thanks, though! – Michael Haren Sep 26 '08 at 3:20
vote up -1 vote down

Don't know if this is exactly what you are looking for but it's worth a try: Beanstalk

link|flag
I was really looking for a tool I could install install house and connect to the existing repo. Thanks for the suggestion. – Michael Haren Sep 26 '08 at 3:32
vote up 0 vote down

The polarion community webclient looks decent, but I have only played with it so far, so no real world experience, but worth a try.

link|flag
vote up 0 vote down

The shop I work at uses WebSVN.

It's a read-only solution, however. It does that well, but you'll still need to find a solution for write-support.

link|flag
vote up 0 vote down

Trac has a web based repository browser, but you can not commit or change the repository in any other way with it.

I think that the best solution would be to find a Java based client, e.g. SmartSVN.

link|flag
vote up 0 vote down

VisualSVN supports browsing a repository very quickly over the web, but I don't think you can do commits.

link|flag
vote up 0 vote down

Codebeamer from http://www.intland.com has a web svn repository, where you can do commits and tie your code to requirements and other nice SE artifacts. They have a free version up to 6 users (including customer and developers). I hope you find what you are looking for in this product. The software also supports CVS and other version control software.

link|flag
vote up 1 vote down

I located a bare-bones PHP package called DoctorSVN that allows a few functions... It's been out of development for a year, though, and only ever had six revisions.

The downside is it has to be installed on a server that has the svn command available, so it's not an out-of-the-box solution; you have to have your own server to run it on.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.