Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What Subversion clients for Windows are there that do not need installation?

Tags:

windows

svn

A colleague of mine agreed to using Subversion (SVN) for our little project, but only if he doesn't have to install it. He has a U3 USB stick where he keeps the project files and he would like the SVN client to live there as well. I tried searching for a non-installable SVN client, but couldn't find anything (although I suspect that many of the available clients would run if just copy-pasted from an installation folder). What can be recommended?

I'd really like to get version control going. It would be best if it had a GUI for merging files too, not just the command line.

Added: The copy-paste from an existing installation is one solution, but I'd like to see first if there perhaps isn't some client that does not require installation by design. If not, I guess RapidSVN is nice enough (although it does leave stuff in Windows registry).

like image 368
Vilx- Avatar asked Mar 28 '09 20:03

Vilx-


People also ask

Which is the best SVN client?

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. Simply the coolest Interface to (Sub)Version Control!

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.


2 Answers

Try RapidSVN. The CollabNet binaries can be used in a similar fashion for command-line support. Yes, these have installers, but you can simply copy the binaries around -- I use Universal Extractor to get the binaries out without having to run the installer.

Also, an enterprising user has packaged RapidSVN as a PortableApp. There is an "installer", but it really just unzips things into a directory of your choice and writes a default configuration file into that directory.

like image 198
John Feminella Avatar answered Oct 04 '22 23:10

John Feminella


Try Alagazam.net's Subversion Windows Installer. There is also a version with just the binaries without an installer.

like image 24
Lee Kian Giap Avatar answered Oct 04 '22 22:10

Lee Kian Giap