[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Tree conflict 'svn merge' message

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 30 Dec 2017 03:28:19 +0000

I just tried to merge the swig-py3 branch into trunk [not in order to
commit the merge, but only in order to run 'svn diff' on its result],
and got the following output from 'svn merge':

[[[
Summary of conflicts:
  Tree conflicts: 1
Searching tree conflict details for 'build/generator/util/executable.py' in repository:
Checking r1819556... done
Tree conflict on 'build/generator/util/executable.py':
Changes destined for a file arrived via the following revisions during merge of
'^/subversion/branches/swig-py3/build/generator/util/executable.py:1819163-1819564':

No such file or directory was found in the merge target working copy.
'^/subversion/trunk/build/generator/util/executable.py' was deleted in r1819556 by danielsh.

Subversion is not smart enough to resolve this tree conflict automatically!
See 'svn help resolve' for more information.

Select: (p) Postpone, (r) Mark as resolved, (h) Help, (q) Quit resolution: h
]]]

That's the correct diagnosis: the branch changed a file
(build/generator/util/executable.py) that was later deleted on trunk.
So that worked well.

That said, I'm a bit confused by the language "via the following
revisions …:" where the colon isn't followed by one or more revision
numbers. Is it just an empty set of revisions?

Cheers,

Daniel
Received on 2017-12-30 04:28:33 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.