Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 66309 invoked from network); 12 Sep 2008 14:25:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2008 14:25:17 -0000 Received: (qmail 1307 invoked by uid 500); 12 Sep 2008 14:25:13 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 1066 invoked by uid 500); 12 Sep 2008 14:25:12 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 1055 invoked by uid 99); 12 Sep 2008 14:25:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 07:25:12 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ken.liu@gmail.com designates 209.85.198.242 as permitted sender) Received: from [209.85.198.242] (HELO rv-out-0708.google.com) (209.85.198.242) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2008 14:24:12 +0000 Received: by rv-out-0708.google.com with SMTP id f25so833181rvb.50 for ; Fri, 12 Sep 2008 07:24:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=C1NkLxlrtYvgeyok+ZAHsLajGcMnGoLsxmjMqGZiR74=; b=XBudH0ZS3q//utYeynE5iVY+uGEwacG9Ipf+IJBODwaEknhmVc+k3lYWdWD2YuMXJR KJWfcExKa3uZYOZodjvvrMIvBg4SOcxE3Ho6pjLSR1Bh+pKAEuu3DQeHaqGhgvnoGjxm vAqtKUlvw+7dbuwfsNwHKJ6Kcx1mnOEdS0Twc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=vrp4RPbGd8hzbRe+EpncMnqoQnyDK0xfVenjDnB2oMzuI0RCMXIhYLd6o82l+n/p6a onVSclmQtAXHpgAPACghyF1UTLhV26xdlo9zytUl5t0AJ2JsxjMlogG9T6aGCPS05QXn BwZ5Y3oOY4yZfZB/HyYe9StwZ/DKXyxFZb2RA= Received: by 10.141.76.21 with SMTP id d21mr2659254rvl.270.1221229484115; Fri, 12 Sep 2008 07:24:44 -0700 (PDT) Received: by 10.140.135.4 with HTTP; Fri, 12 Sep 2008 07:24:39 -0700 (PDT) Message-ID: <748e286f0809120724m60ee5096mb26e36f247b8b4be@mail.gmail.com> Date: Fri, 12 Sep 2008 10:24:39 -0400 From: "Ken Liu" To: users@continuum.apache.org Subject: Re: subversion authentication in maven2 build fails In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_29458_827482.1221229479094" References: X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_29458_827482.1221229479094 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The svn command here is literally "svn" being run by the tomcat6 user. If you login as that user and perform an svn command, then the credentials will be cached in the tomcat6 user's account, and any further svn operations will succeed. Ken On Tue, Aug 19, 2008 at 4:19 AM, Martin Goldhahn wrote: > Hi! > I use continuum 1.1 and run a maven2 build. THe build fails with the > following message: > > Provider message: The svn command failed. > Command output: > > ------------------------------------------------------------------------------- > svn: PROPFIND request failed on '/repos/portal/parent-pom/trunk' > svn: PROPFIND of '/repos/portal/parent-pom/trunk': authorization > failed (http://source.uis.no) > > ------------------------------------------------------------------------------- > > Continuum runs as a web application under tomcat 6 on Linux as user > tomcat6. > Maven 2.0.9 is installed on this machine. > > The subversion repository is served by mod_svn and apache-2.2 on > Windows. The authentication is done with the mod_authnz_ldap. > This setup works fine for anything else but continuum. > > I added a section in $M2_HOME/conf/settings.xml with the > needed credential and password. But Continuum doesn't seem to pick > that up. I also set the debug parameter on the maven build definition, > but that didn't show more information than the one above. > > Where can I set the authentication information for the svn command? > > Cheers > Martin > ------=_Part_29458_827482.1221229479094--