Re: Branching
From: Raye Raskin <rayer_at_pobox.com>
Date: 2004-10-26 05:04:13 CEST
> Before a few mintues I modified a file in the trunk which is
Markus,
Hmm, it seems like a revision control system should be able to
Let's make this a learning experience. Especially for me.
DISCLAIMER: Use at your own risk. Your mileage may vary. Etc.
If I read the docs right, I think you should be able to merge
Let RT1 = repository revision before FILE in trunk changed
svn merge -rRT1:RT2 URL:/repo/trunk/FILE /working/branch1/FILE
Then you should see some changes in FILE your various working
Note I'm suggesting you do the merge on a file-by-file basis, but
Please let us know if you try it.
Raye.
---------------------------------------------------------------------
|
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.