Question

I know, that I can use gitk for viewing commit history of git-based repository, I also now that I can use hgk for the same purpose, while using Mercurial.
I need something like this for Subversion. I'm using Ubuntu, so it has to work on Linux-based OS. I know, that there is RabbitVCS, which allows me to do what I need, but I want a very-very simple gui-client, which allows to view history of commits and merges - nothing more.
Can anybody show me such tool?

Was it helpful?

Solution

Do you use Gnome? There's a Subversion plugin into Nautilus (whoops! Looking for a link to Nautilus Subversion plugin, and I find out it's now called RabbitVCS.)

There's also a KDE plugin that works with the KDE browser too. (Although I now am told that RabbitVCS will also work with KDE as well as a Finder plugin for Mac OS X.)

If you just want a web-based Subversion browser, so your users don't even have to install Subversion, I highly recommend Sventon. It works in the base Tomcat server. Allows you to see the history, do diffs, and view files.

OTHER TIPS

I think rapidsvn may be your best option.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top