tags:

views:

278

answers:

4

Hi, i'm looking for a subversion client that hasn't a GUI but is accessible only through shell commands. I've installed Tortoise SVN but it adds some items to the context menu of files and folder and i don't want this changes. I hope this is not a duplicated question, but i've looked at a lot of questions about svn clients and i haven't found nothing about a non-graphical one.

+2  A: 

You need CollabNet Subversion Command-Line Client download here

bniwredyc
As far as I understand the CollabNet requirements, it requires (and will automatilcally install, if missing) Java 1.6 and Python 2.5. I would prefere the old Tigris command line client, which works without this. Unfortunately it is no longer maintained. Does anybody know about a replacment without Java and Python?
gyrolf
+8  A: 

The standard Subversion binaries are what you're looking for. They're available from here:

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

Good luck!

Stephen Orr
The good luck comment scares me, is it hard to install? :)
mck89
No, it's about as easy as can be. The usual caveats apply with making sure it's in your path, but I believe that the installer handles that for you anyway.
Stephen Orr
+1  A: 

CollabNet Subversion Command-Line Client v1.6.11 (for Windows)

this is what you need. can be found here

Oded
+2  A: 

Another option is SlikSVN. I'm not sure what the difference is between SlikSVN and CollabNet, but I've been using SlikSVN from Nant scripts for a couple of years without trouble.

According to this question, the CollabNet installer asks for registration, unlike SlikSVN.

Don Kirkby
One small difference is that the Slik Subversion binaries rename all DLLs, to make sure you don't get collisions with other Subversion binaries.
Bert Huijben