Rev 4226 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
@echo offset BREPO=e:\Backup_Repositoriesset REPO=e:\RepositoriesREM rmdir /s/q %BREPO%if not exist %BREPO% goto backupecho Backup Repository "%BREPO%" already existsexit /B 1:backupmkdir %BREPO%echo Backup Hooks and Other configcopy %REPO%\* %BREPO%for /D %%R in ( %REPO%\* ) do call :copyOne %%Rgoto end:copyOneecho HotCopy %~nx1if %~n1==Import_test goto endREM rmdir /s/q %BREPO%\%~nx1svnadmin hotcopy %1 %BREPO%\%~nx1:end