On 2/16/07, ifergus <[EMAIL PROTECTED]> wrote: > > Hi all > > Can Trac be configured to associate the check-out of source code from > Subversion with a ticket such that this policy/rule is enforced?
Subversion defaults to a parallel edit/merge modus operandi rather than exclusive checkout, so I doubt you'll be able to track the fetch operation (which is what the checkout command does by default). You may have more luck logging acquisition of an exclusive lock. It really all depends on what hook scripts you set up in the subversion repository. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
