vote up 0 vote down star

If so how would I go about setting that up?

flag

1 Answer

vote up 2 vote down check

You could use two batch files svn1 and svn2 that call the different installations. For example:

REM svn1.cmd
call /path/to/svn/version-x/svn.exe %*

...and:

REM svn2.cmd
call /path/to/svn/version-y/svn.exe %*

If you place these batch files inside your PATH, you can use both versions of svn easily.

link|flag
Thank you! Worked like a charm :) – mkelley33 Oct 31 at 23:26

Your Answer

Get an OpenID
or

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