Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D82C18569 for ; Thu, 2 Jul 2015 08:23:43 +0000 (UTC) Received: (qmail 59184 invoked by uid 500); 2 Jul 2015 08:23:42 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 59150 invoked by uid 500); 2 Jul 2015 08:23:42 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 36809 invoked by uid 99); 2 Jul 2015 06:12:58 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YaHpRO+C4I2qBxrust9x0VyigsvU4WFg2L3/bgLXxkM=; b=dZoa69AT9UdpwFGu+F+Bp5vcZmQTpCfMsuvbM/ksr5jlZAdUgDPKZLtYJxnn3ATvKS ie+XN9/P99q3lhHkoQwM7j5ZtRyfS5CQJrQKswnovMKFfRfFKJefaEWesm6b7x4QyjPW MWBfTCsc28VhneAqDxcsjga/T9TAbq9odcDLCu/pN9nWPZePdwcomI/G49A7fTfaT0sY aTlTuxEO4ZxOyyCIrIPVI5wDqTfvq66771b7EFST8PrlxVosuN2SJrqSwFW6sV7pPGcc BAkJ0Be+hmx9IEO9z1QNDUVuHQ7RDMkqRqHXhvj57a6gaqQJ2iG7E2NcWB7WZSJ4Hti/ etkQ== MIME-Version: 1.0 X-Received: by 10.50.87.38 with SMTP id u6mr39694520igz.39.1435817576627; Wed, 01 Jul 2015 23:12:56 -0700 (PDT) Date: Thu, 2 Jul 2015 14:12:56 +0800 Message-ID: Subject: subversion can not find repository location when permission from r to rw From: Daniel YC Lin To: users@subversion.apache.org Content-Type: multipart/alternative; boundary=047d7bd917b89e08fa0519de540e --047d7bd917b89e08fa0519de540e Content-Type: text/plain; charset=UTF-8 svn server version: 1.7.14 r1542130 svn client version: 1.8.13 r1667537 .svnaccess content ============== [/d1] me=r workable command: svn ls -v -r 39765 http://example.com/svn/d1/file if I changed `me=r` to `me=rw`, the command will show svn: E195012: Unable to find repository location for ' http://example.com/svn/d1/file' in revision 39765 --047d7bd917b89e08fa0519de540e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
svn server version: 1.7.14 r1542130
svn client version= : 1.8.13 r1667537

.svnaccess content
=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
[/d1]
me=3Dr

workable command:
svn ls -v -r 39765 http://example.com/svn/d1/file

if I changed `me=3Dr` to `me=3Drw`, the command will= show

svn: E195012: Unable to find repository= location for 'http://exampl= e.com/svn/d1/file' in revision 39765

--047d7bd917b89e08fa0519de540e--