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.
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
2010-08-30 08:52:56
+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
2010-05-20 10:00:43
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
2010-05-20 10:57:03
+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
2010-05-20 19:54:48
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
2010-05-21 19:41:52