summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chu <jchu@xentac.net>2008-04-09 12:23:11 -0700
committerJason Chu <jchu@xentac.net>2008-04-09 12:23:11 -0700
commitbd6a5df0ab7f8756c7b379d37cceb1a17efb361d (patch)
tree0557b4a3a0d975a6076143cb6035c83f7a9710f0
parentba6e6648e991a435efc93771283d6ee715775aa8 (diff)
Start tracking svnmerge info when we create a branch0.6.2
I thought it was tracked by default
-rwxr-xr-xarchrelease5
1 files changed, 5 insertions, 0 deletions
diff --git a/archrelease b/archrelease
index 57dc941..3644a76 100755
--- a/archrelease
+++ b/archrelease
@@ -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