Searched refs:ExportBranch (Results 1 – 1 of 1) 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