Set the SUBVERSION_HOME environment variable to point to the base directory of your SVN installation and Subversion's /bin
directory to the PATH environment variable.
Variable |
Unix/Mac |
Windows |
---|---|---|
SUBVERSION_HOME |
export SUBVERSION_HOME=/opt/subversion |
set SUBVERSION_HOME=C:\subversion |
PATH |
export PATH=$PATH:$SUBVERSION_HOME/bin |
;C:\subversion\bin |
Windows: append the string to the end of the Path
system variable