git cvsimport抱怨无效的SHA1

时间:2012-03-08 23:21:20

标签: git cvs

我在Debian 6.0上使用git-cvsimport将CVS存储库导入到裸git存储库。我创建了一个directoy project.git

cd project.git

cvsps -x -u -g -r MCKINLEY -v --norc cvsmodulename >& ../output.txt

/usr/lib/git-core/git-cvsimport  -v -i -p r,MKCKINLEY -P ../output.txt modulename

它工作了很长时间然后我得到错误说:

* UNKNOWN LINE * symbol given -r : MCKINLEY: not found
DONE; creating master branch
fatal: refs/heads/origin: not a valid SHA1
fatal: master not a valid SHA1

这是什么意思?

1 个答案:

答案 0 :(得分:0)

cvs2git是我采用的方法......