RE: Merge during checkout not updating local files
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Mon, 6 Dec 2010 15:22:21 -0500
> Hi, all...
Interesting... I tried it both ways... with new code in the non-versioned directory that I merged into and also with some code not in the non-versioned directory. In both cases it showed the changes. Keep in mind what is in the repository shows as the BASE. Version. So, in the case the change shows that the "new code" in the repository is going to be deleted if you do a commit.
> After the checkout, the local XML files are labeled as modified
ah... so it seems you are talking about "AFTER" the commit. Yes, after you commit you are going to get whatever was in the non-versioned directory prior to your checkout. Probably the opposite of what you want I'm sure. After you do your checkout you will have to go through each changed file and put the "new code" into them.
You probably need to use vendor branches. Or... at least create a patch from the vendors diffs and apply that to your own copy of the code so as to get the new code.
>
------------------------------------------------------
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.