From owner-freebsd-questions@FreeBSD.ORG Fri Dec 19 08:01:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3FD31065673 for ; Fri, 19 Dec 2008 08:01:03 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id A9F168FC14 for ; Fri, 19 Dec 2008 08:01:03 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id mBJ812Jw008247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 19 Dec 2008 00:01:02 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id mBJ812aa008246; Fri, 19 Dec 2008 00:01:02 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA17526; Thu, 18 Dec 08 23:46:40 PST Date: Thu, 18 Dec 2008 23:49:36 -0800 From: perryh@pluto.rain.com To: it_manager@gmx.com Message-Id: <494b5210.UcBZHO0RwvVRx7d4%perryh@pluto.rain.com> References: <21085175.post@talk.nabble.com> In-Reply-To: <21085175.post@talk.nabble.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Unable to delete directory even after change of ownership. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2008 08:01:04 -0000 > As svn, when I try to delete the folder (/home/my_repos), > I get the error "Permission denied". > > Why do I get this error when I (svn) am the owner of that > directory? To remove anything that is located in /home, including a directory such as /home/my_repos, user svn would need write permission in the /home directory. Probably only root has write permission there.