How to merge a part of the whole tree
From: Temeq <teemu.qvick_at_digia.com>
Date: Wed, 14 Oct 2009 03:14:31 -0700 (PDT)
We have this kind of use case:
The original code for the product (this is also our own code) is maintained in a vendor branch. When we change some of that code we copy the file from vendor branch to trunk (directory structure is maintained) and then do the changes.
Now what we would like to do is to bring possible changes from vendor branch (current-directory) to our development branch (trunk) when product is upgraded -> Trunk may have only few files and directories while the original product has thousands of them.
Now we obviously get a lot of tree conflicts because our development branch only includes a part of the original tree. I can see that there can be a problem if file is deleted, moved or renamed in the original product but that happens so rarely that it isn't a real problem.
QUESTION:
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.