I have two copies of svn on my machine.
/usr/local/bin/svn/opt/subversion/bin
When I run which svn it states the first is running how can I switch it to the second?
|
I have two copies of
When I run |
|||||
|
|
Either create an alias to it in your shell, or put its directory ahead of the other in |
|||
|
|
|
If you want to switch between them on the fly, without changing your
called, for example "local". Then you would invoke the version of svn in /usr/local/bin with the call:
and just calling |
|||
|