JIRA and FISHEYE,SVN Integration

Source: Internet
Author: User
Tags svn tagname jira download
Jira download can be used, as for the authorization code on the Internet to find it, this does not say. Once installed, download the SVN and fisheye plug-ins from the Web, follow the installation steps, and copy the jar and properties to the location, which is mainly about the configuration of the SVN plug-in and the configuration of the Fisheye plug-in. The SVN plug-in needs to configure the key:svn.display.name=self to represent the name that SVN displays in Jira. In the picture below, there is an arrow position showing svn.root=svn://localhost/self the SVN URL, no need to say svn.username=lll the SVN username svn.password=123456 represents the SVN password No configuration is required elsewhere. Fisheye plug-in configuration, first introduced fisheye configuration XML version= "1.0" encoding= "UTF-8"?>
< config Control-bind = "127.0.0.1:8079" Version = "1.0" Admin-hash = "96e79218965eb72c92a549dd5a330112" >

<!--Note:change this to the path to your Svn-javavhl.jar "-->
< Svn-config jar = "e:/opensource/fisheye/org.tmatesoft.svn_1.1.0.beta4.standalone/javasvn-1.1.0.beta4/ Javasvn1.jar "/>

< Web-server >
< HTTP bind = ": 8880"/>
</web-server >
< API enabled = "true"/>
< security Allow-anon = "true"/>
< Repository-defaults >
< linker/>
< allow/>
< Tarball enabled = "false" Maxfilecount = "0"/>
< security Allow-anon = "true"/>
< Text-indexer enabled = "true"/>< watches enabled = "true"/></repository-defaults >

<!--Note:change this for the particulars of your repository
-->
< repository name = "SVN" description = "Our Subversion repository" enabled = "true" >
<!--change the "to" URL to your repository-->
< svn url = "file:///e:/temp/self" path = "/" blocksize = "M" >
<!--authentication information for accessing the repository-->
< auth username = "WSL" password = "123456"/>

<!--how frequently fisheye should ping Subversion (which is a quick operation)-->
< Updater Pollperiod = "15s"/>

<!--this tells Fisheye you to interpret tags and branches.

This example follows the standard/trunk/,/branch/branchname/,
/tags/tagname/convention.

The commented-out example below that's for the/project/trunk/,
/project/branches/branchname/,/project/tags/tagname/convention.
-->
< symbolic >< trunk logical = "" name = Trunk "regex =" trunk (/|$) "/>< Branch name =" ${1} "regex =" bran Ches/([^/]+) "logical =" "/>< tag logical =" "regex = tags/([^/]+)" name = "${1}"/></symbolic >
<!--
<symbolic>
<trunk regex= "([^/]+)/trunk (/|$)" name= "trunk" logical= "${1}"/>
<branch regex= "([^/]+)/branches/([^/]+)" Name= "${1}-${2}" logical= "${1}"/>
<tag regex= "([^/]+)/tags/([^/]+)" Name= "${1}-${2}" logical= "${1}"/>
</symbolic>
-->
</SVN >

< Tarball enabled = "true"/>< security/>
< Properties >< Property name = "Show-changelog-calendar" value = "true"/></properties ></Reposito Ry >



</config > fisheye configuration, the most important is the < repository name = "SVN" description = "Our Subversion repository" enabled = "tr UE ">
<!--change the "to" URL to your repository-->
< svn url = "file:///e:/temp/self" path = "/" blocksize = "M" >
<!--authentication information for accessing the repository-->
         < auth  username = "WSL"  password = "123456"/> These few, Inside is SVN in the fisheye of the name, SVN related configuration, recommended that the blocksize set to 100, the default blocksize=1000, it is easy to report Java heap space error. The following Jira fisheye plug-in configuration profile name is as follows fisheye-jira-plugin.properties parameters FISHEYE.REPLIST=SVN which SVN represents the above Fisheye For name in Repository, I haven't been successful for the last two days.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.