[Codestriker-user] Script to create topic upon subversion commit
Brought to you by:
sits
|
From: Dan P. <dp...@in...> - 2007-05-15 21:13:00
|
Hello, My shop recently changed from CVS to Subversion for source control. We make use of the log_accum.pl script to automatically create a codestriker topic if the commit comment contains 'REVIEW' or 'Bug XXXX'. I created the attached perl script to do the same with subversion. This is based heavily on the tcl script that someone submitted to this list a while ago; unfortunately I can't find the mail right now and I've forgotten who wrote it. Anyway, thanks, whoever you are :-). This script reads a file of author -> reviewer mappings to determine who will be the reviewer of the created topic. The file is simply a tab-delimited format. It's a bit rough, but I hope someone out there can make use of this script. Send me mail if you need help figuring it out. Thanks for Codestriker! - Dan Prince dp...@in... |