Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Command line subversion client for Windows Vista 64bits

Tags:

Does anyone recommend any particular command line SVN client for Windows. Being 64 bits would be a bonus.

I do have TortoiseSVN, but it doesn't come with command line, which is required for my build scripts. I searched the subversion site and found not one, but four different options. Therefore, my question.

like image 867
Daniel C. Sobral Avatar asked Jun 13 '09 01:06

Daniel C. Sobral


People also ask

What is Subversion command line client?

svn is the official command-line client of Subversion. Its functionality is offered via a collection of task-specific subcommands, most of which accept a number of options for fine-grained control of the program's behavior.

What is the name of the Windows client for Subversion?

TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. And it is free to use, even in a commercial environment.

How do I get svn on Windows?

You can download svn on windows without registration. Install Chocolatey chocolatey.org/docs/installation , and then type choco install svn . The subversion download on CollabNet is no where to be found and all the links are redirected to the home page.

How can I tell if svn is installed on Windows?

To check whether it is installed or not use following command. If Subversion client is not installed, then command will report error, otherwise it will display the version of the installed software. If you are using RPM-based GNU/Linux, then use yum command for installation.


2 Answers

SlikSVN (download) looks like the most appropriate option given what you want.

like image 135
Matthew Flaschen Avatar answered Sep 21 '22 15:09

Matthew Flaschen


They aren't 64-bit, but the official Collabnet binaries work fine in 64-bit Windows: http://www.collab.net/downloads/subversion/

like image 39
William Leara Avatar answered Sep 23 '22 15:09

William Leara