首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >用cvs2git实现从CVS到GIT的迁移

用cvs2git实现从CVS到GIT的迁移
EN

Stack Overflow用户
提问于 2017-07-13 19:50:59
回答 1查看 445关注 0票数 0

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

代码语言:javascript
复制
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\

我得到了下面的错误

代码语言:javascript
复制
----- 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
EN

回答 1

Stack Overflow用户

发布于 2017-07-13 21:14:25

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

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

您也可以尝试从cygwin切换到不同的CSV。请参阅https://web3null.blogspot.ru/2013/07/checkout-module-from-local-cvs.html

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/45079802

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档