Lining RT and Subversion

What’s the best way to link RT and SVN, so that I may have CPAN-like custom fields, ‘broken in version’ and ‘fixed in’?

I imagine an SVN post-commit hook that puts the latest repository revision number somewhere, but where would that be, in terms of the RT API?

Thanks in anticipation

Lee Goddard
Internet Application Analysis/Development
European Aviation Safety Agency
Administrative Directorate

E: Lee.Goddard@EASA.EU.int
T: +49 221 89990 3221
F: +49 221 89990 3721
W: www.easa.eu.int
:: Ottoplat 1, D-50679 Köln, Germany

What’s the best way to link RT and SVN, so that I may have CPAN-like custom fields, ‘broken in version’ and ‘fixed in’?

I imagine an SVN post-commit hook that puts the latest repository revision number somewhere, but where would that be, in terms of the RT API?

RT::Integration::SVN
(RT-Integration-SVN-0.04 - RT Integration-SVN Extension - metacpan.org) will update a
ticket with comments or correspondence when you commit.

Michael
Michael S. Liebman m-liebman@northwestern.edu
http://msl521.freeshell.org/
“I have vision and the rest of the world wears bifocals.”
-Paul Newman in “Butch Cassidy & the Sundance Kid”

RT::Integration::SVN
(RT-Integration-SVN-0.04 - RT Integration-SVN Extension - metacpan.org) will
update a ticket with comments or correspondence when you commit.

Thank you!

I must bookmark Randy’s CPAN search engine…

lee