RE: Re: TortoiseMerge missing conflicts -- version information + files
From: Wayne Johnson <wayne_at_zk.com>
Date: Fri, 2 Sep 2011 13:00:43 -0700
> -----Original Message-----
Because Tortoise has no way of knowing whether or not the changes are
/*original code*/
const int count = 2;
/*my changes*/
const int count = 3;
/*Your changes*/
const int count = 3;
In the first line there are obvious conflicts that resolve to something
char *msgs[] = {"one", "two", "error", "success"};
Now my changes and your changes to the second line result in the exact
const int count = 4;
In general if the same line is changed by two different actions it
Wayne
------------------------------------------------------
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.