23

What is the best SVN GUI interface program for Linux?

I am new to Linux from being a Windows base. For Windows I use Tortoise SVN and I need to know what is the Linux version.

7 Answers7

22

It might not be quite what you're used to, but the command line interface is really worth learning. It's not very difficult, and the process could even help you better understand what SVN is doing. It's really quick and understanding how it works makes integrating it into your build process or other scripts a breeze.

If you'd prefer a GUI the common options are usually integration with your IDE (Subclipse) or RapidSVN, though I don't have much experience with either.

Lonzak
  • 493
jtb
  • 2,123
12

RabbitVCS is a clone of TortoiseSVN. I love it because it integrates very well in the file navigator (Nautilus), like TortoiseSVN does in Explorer.

alt text

Gareth
  • 19,080
nicoulaj
  • 656
4

I really like Tortoise SVN and would love to have something just like it for Linux. In the meantime, I've tried quite a few Linux SVN clients and the only one that seemed to have the most complete set of SVN functionality in a usable package was Kdesvn

3

On the SVN website, under "Get Subversion", there's a list of Third-Party Clients. If you want to use Eclipse, there are a couple plugins there, and there's RapidSVN for Linux. And there are more, too.

jtbandes
  • 8,960
1

Take a look at SmartSVN.

It has free and paid versions, but the free version should cover 90% of your needs. It also has the advantage that it is cross-platform (java) so if you like it enough you can use it on windows too.

I agree with jtb that at least some familiarity with the command line version is advantageous (then again, that's what I use on linux.)

I've become a bit disenchanted with TortoiseSVN as it seems the latest release (1.6.3) has some sort of conflict with ESET/NOD32 anti-virus which fubared a colleague's laptop (twice).

Actually, I've become disenchanted with any software that hooks into Windows Explorer too deeply - too easy for bugs to cause your system serious issues.

Evan
  • 1,208
0

Trac. Not exactly Linux specific. But I think, if U want to compare changes at different versions, a web front end works the best.

lprsd
  • 2,985