Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hook subversion pour interragir avec trac via les commits #17

Closed
pzia opened this issue Feb 25, 2015 · 2 comments
Closed

Hook subversion pour interragir avec trac via les commits #17

pzia opened this issue Feb 25, 2015 · 2 comments

Comments

@pzia
Copy link
Contributor

pzia commented Feb 25, 2015

Reported by paparazzia on 30 Nov 2008 18:28 UTC
Installer le trac post commit hook, qui permet en substance :

It searches commit messages for text in the form of:

command #1

command #1, #2

command #1 & #2

command #1 and #2

Instead of the short-hand syntax "#1", "ticket:1" can be used as well, e.g.:

command ticket:1

command ticket:1, ticket:2

command ticket:1 & ticket:2

command ticket:1 and ticket:2

In addition, the ':' character can be omitted and issue or bug can be used

instead of ticket.

You can have more then one command in a message. The following commands

are supported. There is more then one spelling for each command, to make

this as user-friendly as possible.

close, closed, closes, fix, fixed, fixes

The specified issue numbers are closed with the contents of this

commit message being added to it.

references, refs, addresses, re, see

The specified issue numbers are left in their current status, but

the contents of this commit message are added to their notes.

A fairly complicated example of what you can do is with a commit message

of:

Changed blah and foo to do this or that. Fixes #10 and #12, and refs #12.

This will close #10 and #12, and add a note to #12.

@pzia pzia self-assigned this Feb 25, 2015
@pzia pzia added this to the Community powered milestone Feb 25, 2015
@pzia pzia closed this as completed Feb 25, 2015
@pzia
Copy link
Contributor Author

pzia commented Feb 25, 2015

Commented by paparazzia on 30 Nov 2008 18:31 UTC
(In [76]) * nouveau test ( refs #17 ) j'avais oubli un truc ;)

@pzia
Copy link
Contributor Author

pzia commented Feb 25, 2015

Commented by paparazzia on 30 Nov 2008 18:37 UTC
(In [77]) Nettoyage et commentaires dans le fichier de test ( fix #17 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant