merge - unfixable mixed-revision working copy in svn? -
i have branch checkout clean (no modifications) cannot reintegrate trunk branch, because svn thinks have mixed-revision working copy:
c:\myproject> svnversion 2045:2047
the problem seems caused 1 of externals:
c:\myproject> svn propget svn:externals tools -r1448 ^/tools/external/trunk/gandalf/bin gandalf/bin -r1508 ^/tools/external/trunk/gandalf/include gandalf/include -r1508 ^/tools/external/trunk/gandalf/lib gandalf/lib -r1428 ^/tools/external/trunk/jsdb jsdb -r2045 ^/tools/external/trunk/java/lib/jing.jar jing.jar
you note of them directory externals rather single-file externals, except jing.jar, same version "svnversion" thinks lowest range of working copy, supposed clean checkout of r2047.
how fix this? (besides not using single-file external)
i've tried doing updates, fresh checkouts, , svn cleanup, , still has problem. i'm using tortoisesvn 1.6.12
looks you're not 1 problem.
the fix use equivalent of svn update --ignore-externals
Comments
Post a Comment