2

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?

aga
  • 27,954
  • 13
  • 86
  • 121

2 Answers2

3

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.

David W.
  • 105,218
  • 39
  • 216
  • 337
  • Okay, finally I decided that RabbitVCS it the best (and the only) option. If there were better alternatives, somebody would point me to them, right?:) Thanks for your help. – aga Oct 24 '12 at 14:19
1

I think rapidsvn may be your best option.

Michael
  • 10,124
  • 1
  • 34
  • 49