On 3/29/2011 2:56 PM, SUMNER Andrew wrote:
1.Are there any tools to sync SVN to CVS? Ideally I would like two way sync but I may be able to get away with one way (svn -> cvs) especially if it can throw an error if the cvs file has changed.
No, it is difficult to keep any two repositories in sync.
2.How do I import CVS repository (including history) to SVN?
There is a cvs2svn tool for that. But it is a one-time, one-way trip.
I am using Visual SVN (on windows server 2003) if this makes any difference to tool selection. The repository I wish to sync contains database script files.
Those things shouldn't matter, but if you can do one conversion and then have everyone switch to using svn in a single repository it will make things much easier.
-- Les Mikesell lesmikes...@gmail.com