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 Root
:extssh:lawsa@cvs.uits.iu.edu:/srcctrl/CVS must be an absolute pathname
lawsa~/java/projects/iu$
I see that another man had a similar problem here. He cites his solution: "As long as I use anonymous access then I can get the convert working!". This doesn't work as our server will certainly not allow anonymous access (even if they did for reads, I need read/write access).
I'm following the instructions from gitcvs-migration
which says:
...cd to a checked out CVS working directory of the project you are interested in
and run git-cvsimport(1):
$ git cvsimport -C <destination> <module>
I have followed these instructions (and have cvsps
version 2.1) by navigating to a local working copy. It's obvious that git cvsimport
is finding my CVS_ROOT from the CVS
directory in my working copy because I didn't specify it, but it's showing up in the error message.
Please let me know if you can help. Remember, something small could be something big! :-)