On Thu, 2006-05-25 at 10:11 -0400, Bhuvan Pasham wrote:
> I'm currently Using AnkhSVN and Tortoise Clients with Subversion
> version 1.3.1 (r19032) over httpd with Python 2.3. I could not find
> any documentation …. or even hints on how to pass in a ticket number
> from AnkhSVN client when committing the code to the repository. I had
> installed the hook scripts mentioned in the article TracOnWindows 
> 
> Please help me how to bind a changeset to an Open ticket on trac while
> committing code to the repository 

There's a little documentation in the actual hook scripts themselves,
but all you need to do is supply a commit message that contains
a ticket reference in a recognised form.

Try any of the following:
(addresses #342)
(re #342)
(closes #342)
(fixes #343)

It should work the same from any SVN client -- AnkhSVN, TortoiseSVN,
the official command-line client.

-- 
Rob Hunter


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to