info-cvs
[Top][All Lists]
Advanced

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

Re: work with http proxy


From: Russ Sherk
Subject: Re: work with http proxy
Date: Fri, 11 Nov 2005 08:39:31 -0500



On 10 Nov 2005 17:47:57 -0800, Ken <address@hidden> wrote:
Thanks for pointing out the syntax error, but this failed again on a
bash command line,
cvs
-d:pserver;proxy=proxy.mycompany.com;proxyport=8080:address@hidden :/scm/openejb
co openejb
An error is outputed saying the correct usage of cvs and No such file
or directory warning message like below.
co: RCS/openejb,v: No such file or directory

I think bash will not regconize the ';' in above line, I tried to add
'\'  or single quote before ';', both are not work.

What happens if you quote the whole -d line:
 -d":pserver;proxy=proxy.mycompany.com;proxyport=8080:address@hidden:/scm/openejb"

--Russ

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


reply via email to

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