Removing the Tools Subfolder from PATH removed SVN, too and only left sSVN. I guess some devs would kill me if this would be the case in Final :-P

svn path=/trunk/tools/RosBE-Windows/; revision=484
This commit is contained in:
Daniel Reimer 2007-11-01 21:27:25 +00:00
parent b9d29bd946
commit 578040afd3
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ goto :EOF
if not exist "%_ROSBE_BASEDIR%\reladdr2line.cmd" ( doskey RADDR2LINE= )
if not exist "%_ROSBE_BASEDIR%\scut.cmd" ( doskey SCUT= )
if not exist "%_ROSBE_BASEDIR%\sSVN.cmd" ( doskey SSVN= )
if not exist "%_ROSBE_BASEDIR%\sSVN.cmd" ( doskey SVN= )
if not exist "%_ROSBE_BASEDIR%\options.cmd" ( doskey OPTIONS= )
goto :EOF

View File

@ -11,4 +11,5 @@ RADDR2LINE = "%_ROSBE_BASEDIR%\reladdr2line.cmd" $*
RENV = for /f "usebackq" %i in (`set _ROSBE_`) do @echo %i
SCUT = "%_ROSBE_BASEDIR%\scut.cmd" $*
SSVN = "%_ROSBE_BASEDIR%\sSVN.cmd" $*
SVN = "%_ROSBE_BASEDIR%\Tools\svn.exe" $*
OPTIONS = "%_ROSBE_BASEDIR%\options.cmd" $*