Attempting to insert a revision which already exists error with path '../'
Symptoms
The repository is using file protocol.
The following appears in the atlassian-fisheye-<date>.log
:
2013-03-25 21:47:07,880 ERROR - Attempting to insert a revison which already exists for branches/jira/../../tags/confluence/source/test@10431
Cause
Inserting the path branches/jira/../../tags/confluence/source/test@10431
is the same as tags/confluence/source/test@10431
due to '..'
This will have an indexing loop.
Workaround
- Add '**/../' as the exclude path
- Perform full reindex
Resolution
- Upgrade to Fisheye/Crucible 2.10.4+
- Perform full reindex
Last modified on Nov 2, 2018
Powered by Confluence and Scroll Viewport.