Re: howto 'retrofit' a vendor branch?
From: John Peacock <zenoparadoxus_at_gmail.com>
Date: 2007-08-28 09:45:30 CEST
On 8/28/07, Ryan Schmidt <ryandesign@macports.org> wrote:
Alternatively, since this is going to be an ongoing process, Aaron may want
$ svk depot PROJECT /path/to/depot/PROJECT
Establish a local branch for custom development
$ svk cp /PROJECT/mirror/trunk@1234 /PROJECT/local/trunk
where 1234 was the change number where you are nominally branching from
Now import the local changes into the local branch:
$ svk import path/to/local/version /PROJECT/local/trunk
This will automatically handle all of the adds/deletes/renames that you did
$ svk co /PROJECT/local/trunk project/trunk
and test the import to make sure it is exactly the same as your local
Finally, update the working copy to the latest mirrored code:
$ cd project/trunk
That "-sm" both syncs the remote mirror and automatically merges in the
HTH
John
|
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.