Hi,
my company now has CVS, Fisheye and JIRA and we want to migrate the whole CVS-Repo to Git.
How handles Fisheye/JIRA the existing commit-messages inside the Git-Repo?
Has someone a link to some tips for this kind for migration? Elsewise ill raise a new question.
Greetings
Hi Sebastian,
When you add the new migrated repository it will be indexed by FishEye. Once that's done all the commits that mention JIRA issues will be visible in JIRA when viewing the associated issue, as they were for the CVS repository.
Any commands for smart commits won't be re-executed, as we don't process smart commits during the initial indexing of the repository. Depending on your migration strategy, they might be processed for commits added later on. To be sure they won't be processed, you might want to temporarily disable Smart commits, until the indexing is complete, and then re-enable them
Thanks Peter, thats what i was expecting :-) With your answer i found now the corresponding link: https://developer.atlassian.com/fecrudev/tutorials/fisheye-smart-commit-tutorial "Smart commit handlers are not invoked on the initial indexing of a repository, only on an incremental update."
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.