Searched refs:ExportBranch (Results 1 – 2 of 2) sorted by relevance
43 ExportBranch=""90 ExportBranch="$1"91 RC="`echo $ExportBranch | sed -e 's,/,_,g'`"92 echo "WARNING: Using the branch $ExportBranch instead of a release tag"185 if [ -z "$ExportBranch" ]; then186 ExportBranch="tags/RELEASE_$Release_no_dot/$RC"276 if ! svn ls $Base_url/$proj/$ExportBranch > /dev/null 2>&1 ; then277 echo "$proj does not have a $ExportBranch branch/tag!"322 if ! svn export -q $Base_url/$proj/$ExportBranch $projsrc ; then
45 ExportBranch=""94 ExportBranch="$1"95 RC="`echo $ExportBranch | sed -e 's,/,_,g'`"96 echo "WARNING: Using the branch $ExportBranch instead of a release tag"186 if [ -z "$ExportBranch" ]; then187 ExportBranch="tags/RELEASE_$Release_no_dot/$RC"286 if ! svn ls $Base_url/$proj/$ExportBranch > /dev/null 2>&1 ; then287 echo "$proj does not have a $ExportBranch branch/tag!"328 if ! svn export -q $Base_url/$proj/$ExportBranch $projsrc ; then