Rev 1291 | Blame | Last modification | View Log | RSS feed
@echo offREM Maintained in package SubversionServerSupportREMREM Update all the hooks in all the repositoriesREM Skip repos that contain the file REPO/hooks/specialhooksREMfor /D %%R in ( e:\Repositories\* ) do call :UpdateOne %%Rgoto end:UpdateOneif not exist %1\hooks\specialhooks goto UpdateOne.1echo *Skipping %1goto end:UpdateOne.1echo Updating %1copy e:\Repositories\*.cmd %1\hooks >nul:end