From continuum-users-return-3734-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Fri Apr 27 10:39:49 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 2823 invoked from network); 27 Apr 2007 10:39:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2007 10:39:48 -0000 Received: (qmail 11506 invoked by uid 500); 27 Apr 2007 10:39:53 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 11435 invoked by uid 500); 27 Apr 2007 10:39:53 -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 11424 invoked by uid 99); 27 Apr 2007 10:39:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 03:39:53 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=SPF_NEUTRAL,USERPASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 210.54.141.241 is neither permitted nor denied by domain of rahul.thakur.xdev@gmail.com) Received: from [210.54.141.241] (HELO fep05.xtra.co.nz) (210.54.141.241) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 03:39:45 -0700 Received: from nonec03d6244ff ([125.237.72.34]) by fep05.xtra.co.nz with ESMTP id <20070427103920.BVWN24836.fep05.xtra.co.nz@nonec03d6244ff> for ; Fri, 27 Apr 2007 22:39:20 +1200 Message-ID: <005301c788b8$53d70930$4001a8c0@nonec03d6244ff> From: "Rahul Thakur" To: References: <4631CE82.2010702@criticalsoftware.com> Subject: Re: pom.xml URL - CVS access Date: Fri, 27 Apr 2007 22:39:20 +1200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-Virus-Checked: Checked by ClamAV on apache.org You want to know how to specify username & password to add your pom.xml from CVS, correct? Something like: https://username:password@cvs.cvsservername.com/cgi-bin/cvsweb.cgi/~checkout~/module_path/file_name HTH, Rahul ----- Original Message ----- From: "Rodrigo Gonçalves" To: Sent: Friday, April 27, 2007 10:20 PM Subject: pom.xml URL - CVS access > Hi... > > Until now in our CVS server we could via web access a file without > web login, with the direct link: > https://cvs.cvsservername.com/cgi-bin/cvsweb.cgi/~checkout~/module_path/file_name > but that security problem was resolved, leaving us with a problem on > the continuum server. > > Adding a new project to continuum is now impossible. Continuum > requires an URL to access the pom.xml and create a new project. Well, > to access an URL in our WEB-CVS we need to authenticate via WEB. And > the POM upload works only for a single projects without modules. > > After we add the project there is no problem because we have pageant > running as a server on the same machine, and continuum checkout the > projects, and works perfectly. > > So how can we add new projects to continuum? > > Any help, ideas or workarounds, would be very appreciated. > > > Regards, > Rodrigo. >