vote up 2 vote down star

A colleague of mine agreed to using 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). Can anyone recommend me some? I'd really like to get version control going. Would be best if it had a GUI for merging files too, not just 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).

flag

46% accept rate
@Vilx: Extract the files from the binary installer and you'll save yourself a lot of time (see updated answer). – John Feminella Mar 28 at 21:04
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. – Vilx- Mar 28 at 21:06
Hm, okay. In that case, there's a packaging of RapidSVN as a PortableApp (of portableapps.com fame). – John Feminella Mar 28 at 21:14
what counts as "installation"? – Neil Butterworth Mar 28 at 21:24
That you have to run a .exe file which installs its files somewhere in the system. I want something that you just extract from a .ZIP file, copy to some location of your choosing (like an USB drive), and it works. – Vilx- Mar 28 at 21:33
show 2 more comments

8 Answers

vote up 2 vote down

I'd go with the copy and paste the bin folder from SlikSVN.

EDIT:

Seems like SlikSVN is the underlying platform behind several graphical SVN clients. In my experience it seems stable and reliable.

Specifically, the bottom link on this page seems to be a non-install/xcopy precompiled package (although I haven't tried this one myself, only inspected it). It does not appear to be the newest, though. You might do your friend a favour by installing the newest SlikSVN on your own computer, and then share the bin files with your co-dev.

link|flag
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. – Vilx- Mar 28 at 21:03
The SlikSVN binaries work fine if you just copy them, but you can find also find a zip file with binaries on the tigris.org link from subversion.tigris.org/getting.html (Look at the 2.2 link for 1.6.0 releases) – Bert Huijben Mar 28 at 22:31
vote up 1 vote down

There's a portable version of SmartSVN which is what I use. It's a pretty good SVN client. Needs JRE though. Has a nice GUI and all.

link|flag
vote up 0 vote down

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.

link|flag
They all have installers. – Vilx- Mar 28 at 21:02
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. – Vilx- Mar 28 at 21:06
vote up 0 vote down

Alternative Two should be pretty sufficient. But both methods requires installing it to the USB device which I guess is similar to just copying onto it. I checked Wikipedia and there are some standalone listed there.


EDIT: SmartSVN, QSvn (portable version requires install), SyncrhoSVN (they have version which requires you to extract and run), etc. But is copy + run any different than installing to the USB?


Alternative One Load Cygwin on the USB device, install SVN support and run it off of that. No GUI as far as I know nor have I tried to set one up (which I assume is more than possible) since I've had the luxury of using TortoiseSVN (requires install).

Alternative Two Install TortoiseSVN on a USB device and use if off of that. Has GUI interface for merging and diff. This may be relevant to your interest. However, Google has some results indicting they are slow.

link|flag
Both answers seem weird to me. First - why use Cygwin when SVN can be easily compiled for Windows too? Second - AFAIK Tortoise is a shell extension, and that does not run well from a USB drive... – Vilx- Mar 28 at 21:11
Yes, those two choices aren't the greatest under your particular environment. However, the Wikipedia article has links to many standalone application (none of which I can speak for). One such is SmartSVN which has a portable version. – nevets1219 Mar 28 at 21:13
Additionally, if leaving stuff in the registry is that big of a problem why not use a program like Sandboxie to install which leaves no traces (unless you count the registry entries made by Sandboxie). Putting "extra" entries into the registry isn't going to make a big difference performance wise. – nevets1219 Mar 28 at 21:25
vote up 0 vote down

I was able to use the command line client that I had installed onto a usb stick. I then whipped up a couple batch files that did the basic checkout, checkin stuff, and one batch file that gave me a command prompt with a PATH set.

It doesn't have all the integration of something like tortoise, but I don't think you would be able to easily do that from a usb stick.

link|flag
The thought also occurred to me, however things get a bit messy when you get to merge files... – Vilx- Mar 28 at 21:35
vote up 0 vote down

There is a portable version of RapidSVN here. Just install it to a flash drive.

link|flag
Where can you see the single-exe version? I only see a single .exe that is an installer. And that installs a whole bunch of files. – Vilx- Mar 28 at 21:01
vote up 0 vote down

If Java is available on the machines you could use SVNKit.

link|flag
vote up -1 vote down

You should look at Subversion on a Stick.

link|flag
You got me wrong. I already have a repository that uses the HTTP protocol. I need a portable client for SVN, not a portable repository! – Vilx- Mar 28 at 20:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.