From users-return-5451-daniel=haxx.se@subversion.apache.org Mon Oct 18 09:21:38 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_NUMERIC_HELO,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o9I7Lbr3012735 for ; Mon, 18 Oct 2010 09:21:38 +0200 Received: (qmail 79558 invoked by uid 500); 18 Oct 2010 07:21:28 -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 79550 invoked by uid 99); 18 Oct 2010 07:21:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 07:21:27 +0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=FREEMAIL_FROM,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL Received-SPF: pass (athena.apache.org: domain of gcvsu-users-2@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 07:21:21 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P7k1g-0004D2-LU for users@subversion.apache.org; Mon, 18 Oct 2010 09:20:57 +0200 Received: from 121.15.202.104 ([121.15.202.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2010 09:20:56 +0200 Received: from lovetide by 121.15.202.104 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2010 09:20:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@subversion.apache.org From: LiuYan =?utf-8?b?5YiY56CU?= Subject: Re: something about permission Date: Mon, 18 Oct 2010 07:20:46 +0000 (UTC) Lines: 21 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 121.15.202.104 (Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB0.0; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)) X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Mon, 18 Oct 2010 09:21:38 +0200 (CEST) X-Friend: Nope 肖晗 gmail.com> writes: > > > I set up a svn server on my own Ubuntu\Linux. > When I enter commands like "svn commit filename", the terminal will remind me that I have no permission to do that.(Of course, except for the case when I add "sudo" to the head) > Then I wonder, if clients from different PCs try to commit something, how do they get such permission? > > Thanks in advance! > I'm new to subversion too, but I think your permission issue should related to what kind server you've setup. i.e. is your svn server URL like file:// or svn:// or http:// or svn+ssh://. There's a whole chapter to introduce the svn server configuration here: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.html Wish it can help you.