Despite the fact that cvs2svn officially doesn't support conversion from CVSNT, many people report good results provided they follow a few guidelines. Be sure to verify the results of the conversion before you rely on it.
We Can migrate CVS NT to SVN but at the cost of loosing the version history. I have the CVS NT setup on windows and wanted to migrate to SVN linux ( open Suse ). The issue was coming for biztalk files ( extensions btm , btp , xsd ). The UTF 16 characterset. it was fixed by
2 comments:
Despite the fact that cvs2svn officially doesn't support conversion from CVSNT, many people report good results provided they follow a few guidelines. Be sure to verify the results of the conversion before you rely on it.
We Can migrate CVS NT to SVN but at the cost of loosing the version history. I have the CVS NT setup on windows and wanted to migrate to SVN linux ( open Suse ). The issue was coming for biztalk files ( extensions btm , btp , xsd ). The UTF 16 characterset. it was fixed by
svn propset svn:mime-type text/xml TestOrchestration.odx
svn propset svn:mime-type text/xml TestMap.btm
svn propset svn:mime-type text/xml TestPipeline.btp
svn propset svn:mime-type text/xml TestSchema.xsd
Post a Comment