tags:

views:

272

answers:

3

Is there a command-line based version of svn for Windows? I know I can get TortoiseSVN, but that just doesn't work for me.

+1  A: 

I've used sliksvn and it works great for me

klennepette
+10  A: 

The subversion client itself is available on Windows. See here for certified binaries from CollabNet.

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

This installer only includes the command-line client and an auto-update component.

Even though I can't understand it's possible not to love Tortoise! :)

Pekka
I sometimes get weird conflicts that I don't get when using svn on the command line. But that has been resolved now.
Pieter
@Pieter - *TortoiseSVN* does not have its own logic for handling conflicts - it relies completely on the SVN libraries for that. It does, however, come with a nice editor for handling conflicts.
RedFilter
+1  A: 

cygwin is another option. It has a port of svn.

Dan Andreatta
installing `cygwin` just for svn? that's brutal (and unnecessary since there are quite a few 'native' clients)
Idan K
It is a bit of an overkill, I agree.
Dan Andreatta