From: Kevin <ke...@dr...> - 2006-02-23 23:56:13
|
> I too like SVN, but is there real value for us in migrating the > already existing project from CVS to SVN? I haven't done it, but I > assume you can migrate histories as well? > > Andrew I like the handling of branches and tags better. It's easier and less error prone. You can rename files and directories while still keeping history. Some operations can be run locally, without having to hit the repository. (diff, status are two I use often) They do provide an automated migration option. Just submit the request and the site does it for you. The migration will include all branches/tags/revisions in the CVS repository. It doesn't alter/remove the cvs repository so if we decide against it, nothing is lost. I'd like to take it for a spin an see how well it works. --=20 Kevin |