• R/O
  • SSH
  • HTTPS

tortoisesvn: Commit


Commit MetaInfo

Revision24046 (tree)
Zeit2013-03-24 17:49:24
AutorXhmikosR

Log Message

minor improvements in test/BuildMergeHistoryRepo.bat and test/BuildRevisionGraphTestRepo.bat

Ändern Zusammenfassung

Diff

--- trunk/test/BuildMergeHistoryRepo.bat (revision 24045)
+++ trunk/test/BuildMergeHistoryRepo.bat (revision 24046)
@@ -1,4 +1,5 @@
11 @echo off
2+setlocal
23
34 set REPOROOT=file:///d:/_test_repo
45 set REPOPATH=d:\_test_repo
@@ -6,10 +7,10 @@
67
78 :: create empty repos & working copy
89
9-rd /s /q %REPOPATH%
10+if exist %REPOPATH% rd /s /q %REPOPATH%
1011 svnadmin create %REPOPATH%
1112
12-rd /s /q %WC%
13+if exist %WC% rd /s /q %WC%
1314 svn co %REPOROOT% %WC%
1415
1516 :: r1: initial content
@@ -74,4 +75,5 @@
7475
7576 svn ci %WC% -m "unmerged r4"
7677
77-
78+endlocal
79+pause
--- trunk/test/BuildRevisionGraphTestRepo.bat (revision 24045)
+++ trunk/test/BuildRevisionGraphTestRepo.bat (revision 24046)
@@ -1,4 +1,5 @@
11 @echo off
2+setlocal
23
34 set REPOROOT=file:///d:/test/repo
45
@@ -316,3 +317,6 @@
316317 :: revision 70
317318
318319 cd ..
320+
321+endlocal
322+pause
Show on old repository browser