This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CVSNT and cvs


Marko Bozikovic wrote:

> I have a problem with logging in to remote CVSNT server using cygwin cvs.
> 
> I'm using CVSNT 2.5.03.2260 on Windows and Cygwin cvs 1.11.17. CVS repository
> is in C:\cvsrepo, with name /cvsrepo.
> 
> I'm trying to connect with:
> 
> cvs -d:pserver:bozho@cvs:/cvsrepo login
> 
> When I enter a valid password, I get follwing errors:
> cvs login: CVSROOT requires a path spec:
> cvs login: :(gserver|kserver|pserver):[[user][:password]@]host[:[port]]/path
[snip]

Perhaps your shell is mangling the command, try:

cvs -d":pserver:bozho@cvs:/cvsrepo" login

or just `echo cvs -d:pserver:bozho@cvs:/cvsrepo login` to see what comes out.
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]