I need to set up some kind of read-only CVS repository mirror. The aim is to get snapshots of the project by schedule and store it on a windows box. Could you suggest best way to do it?
I don't actually have to use CVS on local. Our team works with Subversion. And if it possible to check out from CVS to SVN it would be even better. Because there is no need to commit any changes to the CVS repository. All I need is to have actual snapshots of sources from CVS.
Do I have to use migrating tools like cvs2svn with cron for windows to schedule it? Or are there any better solution?