Re: Best Practice To Track Linux Kernel Changes
From: Jeff Bowden <jlb_at_houseofdistraction.com>
Date: 2004-04-04 19:28:49 CEST
Lukas Ruf wrote:
>One (next) issue I do not know how to handle with subversion is:
$SVNURL/trunk/myproj
The upstream tree is 'upstream'. 'myproj' is a version of 'upstream'
LAST_MERGE=2004-03-31
First I do svn_load_dirs
svn_load_dirs -t $NEW_DROP $SVNURL/vendor/upstream current $DROP
Then I branch
svn cp "$SVNURL/trunk/myproj" "$SVNURL/branches/myproj/merge-$NEW_DROP"
Then I merge
svn co "$SVNURL/branches/myproj/merge-$NEW_DROP" $MERGE_WC
After I test and fix problems/conflicts I commit changes and merge back
svn commit
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.