mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
SVN needs the revision prefixed with 'r'
This commit is contained in:
parent
2ecdd9e6f9
commit
7e174290d7
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ goto filwri
|
||||||
:svnrev
|
:svnrev
|
||||||
set BRA=Subversion
|
set BRA=Subversion
|
||||||
FOR /F "usebackq" %%s IN (`svnversion .`) DO @SET REV=%%s
|
FOR /F "usebackq" %%s IN (`svnversion .`) DO @SET REV=%%s
|
||||||
|
set REV=r%REV%
|
||||||
goto filwri
|
goto filwri
|
||||||
|
|
||||||
:filwri
|
:filwri
|
||||||
|
|
Loading…
Reference in a new issue