Is there a way to monitor commits to a CVS repository on a daily basis say, and for those changes to be replicated in a local SVN repository. Ideally maintaining commit comments.

A little perl ditty maybe?

Thanks, Steve.

link|improve this question
feedback

1 Answer

You can use commitinfo to run a script each time changes are committed. The file you run can be a simple script, even Perl (if you like suffering), simply committing the changes to your SVN.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.