Because of our recommendation, our boss finally agreed to switch our version control system from cvs to svn. But it isn’t easy when I start working on. Although there have some lazy ways can transmit data (chechout all from cvs and commit to svn…), but maybe there have other easy way can do this.
After searching from Google, I finally found this article and cvs2svn. cvs2svn can export cvs repository to svn dump file, then all we have to do is create a svn repository and load the file. Done!!