Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just got a new PC running Windows 7 (64-bit). I'd like to install an SVN client (command line only, I don't want TortoiseSVN). I'm not sure which of these to install:

http://subversion.apache.org/packages.html#windows

does anyone have any opinions on this?

I tried going for the ones hosted by Tigris, but the downloaded zip says to read an install file hosted at their site, but the link is broken. Do we simply download, then call svn.exe as needed, no need for a real 'install'?

share|improve this question

3 Answers

up vote 5 down vote accepted

I use CollabNet's command line client for windows.

http://www.collab.net/downloads/subversion/

It even has update notifications.

share|improve this answer
3  
I suggest SlikSVN, as collab.net requires you to login before downloading .. which is annoying. – Sridhar Ratnakumar Apr 2 '10 at 3:16

I would suggest Collabnet as well. It is a very good command line svn client.

share|improve this answer

I've been using SlikSVN for some time now because the “official” CollabNet-branded command-line client is behind registration and stuff. It's still built from exactly the same sources and shares the same features, bugs, etc. so for all intents and purposes it's the same.

share|improve this answer
What do you mean by "behind registration and stuff"? I know that on my previous Win 7 machine I had to get Silk in particular because of some issue I had with Eclipse. – Robert Mark Bram Dec 2 '11 at 9:21
When I started using SlikSVN the "official" SVN client required registration to get access to the download. Could be that this changed by now. It is annoying, though. – Јοеу Dec 2 '11 at 10:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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