X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: CVSNT and cvs Date: Tue, 20 Jun 2006 11:27:00 -0500 Lines: 27 Message-ID: References: <44980CE0 DOT 7030306 AT kset DOT org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) In-Reply-To: <44980CE0.7030306@kset.org> OpenPGP: url=hkp://random.sks.keyserver.penguin.de X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Marko Bozikovic wrote: > I have a problem with logging in to remote CVSNT server using cygwin cvs. >=20 > I'm using CVSNT 2.5.03.2260 on Windows and Cygwin cvs 1.11.17. CVS reposi= tory > is in C:\cvsrepo, with name /cvsrepo. >=20 > I'm trying to connect with: >=20 > cvs -d:pserver:bozho AT cvs:/cvsrepo login >=20 > 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]]/p= ath [snip] Perhaps your shell is mangling the command, try: cvs -d":pserver:bozho AT cvs:/cvsrepo" login or just `echo cvs -d:pserver:bozho AT cvs:/cvsrepo login` to see what comes ou= t. --=20 Ren=E9 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/