From users-return-39-daniel=haxx.se@subversion.apache.org Tue Dec 15 12:56:40 2009 Return-Path: Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9) with SMTP id nBFBudIw014337 for ; Tue, 15 Dec 2009 12:56:39 +0100 Received: (qmail 71055 invoked by uid 500); 15 Dec 2009 11:56:32 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 71047 invoked by uid 99); 15 Dec 2009 11:56:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 11:56:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andy.levy@gmail.com designates 209.85.219.227 as permitted sender) Received: from [209.85.219.227] (HELO mail-ew0-f227.google.com) (209.85.219.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2009 11:56:24 +0000 Received: by ewy27 with SMTP id 27so5212572ewy.36 for ; Tue, 15 Dec 2009 03:56:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=valMwgJhSFujksxIBsrtRBquntrtREBqGWdjWmGSeNk=; b=i9fvLBnyjlLz+xhytstd2IGdgeVsU7hv7kH4aalLQ7xW+kCfr54kjwhOHmUR3fqCwe roIsRYwUOAJTJ5GXMwkiKeFyiTkspx8GOsMIwQMRSBsSYxlcATzV6+ACWYvuBbu1sMkV F9NeAGoO8DQj1M9Un9TWBydwzl12FAHNozkOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GIdIrlKj77+QD66Qf61zPIktX5BsGANPl+IB6+QZxv85S7SFDrF2XIBUA4fRxNBUj/ Uk05BKYTidpqdbaza1Kikd0UgunhnbZDChxt/qpJ2cA0kLOvCU16gfd+EU0LxcokJBNM p7NrYwRYZPix+BU//qXwgMZu/GHQ/wNefdxGQ= MIME-Version: 1.0 Received: by 10.216.90.18 with SMTP id d18mr2456334wef.225.1260878164008; Tue, 15 Dec 2009 03:56:04 -0800 (PST) In-Reply-To: <516027201@web.de> References: <516027201@web.de> Date: Tue, 15 Dec 2009 06:56:03 -0500 Message-ID: Subject: Re: Authentication with 1.5/1.6 client against 1.4 server From: Andy Levy To: Felix Dorner Cc: users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Dec 15, 2009 at 03:38, Felix Dorner wrote: > Hi Mark, > >> > I'm unsuccessfully trying to access a repository via that's protected = via an >> > authz file. We suspect it's an incompatibility between client and serv= er, >> > but I'd love if someone could prove otherwise. The error message I get= on a >> > checkout is: >> > >> > svn: Not authorized to open root of edit operation >> > If I try the same checkout operation with an older client (1.4), the >> > operation succeeds. See below for the exact versions for which the ope= ration >> > fails. >> > >> > Thanks for any comments. >> >> I have never heard of this happening on a checkout, but it sounds like >> this issue > > In the meantime I installed Subclipse 1.2.x on Eclipse 3.5. This solved t= he above problem, but I experience something very strange when doing a "Syn= chronize With Repository" on a Java File: When I open the compare editor, '= mine' gets modified to match 'theirs'. If I save now, all my changes are lo= st! Is this a knwo problem? Is Eclipse 3.5 not supposed to work well with S= ubclipse 1.2.x? Sorry for that somewhat of-topic follow up. Have you asked on the Subclipse mailing list?