2017-07-13 183 views
0

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

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 
+0

您可以尝试在命令提示符下手动运行该命令吗? cvs -Q -R -f -d:local:C:\\ Users \\ popai \\ Desktop \\ cvs \\ datafs \\ lfs \\ cvswork \\ cvsheidi co -r1.1 -p -kb CVSROOT/checkoutlist – BoboDarph

+0

运行此命令时得到相同的结果。 cvs [checkout aborted]:无法打开默认触发器库:没有这样的文件或目录 –

回答