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 - Integration with bugtracking systems
Summary: Integration with bugtracking systems
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker with 10 votes (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PLAN
Depends on:
Blocks:
 
Reported: 2006-06-01 15:19 UTC by nmnilssen
Modified: 2014-06-05 12:20 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The Desription on how to use bugtraq: properties, copied fro mTortoiseSVN (9.30 KB, text/plain)
2007-01-02 11:31 UTC, nmnilssen
Details

Note You need to log in before you can comment on or make changes to this bug.
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