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

see here: reintegrate branch externals fails in svn


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -