Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 12245 invoked from network); 4 May 2005 21:15:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2005 21:15:19 -0000 Received: (qmail 84931 invoked by uid 500); 4 May 2005 21:17:22 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 84878 invoked by uid 500); 4 May 2005 21:17:21 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 84862 invoked by uid 99); 4 May 2005 21:17:21 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of kkorhone@cisco.com designates 171.68.10.87 as permitted sender) Received: from sj-iport-5.cisco.com (HELO sj-iport-5.cisco.com) (171.68.10.87) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 04 May 2005 14:17:21 -0700 Received: from sj-core-3.cisco.com (171.68.223.137) by sj-iport-5.cisco.com with ESMTP; 04 May 2005 14:15:11 -0700 Received: from vtg-um-e2k4.sj21ad.cisco.com (vtg-um-e2k4.cisco.com [171.70.93.57]) by sj-core-3.cisco.com (8.12.10/8.12.6) with ESMTP id j44LF7b4029358 for ; Wed, 4 May 2005 14:15:08 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: RE: Subclipse problem with MyFaces repository Date: Wed, 4 May 2005 14:16:26 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Subclipse problem with MyFaces repository Thread-Index: AcVQ418O4sYk2Dv9SMqMbXfuhwwYagAAqX6gAAHuek4= From: "Korhonen, Kalle" To: "MyFaces Discussion" , "MyFaces Discussion" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I may have found the problem - at least this would explain why the = server is trying to authenticate JavaSVN client but not a browser (and = I'm able to browse the repository without authentication with just a = regular browser). At http://forum.textdrive.com/viewtopic.php?id=3D2686 = they are discussing a similar problem: "So=85 looks like after I got some of the problems with subclipse = figured out its looking like a mod_security issue. I=92ll open a ticket = now Jason. :-)" and "(edit: corrected the =93JavaSVN=94 agent below. I incorrectly had it as = =93Java SVN=94 ) jason suggested adding a SecFilterSelective line to my .htaccess file. I = added: Code: SecFilterSelective =93HTTP_USER_AGENT=94 =93JavaSVN=94 =93allow,nolog=94 and that seemed to do it. So in summary, the mini-tute to get the JavaSVN version of subclipse = working on Textdrive seems to be: =96 install the 3 plugins (Subclipse 0.9.28, JavaSVN Library 0.8.5, = JavaSVN Subclipse Extension 0.8.5) from tigris.org and tmate.org in = eclipse (using their update servers) =96 create the repository using = webmin =96 make sure you have JavaSVN selected in = Window->Preferences->Team->SVN preferences and not the CLI version. =96 = add a line to your .htaccess to allow the client in if you get a = =93precondidion failed=94 error Last edited by poswald (2005-04-08 21:29:18)" Could one of the committers check the .htaccess file? Kalle -----Original Message----- From: Korhonen, Kalle Sent: Wed 5/4/2005 1:24 PM To: MyFaces Discussion Subject: Subclipse problem with MyFaces repository =20 I'm on Red Hat AS 3.0, using Eclipse 3.0 with subclipse client and JavaSVN plugin (JavaHL's only available for Windows?). I get: "Error while creating module: org.tigris.subverison.javahl.ClientException: Authentication challenge is not supported: null" and in the log an uncatched SVNAuthenticationException. First, has anybody seen the same problem? Second, why does the server even send authentication challege for read-only repository? Or, is the problem caused by something else? Third, in the Eclipse SVN repository dialog, I should leave username / password empty right? Tried it with a couple of different ways, but can't get it to work. Can anyone think of anything else I'm doing wrong? Kalle