This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 77234

Summary: Integration with bugtracking systems
Product: versioncontrol Reporter: nmnilssen <nmnilssen>
Component: CodeAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: blocker CC: tpavek
Priority: P1 Keywords: PLAN
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: The Desription on how to use bugtraq: properties, copied fro mTortoiseSVN

Description nmnilssen 2006-06-01 15:19:26 UTC
TortoiseSVN and the subversion module for eclipse handles integration with
bugtracking systems using a set of folder properties:
    * bugtraq:message
    * bugtraq:label
    * bugtraq:url
    * bugtraq:number
    * bugtraq:warnifnoissue
    * bugtraq:append
It would be nice if the subversion component could handle the same properties
Comment 1 Patrick Keegan 2006-10-26 13:35:05 UTC
Further user comment:

"Once the bugtraq:message property has been set, the commit dialog includes a
field for
inputing bug reference number. This is a very handy feature, especially on the
release-branch..."

Comment 2 nmnilssen 2007-01-02 11:31:41 UTC
Created attachment 36969 [details]
The Desription on how to use bugtraq: properties, copied fro mTortoiseSVN
Comment 3 nmnilssen 2007-01-02 11:45:05 UTC
This is a very nice feature for linking Subversion with bug tracker systems 
like Bugzilla or Mantis. On the project i'm working on, we use the following 
properties to do this: 

bugtraq:label=Mantis ID:
bugtraq:message=#ID:%BUGID%
bugtraq:warnifnoissue=true
bugtraq:url=http://svn/mantis/view.php?id=%BUGID%

In TortoiseSVN, this causes the commit dialog to have the input field "Mantis 
ID:".  If I enter the 123 in this field, it  will be inserted at the start of 
the commit message, as #ID:123
I can leave the field blank, but I will get a warning.

When I list the log messages, TortoiseSVN shows the bug ids as hyperlinks, and 
I can jump to the issue description, using the configured URL.
Comment 4 mweinnc 2008-03-10 17:26:19 UTC
For use to continue using NetBeans in our development process, we really, really need this capability. TortoiseSVN does 
it quite nicely, as does Subclipse.
Comment 5 twolf2919 2008-03-18 14:19:56 UTC
I know this is a subversion request for enhancement, but I hope someone also thinks of doing the same thing in CVS.
Comment 6 Tomas Stupka 2008-04-04 15:34:02 UTC
reassigning to version control