use canonical path for local svn repository.

This commit is contained in:
2018-09-24 16:52:36 +02:00
parent ffa5f06e3d
commit e1697e33c4
3 changed files with 10 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ iff not defined WORK_DIR then
endiff
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
pushd %LOCAL_REPO_ROOT%
set LOCAL_REPO_ROOT=%CD%
popd
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

View File

@@ -25,6 +25,9 @@ iff not defined WORK_DIR then
endiff
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
pushd %LOCAL_REPO_ROOT%
set LOCAL_REPO_ROOT=%CD%
popd
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

View File

@@ -10,7 +10,11 @@ iff not defined WORK_DIR then
set WORK_DIR=%~dp0..\..\_DELIV
endiff
set LOCAL_REPO_ROOT=%~dp0..\..\..\repos\mirrors
pushd %LOCAL_REPO_ROOT%
set LOCAL_REPO_ROOT=%CD%
popd
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