Subversion Repositories DevTools

Rev

Rev 1291 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1291 Rev 4226
Line 1... Line 1...
1
@echo off
1
@echo off
-
 
2
REM Maintained in package SubversionServerSupport
-
 
3
REM
2
REM Update all the hooks
4
REM Update all the hooks in all the repositories
-
 
5
REM     Skip repos that contain the file REPO/hooks/specialhooks
-
 
6
REM
3
for /D %%R in ( e:\Repositories\* ) do call :UpdateOne %%R
7
for /D %%R in ( e:\Repositories\* ) do call :UpdateOne %%R
4
goto end
8
goto end
5
 
9
 
6
:UpdateOne
10
:UpdateOne
7
if not exist %1\hooks\specialhooks goto UpdateOne.1
11
if not exist %1\hooks\specialhooks goto UpdateOne.1