I have setup 5 different projects and for each there is a separate SVN repository. Currently all the repositories are listed in JIRA under 'Subversion Repositories'.
Is there a way to associate a project with a specific SVN repository?
thanks
The current tie in between the respository and the project is the project prefix. I would suggest adding code to your subversion checkin/checkout process that would check to make sure the wrong prefix cannot be used. It is too late if the Jira background process finds this out because the damage (mixing respositories) has already been done.
Subversion supports pre and post scripts that can be executed for this validation. It is fairly easy to do, but getting the change out to users may be more of the headache depending on the number of different subversion clients you support and the number of people with access to the respository.
You can't do that, and I don't think it should be necessary to. Each committer should only use the keys from their project, and if they're fixing a bug in another project, then fair play...
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.