Multiple or generic Subversion Repositories configuration

Thomas Heidenreich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 18, 2012

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

2 answers

1 accepted

1 vote
Answer accepted
Kinto Soft
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 26, 2013

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

0 votes
Jozef Kotlár
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2013

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events