[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem when cvs password contain @
From: |
prasankn |
Subject: |
Re: Problem when cvs password contain @ |
Date: |
Mon, 11 Jun 2007 00:14:40 -0700 (PDT) |
Hi,
I got the same error. I need to login to CVS by passing the password along
with the login command.
for example :
cvs -d :pserver:check:pass@pass@nprasanna:/home/reposit login
username: check
password: pass@pass
I tried the below options and failed.
1. cvs -d :pserver:checkatchar:"pass@pass"@yagachi:/testCv login
2. cvs -d :pserver:check:"pass@pass":@nprasanna:/home/reposit co
Can i get any solution for this.
regards,
prasanna
gnu-cvs wrote:
>
> Try this: cvs -d :pserver:ruchiras:@yagachi:/testCv login
>
> Tom
>
>
> ruchira schrieb:
>> Hi,
>>
>> If any cvs user's pasword contain @ suchas pass@wd then this command
>> is
>> giving error...because it is considering server name after first @. For
>> example if cvs -d :pserver:ruchiras:password@@yagachi:/testCv login
>> then it will take server name @yagachi which is not a server.Server is
>> yagachi ,so how can i solve this problem.
>>
>>
>> C:\>cvs -d :pserver:ruchiras:password@@yagachi:/testCv login
>> Logging in to :pserver:ruchiras@@yagachi:2401:/testCv
>>
>>
>> Error connecting to host @yagachi: No such host is known.
>>
>> Is there ang solution to solve this problem.
>>
>> Thanks and Regards
>> Ruchira
>>
>
>
> _______________________________________________
> Bug-cvs mailing list
> Bug-cvs@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/bug-cvs
>
>
--
View this message in context:
http://www.nabble.com/Problem-when--cvs-password-contain-%40-tf2342597.html#a11056024
Sent from the Gnu - Cvs - Bugs mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Problem when cvs password contain @,
prasankn <=