Added script for svn repo mirroring.

Updated deliv config files.
This commit is contained in:
2018-09-24 11:26:56 +02:00
parent 6ef4f1e8a8
commit ffa5f06e3d
21 changed files with 377 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
setlocal
%~dp0config.bat
set REPO_NAME=%1
set REPO_LOCAL=file:///%REPO_ROOT%/svn/%REPO_NAME%
start svnsync sync "%REPO_LOCAL%"
endlocal