It it possible to close ticket automaticly on svn commit. You should write something like "Fixing bug with small letters. Closes #124." in svn comment and the ticket #124 will be closed. It can be done with http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook
It is also possible to place into ticket comment the links to the changesets: r1, [1] or changeset:1 Or you can write r1:10 to place link to svn commits. This feature is working out of the box. 2009/7/7 Anu Ramachandra <[email protected]> > > Hello, > > > > I just set up trac and subversion on our new server and we are checking out > the features. > > > > Is it possible to do the following – > > > > When you do a code svn check-in, can it close a Trac bug automatically? > > In Trac, when we view a bug, can we see the source code changes related to > the bug? > > > > > > Thanks, > > Anu > > > > > -- bessarabov --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
