I'm trying to migrate a cvs repository to git. The repository's root is on a pserver... :-(
Now, the server uses passwords, and I have a password - in ~/.cvspass . The file has a single line, which reads as follows:
/1 :pserver:eyalroz@mozdev.org:2401/cvs abcdefghi
(but that's not the real password obviously.)
When I use crap-clone, like so:
./crap/crap-clone :pserver:eyalroz@mozdev.org:/cvs removedupes
The password crap-clone provides is just A - which is the fallback string.
I'm trying to migrate a cvs repository to git. The repository's root is on a pserver... :-(
Now, the server uses passwords, and I have a password - in ~/.cvspass . The file has a single line, which reads as follows:
(but that's not the real password obviously.)
When I use
crap-clone, like so:The password
crap-cloneprovides is justA- which is the fallback string.