Start tracking svnmerge info when we create a branch

I thought it was tracked by default
This commit is contained in:
Jason Chu 2008-04-09 12:23:11 -07:00
parent ba6e6648e9
commit bd6a5df0ab
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ if [ ! -d ../repos/$1 ]; then
pushd ..
svn copy -r HEAD trunk repos/$1
svn commit -m "archrelease: new repo $1"
pushd repos/$1
svnmerge init
svn commit -F svnmerge-commit-message.txt
rm svnmerge-commit-message.txt
popd
popd
else
svnmerge merge ../repos/$1