RE: Merging a second-order branch
From: Simon McClenahan <smcclenahan_at_healthcompartners.com>
Date: 2004-04-27 00:27:58 CEST
I did the merge as described from the command-line. I'm going to assume for now that TortoiseSVN doesn't support this type of merge operation. A couple more questions:
- I was surprised to see some files were skipped. Was this because of a configuration somewhere, or because svn merge decided? Something to do with dot-files?
- In the trunk, there was a "bin" directory under version control, which I svn deleted in my branch. Shouldn't the merge have deleted the directory, or at least the hidden .svn dir? I have another branch where I am doing some major re-organizing of directories and file moving. Should I be anticipating problems like this when I merge back to the trunk?
>svn --version
- Simon
-----Original Message-----
In the commandline client world, you would simply cd into your trunk
svn merge privatebranchURL@81 taskbranchURL@HEAD
Remember that merge compares two trees, and applies the diff to your
--------------------------
---------------------------------------------------------------------
|
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.