From owner-freebsd-questions@FreeBSD.ORG Mon May 29 13:51:38 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA6A16AC87 for ; Mon, 29 May 2006 13:51:38 +0000 (UTC) (envelope-from kyrreny@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE2143D4C for ; Mon, 29 May 2006 13:51:36 +0000 (GMT) (envelope-from kyrreny@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J0100H4T55YOXE0@osl1smout1.broadpark.no> for questions@freebsd.org; Mon, 29 May 2006 15:51:35 +0200 (CEST) Received: from urban.broadpark.no ([80.203.212.30]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J0100K9R4YI7A60@osl1sminn1.broadpark.no> for questions@freebsd.org; Mon, 29 May 2006 15:47:15 +0200 (CEST) Date: Mon, 29 May 2006 15:47:16 +0200 From: Kyrre Nygard In-reply-to: <447820FD.5000602@dienub.org> To: "Daniel A." Message-id: <7.0.1.0.2.20060529154039.0225aa68@broadpark.no> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <7.0.1.0.2.20060527102456.022a6fb0@broadpark.no> <447820FD.5000602@dienub.org> Cc: questions@freebsd.org Subject: Re: Sharing /usr/local/www 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: Mon, 29 May 2006 13:51:49 -0000 At 11:50 27.05.2006, Daniel A. wrote: >Hi Kyrre. > >Have you tried chmodding the www dir to be group-writable? > >Also, as someone else has suggested, SVN og CVS might be a good >idea. They would not solve the problem you have right now, but they >might help you avoid some possible problems with many people editing >the same batch of files - sharing violations. What if two people >start editing the same files on their own workstations, and both >upload the changes? What about version control? et cetera, ad nauseam. > >Offcourse, non-repository development is possible, and I've done it >myself without any issues whatsoever, but you're the one who decides >what's best for your development. Actually no I did not chmod www to be group writable. Silly me! :) But I'm wondering. If I were to use SVN for my www, wouldn't I then in reality have two different wwws, one for SVN and one which I later export for Apache? This is what confuses me a little ... Thanks a lot, Kyrre