question about interaction between merge and sparse working copies
From: Jeff Yemin <jeff.yemin_at_gmail.com>
Date: Tue, 21 Oct 2008 07:30:35 -0700 (PDT)
I'm doing some testing of the interaction between sparse working copies and
I have a rather large project whose structure would benefit greatly from a
$ svn mergeinfo https://myserver.com/modules/mymodule/trunk --show-revs
Next I did a dry run of the merge, but there was no output. I found this
$ svn merge -c 34079 https://myserver.com/modules/mymodule/trunk
Property changes on: .
Property changes on: src
[...]
Property changes on: src/sites
The file that was actually changed in revision 34079 shows no differences.
When I run the same operations on a non-sparse working copy, the merge works
$ svn merge -c 34079 https://myserver.com/modules/mymodule/trunk
$ svn diff
Property changes on: .
Index: src/sites/test.com/main/config/stage/dev/Initial.properties
Any help would be appreciated.
Thanks,
-- View this message in context: http://www.nabble.com/question-about-interaction-between-merge-and-sparse-working-copies-tp20091531p20091531.html Sent from the Subversion Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-10-21 16:31:03 CEST |
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.