info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can't specify username with cvs-rsh


From: Jim Babcock
Subject: Can't specify username with cvs-rsh
Date: Sat, 05 Feb 2005 13:41:05 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707

On a shared webhost, my username is "address@hidden" and
the hostname is "jimrandomh.org". With ssh, I can log in fine with
"ssh -l 'address@hidden' 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:address@hidden@jimrandomh.org:/cvs init
Then it misparses this as user:jbabcock,
host:address@hidden If I use
  export address@hidden
  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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]