
26 Sep
2007
26 Sep
'07
7:40 a.m.
Sándor Fehér wrote:
Andy Lubel írta:
Have you tried: Trac + Subversion No, but I had a look onto Trac. I need not another SCM but I would like to intergate subversion and otrs.
Trac is not another SCM. Subversion is the SCM, Trac is a project management tool that integrates Subversion, a wiki and a ticket system (and it has a lot of plugins available).
Scmbug is a great stuff but has no otrs module. (Maybe I could write one if I would have time :(). If svn commit messages would be displayed in a ticket message it will make me satisfied at all.
You'd have to add a post-commit hook to your Subversion repository that emails your OTRS address a copy of the commit message. Nils Breunese.