RE: Never merge?
From: Bob Archer <bob.archer_at_amsi.com>
Date: Fri, 25 Sep 2009 09:36:28 -0400
> > But surely you still need to handle the conflict by regenerating the
It depends on how your resolve the conflict. You could resolve with theirs or mine or use a 3way merge tool. svn only does what you tell it to do when it detects a conflict.
> Allowing the user to edit this xml will make the user not have accurate
Is this a file you don't want people committing if they modify it locally. If so it sounds like maybe this file should be in source control as a .template that the user would have to copy to the correct file name. They can edit their local version as needed and if they see that the .template file is updated they can compare the two files and update their local file as needed.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.