It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreBitbucket Pipelines helps me manage and automate a number of serverless deployments to AWS Lambda and this is how I do it. I'm building Node.js Lambda functions using node-lambda ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.