Posts

Showing posts with the label Bugzilla

Using SVN with Bugzilla

Image
Configuration management is required some way or the other to avoid any conflicting change and to keep track of what all is changed during development cycle. Following is a way to integrate SVN with Bugzilla to provide some basic tracking of what Bug is modified for which file. 1. Explore and open the root of SVN folder. Right Click and open properties as shown   2. Following screen will open. Click New 3. On Add Properties page Select‚ bugtraq‘ properties and provide appropriate values like below:   • name : bugtraq:url Value: (string) This value is the URL pointing to the bug tracking tool. The URL string should Contain the substring "%BUGID%". Example: http://esvrs72/show_bug.cgi?id=%BUGID% • name : bugtraq:warnifnoissue Value: "true"/"yes" or "false"/"no" If set to "true", then the clients will warn the user if the issue text box is Left empty. • name : bugtraq:logregex Value: (string...