SVN needs the revision prefixed with 'r'

This commit is contained in:
Inuyasha 2016-01-14 04:36:27 -08:00 committed by Alam Ed Arias
parent 2ecdd9e6f9
commit 7e174290d7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ goto filwri
:svnrev
set BRA=Subversion
FOR /F "usebackq" %%s IN (`svnversion .`) DO @SET REV=%%s
set REV=r%REV%
goto filwri
:filwri