Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows SVN browser without shell integration?

Tags:

svn

Can anyone recommend a Windows SVN repository browser without shell integration?

I need it to be portable (carry with me on a flash drive), therefore without an installation process. This rules out TortoiseSVN.

My repositories are local, so I need a tool that can access a file repository.

like image 443
soupagain Avatar asked Jan 22 '10 16:01

soupagain


4 Answers

If you go to http://portableapps.com/node/13470 you will find exactly what you are looking for - RapidSVN Portable. Be sure to use the PAF installer.

like image 50
Nathan Osman Avatar answered Oct 26 '22 22:10

Nathan Osman


If you want to be really portable then your best bet is to get use to using the Subversion command line tools. You can do everything you'll need to with them and they'll be the same on every platform that subversion is available before.

like image 42
Sean Avatar answered Oct 27 '22 00:10

Sean


http://rapidsvn.tigris.org/

like image 30
nos Avatar answered Oct 27 '22 00:10

nos


Take a look at Subcommander. Although it is delivered in installer, I'm sure you can rip the binaries from installed version, or take the sources and compile it yourself.

like image 20
silk Avatar answered Oct 26 '22 22:10

silk