Downloads (PDF, HTML & XML formats)
[FishEye Knowledge Base]
Documentation for FishEye 2.10.x. Documentation for other versions is available too. 
![]()
If you see the error message "Failed to render fork tree for repository 'my-fork': The repository 'my-repository' does not exist but is referenced in the 'parent' attribute of another repository." on your repository's Forks tab...
...or see one of the following errors in your logs...
[java] 2011-09-06 12:24:51,093 WARN - The repository 'my-repository' does not exist but is referenced in the 'parent' attribute of another repository. [java] 2011-09-06 12:24:51,093 WARN - Repository 'my-fork' has 'my-repository' set as parent, but no repository found named 'my-repository'
...you may need to repair some parent attribute references in your config.xml file.
Steps to repair your config.xml file:
config.xml file.config.xml for references to the repository that is missing (the name my-repository is used in the example above)parent attributes that reference the missing repository, e.g. <repository parent="my-repository" name="my-fork"> should be modified to read <repository name="my-fork">.