[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: TSVN Integration with Quality Centre 9.0

From: Olivier Jacques <olivier.jacques_at_hp.com>
Date: Mon, 11 Jun 2012 09:39:10 -0700 (PDT)

Hello - I just released ALMTurtle - a TortoiseSVN issue tracker plugin for QC/ALM 11 (and above).
http://almtools.sourceforge.net/turtlealm/

For your other questions about making QC/ALM defect references "clickable" in Tortoise, I use this:
svn propset -R bugtraq:label "ALM" .
svn propset –R bugtraq:logregex "((ALM|alm|QC|qc)\w+)" .
svn propset -R bugtraq:url "td://project.domain.QCURL/qcbin/Defects?Action=FindDefect&DefectID=%BUGID%" .
svn propset -R bugtraq:number "false" .
svn propset -R bugtraq:warnifnoissue "true" .

Note that the bugtraq:url SVN property is different for ALM11 and above:
bugtraq:url "td://domain.project.QCURL/qcbin/DefectsModule-000000004243046514?EntityType=IBug&EntityID=%BUGID%"

Hope this helps...
Olivier.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2970420

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-11 18:40:57 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.