use canonical path for local svn repository.
This commit is contained in:
@@ -28,6 +28,9 @@ iff not defined WORK_DIR then
|
|||||||
endiff
|
endiff
|
||||||
|
|
||||||
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
||||||
|
pushd %LOCAL_REPO_ROOT%
|
||||||
|
set LOCAL_REPO_ROOT=%CD%
|
||||||
|
popd
|
||||||
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
||||||
iff not defined DEFAULT_PUBLIC_SVN then
|
iff not defined DEFAULT_PUBLIC_SVN then
|
||||||
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ iff not defined WORK_DIR then
|
|||||||
endiff
|
endiff
|
||||||
|
|
||||||
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
||||||
|
pushd %LOCAL_REPO_ROOT%
|
||||||
|
set LOCAL_REPO_ROOT=%CD%
|
||||||
|
popd
|
||||||
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
||||||
iff not defined DEFAULT_PUBLIC_SVN then
|
iff not defined DEFAULT_PUBLIC_SVN then
|
||||||
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
||||||
|
|||||||
@@ -10,7 +10,11 @@ iff not defined WORK_DIR then
|
|||||||
set WORK_DIR=%~dp0..\..\_DELIV
|
set WORK_DIR=%~dp0..\..\_DELIV
|
||||||
endiff
|
endiff
|
||||||
|
|
||||||
|
|
||||||
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
|
||||||
|
pushd %LOCAL_REPO_ROOT%
|
||||||
|
set LOCAL_REPO_ROOT=%CD%
|
||||||
|
popd
|
||||||
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
set "LOCAL_REPO_ROOT=%LOCAL_REPO_ROOT:\=/%"
|
||||||
iff not defined DEFAULT_PUBLIC_SVN then
|
iff not defined DEFAULT_PUBLIC_SVN then
|
||||||
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
set DEFAULT_PUBLIC_SVN=file:///%LOCAL_REPO_ROOT%/svn/eiffelstudio/trunk
|
||||||
|
|||||||
Reference in New Issue
Block a user