Initialized merge tracking via "svnmerge" with revisions "1-21765" from

https://www.dev.java.net/svn/hudson/branches/rc


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21766 71c3de6d-444a-0410-be80-ed276b4c234a
This commit is contained in:
kohsuke 2009-09-17 01:50:24 +00:00
parent 2d8bc4f212
commit 545a2b97e1
1 changed files with 1 additions and 0 deletions

1
rc.sh
View File

@ -40,6 +40,7 @@ RC=$repo/branches/rc
tag=$repo/tags/hudson-$(show-pom-version pom.xml | sed -e "s/-SNAPSHOT//g" -e "s/\\./_/g")-rc
svn rm -m "deleting the old RC branch" $RC
svn up
rev=$(svn info --xml . | xmlstarlet sel -t -v /info/entry/@revision)
svn cp -m "tagging the branch point" $repo/trunk/hudson/main@$rev $tag
svn cp -m "creating a new RC branch" $repo/trunk/hudson/main@$rev $RC