Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH 4/5] merge-recursive: handle D/F conflict case more carefully.

From: Alex Riesen <hidden>
Date: 2016-06-15 22:43:03

On 4/9/07, Junio C Hamano [off-list ref] wrote:
Alex Riesen [off-list ref] writes:
quoted
Junio C Hamano, Sat, Apr 07, 2007 16:42:55 +0200:
quoted
+                    if (unlink(path)) {
+                            if (errno == EISDIR) {
+                                    /* something else exists */
+                                    error(msg, path, ": perhaps a D/F conflict?");
isn't this one an F/D conflict?
Yes, as I said in a separate message, the current D/F detector
code in merge-recursive does not catch this case in t3030 test
and comes to this codepath to write it out:
I mean, maybe the error could be spelled differently:
": perhaps an F/D conflict?"
Right now we have two exactly the same errors,
as seen on the output. The messages refer to different
conflicts, though. It is usually useful to know what is really
going on.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help