From b02ff964da7b9dc87dc73dc2ba6faa6a8bcdc60e Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Tue, 26 Apr 2011 09:45:14 +0000 Subject: [PATCH] new variable names --- Scripts/developer_scripts/cgal_git_svn_clone | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Scripts/developer_scripts/cgal_git_svn_clone b/Scripts/developer_scripts/cgal_git_svn_clone index a68aca4e16c..b08247fcd2a 100755 --- a/Scripts/developer_scripts/cgal_git_svn_clone +++ b/Scripts/developer_scripts/cgal_git_svn_clone @@ -81,13 +81,13 @@ rewriteRoot= # options to speedup # TODO internal-releases only >= 3.7 -internalReleases="--tags tags/internal-releases" -internalReleases= +internalReleasesTags="--tags tags/internal-releases" +internalReleasesTags= -debian="--tags tags/debian" -debian= +debianTags="--tags tags/debian" +debianTags= -CMD="git svn init $fromSvn $rewriteRoot --trunk branches/next --branches branches/features --branches branches/releases --tags tags/releases $internalReleases $debian" +CMD="git svn init $fromSvn $rewriteRoot --trunk branches/next --branches branches/features --branches branches/releases --tags tags/releases $internalReleasesTags $debianTags" echo "Init repository: $CMD" $CMD echo