Hi all,
in the process of integrating the SVN plugin I was wondering if there was a way to do the configuration more generic.
As it seems now I have to configure all of our >100 repositories seperatly, although they are on the same server - is there a way to reduce that configuration effort?
To be more clear, this is what the two configurations for the repositories "foo" and "bar" look like:
Repository Root: http://svn.internal.lan/foo/ Changeset Format: http://svn.internal.lan:8080/repos/foo/info?revision=${rev} File Added Format: http://svn.internal.lan:8080/repos/foo/goto/${path}?revision=${rev} File Modified Format: http://svn.internal.lan:8080/repos/foo/diff/?entries=${path}@${rev-1}&entries=${path}@${rev} File Replaced Format: http://svn.internal.lan:8080/repos/foo/goto/${path}?revision=${rev} File Deleted Format: http://svn.internal.lan:8080/repos/foo/goto/${path}?revision=${rev-1} Repository Root: http://svn.internal.lan/bar/ Changeset Format: http://svn.internal.lan:8080/repos/bar/info?revision=${rev} File Added Format: http://svn.internal.lan:8080/repos/bar/goto/${path}?revision=${rev} File Modified Format: http://svn.internal.lan:8080/repos/bar/diff/?entries=${path}@${rev-1}&entries=${path}@${rev} File Replaced Format: http://svn.internal.lan:8080/repos/bar/goto/${path}?revision=${rev} File Deleted Format: http://svn.internal.lan:8080/repos/bar/goto/${path}?revision=${rev-1}
The question is, whether there is a way to configure this with just one entry?
Thanks in advance,
Thomas
You could use the subversion-jira-plugin.properties file in order to load the 100+ repositories at once.
In order to generate the the properties file content, it would be very easy by using Excel:
(1) type the 100+ repository names in one column (foo, bar,..)
(2) type the configuration of one repository only referecing its name from the previous colum (1),
(3) drag the repository configuration (2) to get the 100+ configurations
(4) copy and paste them into the properties file
(5) ensure that no any repository configuration is present on JIRA (to avoid the plugin ignores the properties file)
(6) re-start JIRA in order changes to take effect
Long time ago we have implemented patch to jira-subversion-plugin to read all repositories in single subversion parent and fill into the list using template. It was in version before GUI was available.
All my effort is available in SVN-35.
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.