Thread: Eventum-Subversion Integration - Some fixed
Eventum-Subversion Integration - Some
fixed
2006-10-03 14:50:07
Now I got it to work, changing the
foreach ($matches[0] as $p_issue_id) {
to:
foreach ($matches[1] as $p_issue_id) {
in the process_svn_commits_new file. The database is ok and
lacks to me just
show the files that were commited associated to the issue in
the issue
details screen. How can I do that?
Thanks,
Weslei