On a shared webhost, my username is "[EMAIL PROTECTED]" and
the hostname is "jimrandomh.org". With ssh, I can log in fine with
"ssh -l '[EMAIL PROTECTED]' jimrandomh.org". However, I can't
find a way to get CVS to pass the correct options. If I use
  export CVS_RSH=ssh
  cvs -d :ext:[EMAIL PROTECTED]@jimrandomh.org:/cvs init
Then it misparses this as user:jbabcock,
host:[EMAIL PROTECTED] If I use
  export [EMAIL PROTECTED]
  cvs -d :ext:jimrandomh.org:/cvs init
then it just ignores the USER environment variable. There doesn't
seem to be any option to specify the username separately (like ssh's
-l).

So, how do I use CVS if my username contains an @ character?



_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to