Hi Matt, Ticket integration can be achieved through the use of Subversion post-commit hooks. You can find an example of how Trac does it here: http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook
Their example is a Linux-based script, so for an example of how to get it running on Windows see: http://stackoverflow.com/questions/84178/how-do-i-implement-the-post-commit-hook-with-trac-svn-in-a-windows-environment Carey On Fri, Feb 20, 2009 at 7:49 AM, Matt S <[email protected]> wrote: > > Hi, have the developers of VisualSVN considered integrating with bug > tracking/ticketing systems? For example, I use Unfuddle.com, a hosted > SVN service that has really nice ticketing as well. > > In the SVN Commit window, I would love to be able to choose which bugs > (tickets) are addressed in that commit. > > Cheers, > > - Matt >

