Is there a module which lets you log SVN messages (much like the CVS message/log module)? Or will the CVS module work for SVN as well (with some modifications)?

Thanks.

Comments

dries’s picture

You'll have to modify the cvslog.module for that.

Note that the cvslog.module is rather drupal.org specific at this point. Patches that help make the cvslog.module more generic are certainly being accepted.

bernardl’s picture

Okay, I'll try to take a stab at it if nobody else has done this yet...

Thanks!

moshe weitzman’s picture

there is an svn.module in Contrib which provides a web UI on an SVN repository. It is analogous to ViewCVS, but written as a drupal module.

bernardl’s picture

Currently we just link to our svn repository using SVN web gui - but I suppose it won't be a bad idea to have it fully integrated into drupal.

However, right now I am looking for a module like cvslog but for svn - I will take a look at how cvslog is implemented and see if I can come up with my own module 'svnlog'.

adrian’s picture

We use trac extensively in Bryght

Like for instance on our public wiki.

--
The future is so Bryght, I have to wear shades.

bernardl’s picture

How easy is it to integrate trac with drupal?

Actually... I just checked the requirements... seems like it is totally incompatible with Drupal ;-)

But it would be nifty to have something like this for drupal... any takers? :-)

discursives’s picture

It seems like a toughie!

discursives’s picture

if by 'any takers' you mean would we like to see you make it up, then yes!