tags:

views:

156

answers:

7

I just started using SVN as of last week (TortoiseSVN), is there any SVN client that's more popular?

+5  A: 

I don't have quantifiable statistics, but I doubt it.

TortoiseSVN seems to be 'the one' that people use. Either that or the standard SVN command line tools.

Michael Shimmins
+3  A: 

I think the most popular SVN client would probably be the command line interface for SVN. TortoiseSVN is a graphical UI built on top of that.

If you want a graphical UI for Windows, Tortoise is probably the way to go.

Jørgen Fogh
+1. I don't know why more people don't use the command line; it's the best way of understanding what is really going on.
Ether
Just to clarify: TortoiseSVN is not built on top of the command line client. It is built on top of the svn libraries, the command line client is never used by TortoiseSVN.
Stefan
@Ether: GUI's are easy to use(gets the job done). People are scared of commandline tools.
PoweRoy
A: 

I think that TortoiseSVN it's the best svn client for windows, it's supports many svn functions, great integration and very well maintained. Especially compared to all the other similar graphic tools, also from other platforms.

Cesar
A: 

I use AnkhSVN, because I only need the VS integration.

Remus Rusanu
AnkhSVN is widely used, but I don't think it is the most widely used client as the VS universe is smaller than the development userbase. My bets are on TortoiseSVN.
Bert Huijben
A: 

If you want some statistics, Ben has provided some good ones a while back. You should maybe read the whole thread to find out the shortcomings.

And these are the latest statistics from Google Code.

Stefan
A: 

If you have a Mac, Versions is fantastic: http://versionsapp.com/

Alistair
A: 

If you are using Visual Studio, then VisualSVN is a very nice add-in which sort of brings TortoiseSVN into the IDE.

Svish