RE: Proper way to delete file from repository
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Tue, 24 Sep 2013 18:16:59 +0000
> I am wondering what is the recommended method to:
It really depends on your branching strategy. If the branches are children of the trunk, I would say, delete the file in trunk, and then merge the delete into the branches.
I'm not sure why you would consider a delete change and different than any other code change? Of course, with a delete there is the possibility of a tree conflict. For example, if you delete foo.cs in trunk, and someone edits foo.cs in a branch. When merging the delete to the branch you are going to get a tree conflict... svn is telling you, "Hey, the merge source wants to delete this file, but you've changed it... what you wanna do boss?"
BOb
------------------------------------------------------
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.