Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 87231 invoked from network); 6 Dec 2005 12:38:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Dec 2005 12:38:06 -0000 Received: (qmail 16331 invoked by uid 500); 6 Dec 2005 12:38:05 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 16308 invoked by uid 500); 6 Dec 2005 12:38:04 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 16297 invoked by uid 99); 6 Dec 2005 12:38:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 04:38:04 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.28.4.40] (HELO tuvok3.mmm.com) (192.28.4.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2005 04:38:03 -0800 Received: from mccoy4.mmm.com ([192.28.4.41]) by tuvok3.mmm.com (8.12.10/8.12.9) with ESMTP id jB6CbgAR002042 for ; Tue, 6 Dec 2005 06:37:42 -0600 (CST) Received: from BE-Corporate-02.EURO.MMM.COM ([169.5.98.229]) by mccoy4.mmm.com (8.12.10/8.12.9) with ESMTP id jB6Cbg6p014914 for ; Tue, 6 Dec 2005 06:37:42 -0600 (CST) To: continuum-users@maven.apache.org Subject: windows client to windows server cvs connection: wrong cvsroot value? MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.3 September 14, 2004 From: phertogen@mmm.com Message-ID: Date: Tue, 6 Dec 2005 13:36:52 +0100 X-MIMETrack: Serialize by Router on BE-Corporate-02/BE-Europe/3M/US(Release 6.5.3|September 14, 2004) at 06/12/2005 13:37:42, Serialize complete at 06/12/2005 13:37:42 Content-Type: multipart/alternative; boundary="=_alternative 00455D95C12570CF_=" X-Scanned-By: MIMEDefang 2.52 on 192.28.4.40 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 00455D95C12570CF_= Content-Type: text/plain; charset="US-ASCII" Hi, I still have a problem in connecting from windows XP client to windows CVS server using cvsnt. I checked in faqs, documentation and mailing-lists, but still I'm missing something. This is the entry in registry for cvspass variable: :pserver:myusername@mycvsserver:2401:D:\dept\P-ITSource This was put in the reg by running C:\Documents and Settings\myusername>cvs -d :pserver:myusername@mycvsserver:D:\dept\P-ITSource login Logging in to :pserver:myusername@mycvsserver:2401:D:\dept\P-ITSource CVS password: ******** The scm url in my project.xml is the following: scm|cvs|pserver|myusername@mycvsserver|D:\dept\P-ITSource|testMaven However, in the continuum.log I see this: cvsRoot: :pserver:myusername@mycvsserver:2401D:\dept\P-ITSource 890622 [Thread-1] DEBUG org.apache.maven.scm.manager.ScmManager - passFile: C:\Documents and Settings\myusername\.cvspass I noticed there is no colon (and no pipe either) present anymore in the cvsroot variable between 2401 and D So I tried manually : C:\Documents and Settings\myusername>cvs -d :pserver:myusername@mycvsserver:2401D:\dept\P-ITSource login Logging in to :pserver:myusername@mycvsserver:2401:\dept\P-ITSource CVS password: ******** cvs [login aborted]: \dept\P-ITSource: no such repository Could this be the error, or is it normal that this colon between 2401 and D is missing in cvsroot in continuum.log? Thanks a lot in advance, Peter --=_alternative 00455D95C12570CF_=--