From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RA8yx-0001UA-PA for garchives@archives.gentoo.org; Sat, 01 Oct 2011 23:28:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3631D21C144; Sat, 1 Oct 2011 23:28:20 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 96D9121C025 for ; Sat, 1 Oct 2011 23:27:24 +0000 (UTC) Received: by eyg5 with SMTP id 5so2348928eyg.40 for ; Sat, 01 Oct 2011 16:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=TPxHQEEYnTJIpRfDnsCnLQZf6rYyQGP3ci7QVeZ7GQ0=; b=Gqo+B8fL7YsQVPOL2vYr3Y0yyCWd2Bw5oxf6Ut8Q1kCqKaoAF5ysDdXWYWNNhwpxws sKRwSZuMJPugykkrDc2csK0hCBR4Oqp+GC+Niu5zPH/PA/D49+FVCSYeZYm8VlsOWw3s zOFhBfPCcuEIjPPvG4468PvMwo9MP3i6TheJo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.213.19.20 with SMTP id y20mr341772eba.27.1317511643718; Sat, 01 Oct 2011 16:27:23 -0700 (PDT) Received: by 10.213.4.136 with HTTP; Sat, 1 Oct 2011 16:27:23 -0700 (PDT) In-Reply-To: <4E86F47B.5090407@binarywings.net> References: <20110929085749.7a8c8f46@toxic.dbnet> <201109290832.39609.michaelkintzios@gmail.com> <4E86F47B.5090407@binarywings.net> Date: Sat, 1 Oct 2011 16:27:23 -0700 Message-ID: Subject: Re: [gentoo-user] {OT} Development framework with access restriction? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 18764ec71c30b6bfcba237932e5d25c1 >>> I'm not sure if you are overcomplicating this by trying to use Unix >>> permission. =A0Have you instead considered webdav? =A0You can restrict = this to >>> particular (apache) users/groups, directories, files. =A0It also uses l= ockfiles >>> so with two users editing a file simultaneously will cause a warning wh= en you >>> try to save it. >> >> How does webdav relate to something like subversion? =A0Do they >> compliment each other or are they substitutes? >> >> - Grant >> > > WebDAV has no version control. It is just an extension to HTTP for > distributed authoring. It supports locking files and methods which make > it more filesystem-like. AFAIK SVN uses WebDAV for its HTTP transfer > protocol. Got it. It sounds like I could use WebDAV in conjunction with subversion or git. I'll look into that. - Grant