0

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.

Steve Jones
  • 141
  • 1
  • 5

1 Answers1

1

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.

Jim Brissom
  • 31,821
  • 4
  • 39
  • 33