Skip to content
Snippets Groups Projects
Commit 7e174290 authored by Inuyasha's avatar Inuyasha Committed by Alam Ed Arias
Browse files

SVN needs the revision prefixed with 'r'

parent 2ecdd9e6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment