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.
|
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. | |||
|
feedback
|
|
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. | |||
|
feedback
|