I have used TortoiseSVN_integration.bat to integrate SVN with Bugtracker and ultimately Visual Studio.
svn propset -R bugtraq:label "BugTracker.NET ID:" .
svn propset -R bugtraq:url "http://DOMAINNAME/edit_bug.aspx?id=%%BUGID%%" .
svn propset -R bugtraq:message "bugid: %%BUGID%%" .
svn propset -R bugtraq:number "true" .
svn propset -R bugtraq:warnifnoissue "true" .
svn commit -q -m "Added BugTracker.NET properties to the repository"
Also see the following pic: http://oi62.tinypic.com/2u6ihww.jpg I'd like to remove this integration as it's no longer needed. How do I do that? Thanks