使用cvs2git从CVS迁移到GIT

时间:2017-07-13 11:50:59

标签: python git cvs cvs2git

我正在尝试将CVS存储库迁移到GIT。我正在使用cvs2git。我正在运行以下命令。

python cvs2git --blobfile=C:\Users\popai\Downloads\dist\cvs2svn-2.4.0\git-blob.dat --dumpfile=C:\Users\popai\Downloads\dist\cvs2svn-2.4.0\git-dump.dat --encoding=iso-8859-1 --username=cvs2git C:\Users\popai\Desktop\cvs\datafs\lfs\cvswork\cvsheidi\

我收到以下错误

----- pass 4 (FilterSymbolsPass) -----
Filtering out excluded symbols and summarizing items...
ERROR: The command 'cvs -Q -R -f –d :local:C:\\Users\\popai\\Desktop\\cvs\\datafs\\lfs\\cvswork\\cvsheidi co -r1.1 -p -kb CVSROOT/checkoutlist' failed
 with exit status=1
and the following output:
cvs [checkout aborted]: Couldn't open default trigger library: No such file or directory

1 个答案:

答案 0 :(得分:0)

检查文件" default_trigger.dll"在您的CVSNT目录中。由于安装错误,它可能会丢失。如果是,请卸载,重新安装,它应该在那里。

找到http://www.cvsnt.org/pipermail/cvsnt/2006-January/023158.html

您也可以尝试从cygwin切换到其他CSV。见https://web3null.blogspot.ru/2013/07/checkout-module-from-local-cvs.html