[Japi-cvs] SF.net SVN: japi:[950] common/trunk/branch.sh
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2009-02-18 03:48:56
|
Revision: 950
http://japi.svn.sourceforge.net/japi/?rev=950&view=rev
Author: christianhujer
Date: 2009-02-18 03:48:52 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
[2611242] branch.sh should update trunk before branching
Modified Paths:
--------------
common/trunk/branch.sh
Modified: common/trunk/branch.sh
===================================================================
--- common/trunk/branch.sh 2009-02-18 03:27:47 UTC (rev 949)
+++ common/trunk/branch.sh 2009-02-18 03:48:52 UTC (rev 950)
@@ -66,6 +66,7 @@
branch=$(getNextMinorBranch)
fi
branchdir=branches/$branch
+svn up
cd ..
svn cp trunk $branchdir
cd $branchdir
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|