Added script for svn repo mirroring.
Updated deliv config files.
This commit is contained in:
@@ -26,13 +26,16 @@ iff not defined WORK_DIR then
|
||||
set WORK_DIR=C:\DEV\deliv
|
||||
set WORK_DIR=M:\deliv
|
||||
endiff
|
||||
|
||||
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
||||
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
||||
iff not defined DEFAULT_PUBLIC_SVN then
|
||||
set DEFAULT_PUBLIC_SVN=file:///C:/DEV/ise/repos/mirrors/svn/eiffelstudio/trunk
|
||||
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
||||
rem set DEFAULT_PUBLIC_SVN=svn://192.168.1.11:3699/trunk
|
||||
endiff
|
||||
iff not defined DEFAULT_ISE_SVN then
|
||||
set DEFAULT_ISE_SVN=svn://jfiat@svn.ise:3691/ise_svn/trunk
|
||||
set DEFAULT_ISE_SVN=file:///C:/DEV/ise/repos/mirrors/svn/ise/trunk
|
||||
set DEFAULT_ISE_SVN=file:///%LOCAL_REPO_ROOT%/svn/ise/trunk
|
||||
rem set DEFAULT_ISE_SVN=svn://192.168.1.11:3698/trunk
|
||||
endiff
|
||||
|
||||
|
||||
@@ -23,13 +23,16 @@ iff not defined WORK_DIR then
|
||||
set WORK_DIR=C:\DEV\deliv
|
||||
rem set WORK_DIR=M:\deliv
|
||||
endiff
|
||||
|
||||
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
||||
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
||||
iff not defined DEFAULT_PUBLIC_SVN then
|
||||
set DEFAULT_PUBLIC_SVN=file:///C:/DEV/ise/repos/mirrors/svn/eiffelstudio/trunk
|
||||
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
||||
rem set DEFAULT_PUBLIC_SVN=svn://192.168.1.11:3699/trunk
|
||||
endiff
|
||||
iff not defined DEFAULT_ISE_SVN then
|
||||
set DEFAULT_ISE_SVN=svn://jfiat@svn.ise:3691/ise_svn/trunk
|
||||
set DEFAULT_ISE_SVN=file:///C:/DEV/ise/repos/mirrors/svn/ise/trunk
|
||||
set DEFAULT_ISE_SVN=file:///%LOCAL_REPO_ROOT%/svn/ise/trunk
|
||||
rem set DEFAULT_ISE_SVN=svn://192.168.1.11:3698/trunk
|
||||
endiff
|
||||
|
||||
|
||||
@@ -10,6 +10,15 @@ iff not defined WORK_DIR then
|
||||
set WORK_DIR=%~dp0..\..\_DELIV
|
||||
endiff
|
||||
|
||||
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
||||
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
||||
iff not defined DEFAULT_PUBLIC_SVN then
|
||||
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
||||
endiff
|
||||
iff not defined DEFAULT_ISE_SVN then
|
||||
set DEFAULT_ISE_SVN=file:///%LOCAL_REPO_ROOT%/svn/ise/trunk
|
||||
endiff
|
||||
|
||||
rem set ISE_EC_FLAGS=-full
|
||||
|
||||
set DELIV_SKIP_ERROR="True"
|
||||
|
||||
Reference in New Issue
Block a user