PDA

View Full Version : Subversion repository browser


fng
May 24th, 2005, 07:19 AM
Which program do you guys recommend for viewing and browsing a subversion repository. I'm looking for something you can use with a browser.

deuce868
May 24th, 2005, 11:20 AM
trac is a great SVN viewer/program management app.

mendicant
May 24th, 2005, 12:31 PM
Also check out the ones listed under Web Views here:
http://www.subversionary.org/subversionary.cgi/SubversionProjects

fng
May 25th, 2005, 01:45 PM
trac is not an option at work
We allready have a helpdesk with ticket tracking.
But i'm certainly gonna use it at home.

After some trail and error, I succeeded to get viewcvs working (multiple svn repositories). Im quite happy with the result. Now i only need to make me a company template for it :)

rich
May 25th, 2005, 03:40 PM
Excellent. CVS is on my list of things to do - despite there being no comprehension that such a thing might be useful.

It sounds like it may be a bit late, but there is an article here :

http://www.onlamp.com/pub/a/bsd/2005/05/12/FreeBSD_Basics.html

The server side is BSD, but

"This week's article demonstrates how to create a secure repository using Subversion. The next installment will show how to train your users to access the repository using a GUI client."


Rich

jdong
May 25th, 2005, 05:34 PM
viewcvs (deceptively named, yes) also does SVN, and works quite well.

yentingchen
June 7th, 2005, 04:56 AM
trac is not an option at work
We allready have a helpdesk with ticket tracking.
But i'm certainly gonna use it at home.

After some trail and error, I succeeded to get viewcvs working (multiple svn repositories). Im quite happy with the result. Now i only need to make me a company template for it :)
Could you provide the detailed process of how to setup the ViewCVS on Ubuntu?

Best Regards.

flurdy
June 9th, 2005, 08:44 AM
Do you need more functionality than the buildt in web dav support?

it doesnt give you any log information, but you can browse and see which is the current version for each branch.

And since it comes with subversion it is no hassle to set up.