CVSNT and cvs
René Berber
r.berber@computer.org
Tue Jun 20 16:29:00 GMT 2006
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/
More information about the Cygwin
mailing list