Merging with differing checkout and update depths v.1.5.1
From: Can Aydin <can.aydin_at_locatacorp.com>
Date: Wed, 14 Jul 2010 11:33:49 +1000
Hello,
I've come across an issue in v1.5.1 and was wondering whether it was
* Create a branch from trunk:
svn copy svn://some.repo.com/repo/trunk
* Make a change to trunk in several places:
svn co svn://some.repo.com/repo/trunk trunk
* Checkout branch using --depth and update subdir1 with --set-depth:
svn co svn://some.repo.com/repo/branches/mybranch/trunk mybranch --depth
Now, at this point, it seems merge does not traverse the modified depth.
In order to get the changes on subdir1, I need to cd there and call
cd mybranch/subdir1
This was performed on Ubuntu 8.04 server on an x86_64 arch running
Regards,
Can
|
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.