Using Atlassian FishEye analysis with Crucible code review. (Version:4.4.0 Build:20170412122150 2017-04-12). Note that I added a "Console.error(error_body)" line after the "Failed to anchor" line in crucible.py.
$ svn diff folder --depth empty
Index: folder
===================================================================
--- folder (revision 245606)
+++ folder (working copy)
Property changes on: folder
___________________________________________________________________
Modified: svn:mergeinfo
Merged /folder:r229420
$ svn diff folder --depth empty > temp
$ crucible.py APREV -r XXX -f temp
...
Error: Failed to anchor the patch to repository XXX, please check that the repository is the correct one
{u'message': u"Unable to anchor patch [APREV-27-patch-0.txt] to repository [XXX]: Crucible tried to anchor your patch to 'XXX', but there was conflicting content in 'folder' at revision '244550'.", u'code': u'PatchAnchorFailed'}
$ svn diff -c 244550 folder --depth empty
Index: folder
===================================================================
--- folder (revision 244549)
+++ folder (revision 244550)
Property changes on: folder
___________________________________________________________________
Modified: svn:mergeinfo
Merged /folder:r240714,242943
Hi, As a test if you run crucible.py from within the repo and provide options. Are you able to connect and enter the requested information? Does that anchor to the Review?
I am not sure but it seems like you had a folder named "folder" then removed it and added it back. Is that correct? Get the full diff and try to anchor it.
Thanks
Lonnie
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.