git cvsimport Error: “root … must be an absolute pathname”

后端 未结 2 1970
庸人自扰
庸人自扰 2021-01-26 12:15

I\'m trying to clone a CVS repository using git:

lawsa~/java/projects/iu$ git cvsimport -C ../iugit ebs/fs/kfs
Expected Valid-requests from server, but got: E Ro         


        
2条回答
  •  悲哀的现实
    2021-01-26 12:43

    I finally had some success with the git cvs command. It seems that you can import your directory without specifying :extssh in your cvs root. Simply go to a new directory and enter:

    git cvsimport -v -d user@server:/path/to/dir -r cvs -k my_module
    

    This solved the "must be an absolute pathname" error.

提交回复
热议问题