Lines Matching refs:svn
116 git checkout -b $BRANCHNAME svn/$MERGE_TO_BRANCH \
126 NEXT_HASH=$(git svn find-rev "r$REVISION" svn/bleeding_edge)
224 echo ">>> Step $CURRENT_STEP: Determine svn commit revision"
227 git svn fetch || die "'git svn fetch' failed."
229 svn/$MERGE_TO_BRANCH)
230 [[ -z "$COMMIT_HASH" ]] && die "Unable to map git commit to svn revision"
231 SVN_REVISION=$(git svn find-rev $COMMIT_HASH)
241 echo "Creating tag svn/tags/$NEWMAJOR.$NEWMINOR.$NEWBUILD.$NEWPATCH"
247 svn copy -r $SVN_REVISION \
248 https://v8.googlecode.com/svn/$TO_URL \
249 https://v8.googlecode.com/svn/tags/$NEWMAJOR.$NEWMINOR.$NEWBUILD.$NEWPATCH \
265 echo "svn revision: $SVN_REVISION"