Hello!
The jira subversion plugin seems to be preficored for ViewVC, FishEye and SVNWebClient, but wich URL patterns can I use to have it configured against a WebSVN server?
I can't have all the linktypes (file added, modified, replaced, view, ...) configured ... Anyone using WebSVN can share it's configuration?
Thx.
I do it programatically, however the relevant strings you need are below.
However, you need to, or at least you needed to, patch the plugin to make it understand ${repo}. You can find instructions for this somewhere. Otherwise you can just hard-code repo to the repo name I guess.
setChangeSetFormat(webSvnUrl + '/revision.php?repname=${repo}&location=/&rev=${rev}') setFileAddedFormat(webSvnUrl + '/filedetails.php?repname=${repo}&path=${path}&rev=${rev}') setFileModifiedFormat(webSvnUrl + '/diff.php?repname=${repo}&path=${path}&rev=${rev}&sc=0') setFileReplacedFormat(webSvnUrl + '/filedetails.php?repname=${repo}&path=${path}&rev=${rev-1}&sc=0') setFileDeletedFormat(webSvnUrl + '/filedetails.php?repname=${repo}&path=${path}&rev=${rev-1}&sc=0')
How does one achieve doing this "programmatically". I would like a fast simple automated way to link jira and websvn. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.