From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43164 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Patches for cvs and cvslog Date: Mon, 18 Feb 2002 18:28:33 +0100 Organization: Denizens of Doom, Norway Chapter Sender: owner-ding@hpc.uh.edu Message-ID: <87vgcud7i6.fsf@bang.priv.no> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178302 16109 80.91.224.250 (21 Oct 2002 05:31:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:31:42 +0000 (UTC) Return-Path: Original-Received: (qmail 20823 invoked from network); 18 Feb 2002 17:50:28 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 18 Feb 2002 17:50:28 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16cruF-0008CN-00; Mon, 18 Feb 2002 11:48:51 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 18 Feb 2002 11:48:50 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA05637 for ; Mon, 18 Feb 2002 11:48:38 -0600 (CST) Original-Received: (qmail 20805 invoked by alias); 18 Feb 2002 17:48:33 -0000 Original-Received: (qmail 20800 invoked from network); 18 Feb 2002 17:48:33 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 18 Feb 2002 17:48:33 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16cs6v-0000B3-00 for ; Mon, 18 Feb 2002 19:01:57 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 13 Original-NNTP-Posting-Host: c96s55h3.upc.chello.no Original-X-Trace: quimby2.netfonds.no 1014055317 684 213.46.211.96 (18 Feb 2002 18:01:57 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 18 Feb 2002 18:01:57 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-debian-linux-gnu) Cancel-Lock: sha1:ySp8zb6KpxHjMw9RP5gY60dZfMs= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43164 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43164 >>>>> Lars Magne Ingebrigtsen : > Now, everything works fine when you have one project in your cvs > repository. But I've just added the Gmane project files to the > repository, so that "gnus" and "gmane" are in the same $CVSROOT. > For the password file, I'm letting the Gmane users use a different > user name ("gmane"), and I've chowned $CVSROOT/gmane to > "gmane.gmane". Is that how one is supposed to do it? I always also do cd $CVSROOT/gmane/ find . -type d | xargs chmod g+s