git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* cvsimport does not work with passwords ?
@ 2011-04-28 20:59 Marcin Wiśnicki
  2011-04-28 21:03 ` Marcin Wiśnicki
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marcin Wiśnicki @ 2011-04-28 20:59 UTC (permalink / raw)
  To: git

I have to import part of public cvs repository that is protected by 
password (which is "anoncvs"):

> export CVSROOT=:pserver:anoncvs@anoncvs.fr.FreeBSD.org:/home/ncvs
> cvs login

And now I can use cvs and cvsps, when I try git however:

> git cvsimport -vk projects/pkgtools
AuthReply: I HATE YOU

It seems that it does not send the password. From captured network 
conversation:

-> BEGIN AUTH REQUEST
-> /home/ncvs
-> anoncvs
-> A
-> END AUTH REQUEST
<- I HATE YOU

But `cat ~/.cvspass`:
/1 :pserver:anoncvs@anoncvs.fr.freebsd.org:2401/home/ncvs Ay=0=h<Z


So why is git not sending the password ?

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-04-29 16:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-28 20:59 cvsimport does not work with passwords ? Marcin Wiśnicki
2011-04-28 21:03 ` Marcin Wiśnicki
2011-04-28 21:35 ` Marcin Wiśnicki
2011-04-28 22:45   ` Jeff King
2011-04-28 22:50     ` Marcin Wiśnicki
2011-04-29 11:33 ` Andreas Schwab
2011-04-29 13:09   ` [PATCH] git-cvsimport: normalize hostname for password lookup Andreas Schwab
2011-04-29 16:33     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).