vote up 1 vote down star
6

The only client I keep hearing about is TortoiseSVN. Is this the best option or do you have another preferred client?

flag

Please don't vote to close unless you post comments as to why. This question is about programming tools for a very widely used source control system. – Jason S Feb 20 at 14:05
Good link to look at too: stackoverflow.com/questions/48992/…, – Simucal Feb 28 at 6:26
This question depresses me. I was a huge WinCVS fan. All SVN attempts at this implementation have been lack-luster leaving me to wallow in Tortoise misery. At least they fixed the bug where it was taking 15 minutes to empty the trash bin. – Kieveli Jun 16 at 14:29

15 Answers

vote up 19 vote down check

TortoiseSVN and VisualSVN for Visual Studio integration.

However, don't overlook the svn command line tool - very powerful and unbeatable for scripting repetitive actions like updating multiple working copies and managing mergeinfo properties en-masse.

link|flag
vote up 0 vote down

I'm using SmartSVN and am very happy with it. It provides a powerful user interface with very good overview over my projects, I don't need further external tools, I can use it from the Windows Explorer and on OS X. I don't like tools integrated into my IDE, because they usually try to be too smart (esp. when renaming/moving files multiple times).

link|flag
vote up 0 vote down

I've used VisualSVN for about 2 years with no problems. My main problems have been with SVN's ability to merge even the simplest changes in project files. Adding a reference in a project file seems to be quite problematic if a team member has changed the same file before I update usually ending up in a 30 minute manual merge session.

link|flag
vote up 2 vote down

I use SmartSVN.

link|flag
vote up 0 vote down

I like to use TortoiseSVN, but really, I think it's a matter of preference. Everyone should try as many as they want, until they feel at home, and happy with their choice.

link|flag
vote up 5 vote down

Perhaps...

alt text

link|flag
vote up 0 vote down

I've used both Subversion and Subclipse team providers inside Eclipse. I don't think I can remember the difference - they both work pretty well.

link|flag
vote up 2 vote down

Although I like the functionality of TortoiseSVN, I also dislike TortoiseSVN because it's always there & makes the right-click menu bloated, adds a delay, and takes up shell resources + won't play well with other programs that edit overlay icons. (If you are also using Mercurial and want to use TortoiseHg as well, which program wins?)

When I have to use SVN, I like RapidSVN, although development on that project seems like it has stalled. We evaluated SVN last year at my company and I looked at the available GUI tools including TortoiseSVN, RapidSVN, SubCommander and SyncroSVN (SyncroSVN was inexpensive but not free, the rest were free I think). Each of them seemed to be somewhat buggy (vs. the core SVN command-line/libs which seemed rock-solid) and there didn't seem to be any admin client. So we bailed on SVN and went to Seapine SurroundSCM instead.

link|flag
You don't have to worry about different Tortoise clients and the overlay icons anymore, since they now all use the TortoiseOverlays component: tortoisesvn.tigris.org/svn/tortoisesvn/… (username 'guest', leave password empty). – Stefan Feb 20 at 14:56
interesting... thanks! – Jason S Feb 20 at 16:27
vote up 3 vote down

SVN-Monitor as general font-end for TortoiseSVN and VisualSVN for integration with Visual Studio.

link|flag
I had heard of tools.tortoisesvn.net/CommitMonitor but didnt invite me enough to give it a whirl. SVN-Monitor looks rich and full-featured enough to add something thanks! – Martijn Laarman Feb 20 at 13:04
vote up 7 vote down

I use AnkhSVN 2.0 for Visual Studio, it's a proper SCC client, so it doesn't rely on Tortoise at all. Very cool. (:

EDIT: There's also the Wikipedia article detailing the various clients.

link|flag
1  
I had issues with AnkhSVN crashing Visual Studio 2008 when I built my solution so had to de-install it. – Richard E Feb 20 at 12:02
+1 for Ankh, and another + for not relying on Tortoise – Pondidum Feb 20 at 12:03
What version was that? I've been using their version 2.0 client for a while over several machine - no problems so far... – Kieron Feb 20 at 12:03
AnkhSVN since the 2.0 is a lot better than my experience with the 1.x – crashmstr Feb 20 at 14:06
Completely agree...apparently, it was re-written from the ground up. – Kieron Feb 20 at 14:09
vote up 1 vote down

I use TortoiseSVN mostly, but SmartSVN is pretty good.

link|flag
vote up 1 vote down

I've only tried TortoiseSVN, but our team has had quite a bit of trouble with it - probably because of our own misconfigurations, but I do find it a bit unsmooth to deal with at times.

Telling it to ignore files, or not check files in after you've added them to the project is quite awkward.

I've heard VisualSVN has got the bad habbit of checking everything in on the fly, as soon as it's created. This can cause all sorts of problems if you're several people in the team, and VisualSVN decides to check unfinished code in. Once again, possibly a misconfiguration problem.

link|flag
"Telling it to ignore files, or not check files in after you've added them to the project is quite awkward." - Not awkward at all once you learn how to use global ignore masks. – Dave Van den Eynde Feb 20 at 12:11
vote up 0 vote down

VisualSVN is nice if you are using Visual Studio.

link|flag
vote up 4 vote down

Tortoise is nice indeed. Subclipse is good when working from within Eclipse. Bu i'd still install tortoiseSVN as well.

link|flag
I use Subclipse "exclusively". I also have TortoiseSVN installed but I never touch it. I've just found that subclipse does everything I need and hasn't caused any problems in any of my work projects. Thumbs up for it! – Jens Jansson Feb 20 at 11:51
vote up 2 vote down

I guess TortoiseSVN is the best option for non-MS projects, VisualSVN is good, if you are using the Visual Studio IDE.

On the server side, VisualSVN Server(ofcourse its uses svn internally) is also a good(also free) option for people who would want a hassle-free GUI option.

link|flag

Your Answer

Get an OpenID
or

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