We have a rather large codebase in a svn repository, and one of our developers made the mistake of copying the entire repo into a branch (rather than just the trunk). He immediately deleted the branch, but this still means that Fisheye is trying to index the changeset. It's been > 24 hours and it's still working on the changeset. Is there anything I can do to tell fisheye to not bother with that?
I could add an Exclude Path, but wouldn't that force a full reindex of the repo?
You can tell Fisheye to start indexing from a particular revision but you can't tell it to skip a particular revision.
An Exclude Path is the least invasive way around this, I think. But yes, it will require a reindex.
Another way (just as time consuming because of the full index but fixes the problem for good) is to strip the revision history from your repo relating to the parts of this branch that were accidentally created. You would achieve this via svnadmin and svndumpfilter.
Sorry there aren't better options for you.
Here is a workaround for at least one case. If a perforce changelist is missing, you can decrease the block size to exactly 1. For some reason Fisheye can make it past the missing changelist number. Then once it makes it past the offending changelist you can increase the block size again back to it's normal value.
To reduce load on perforce and/or find which is the offending changelist, just cut the block size in half until you are down to about 10. At that point you can just run the "p4 describe -dn CHANGELIST" command on the remaining 10 changelists to figure out which one offends.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See this feature request:
https://jira.atlassian.com/browse/FE-626
Please vote on the issue and add yourself as a Watcher to be notified of its progress. For reference, our policy on how new features are implemented.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.