Added script for svn repo mirroring.

Updated deliv config files.
This commit is contained in:
2018-09-24 10:53:59 +02:00
parent 6ef4f1e8a8
commit ffa5f06e3d
21 changed files with 377 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
setlocal
set LOCAL_REPO_ROOT=%~dp0
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
svnsync sync "file:///%LOCAL_REPO_ROOT%eiffelstudio" --username svnsync

View File

@@ -0,0 +1,5 @@
setlocal
set LOCAL_REPO_ROOT=%~dp0
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
svnsync sync "file:///%LOCAL_REPO_ROOT%ise" --username svnsync