Added script for svn repo mirroring.
Updated deliv config files.
This commit is contained in:
5
repos/mirrors/svn/sync_eiffelstudio.bat
Normal file
5
repos/mirrors/svn/sync_eiffelstudio.bat
Normal 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
|
||||
5
repos/mirrors/svn/sync_ise.bat
Normal file
5
repos/mirrors/svn/sync_ise.bat
Normal 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
|
||||
Reference in New Issue
Block a user