info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:12:09 -0400

>From address@hidden  Fri Feb  9 09:01:46 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
JAA18937
        for <address@hidden>; Fri, 9 Feb 2001 09:01:41 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14R0vy-0006DW-00; Thu, 08 Feb 2001 18:57:06 -0500
Received: from [203.11.174.3] (helo=mmarshal.acnielsen.com.au)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14R0t2-00069n-00
        for <address@hidden>; Thu, 08 Feb 2001 18:54:06 -0500
Received: from acnsydmsx01.acnielsen.com.au (not verified[138.108.118.11]) by 
mmarshal.acnielsen.com.au with MailMarshal (4,0,9,0) 
        id <B000095feb>; Fri, 09 Feb 2001 10:50:19 +1000
Received: by ACNSYDMSX01 with Internet Mail Service (5.5.2650.21)
        id <1QYT7RTC>; Fri, 9 Feb 2001 10:47:25 +1100
Message-ID: <address@hidden>
From: "Bishop, Murray" <address@hidden>
To: "'Ajay Gopinath'" <address@hidden>,
  "'address@hidden'" <address@hidden>
Subject: RE: Multiple Repositories on a server
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Internet Mail Service (5.5.2650.21)
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Fri, 9 Feb 2001 10:38:02 +1100
Status: O
Content-Length: 1137
Lines: 37

> From: Ajay Gopinath [SMTP:address@hidden
> Sent: Friday, February 09, 2001 10:21 AM
> 
> Hi,
> 
> /cvs/server and /cvs/adv are two of my repositories on the server and the
> inetd.conf is setup to point to /cvs/server. I tried to add the other
> repository path to the entry but it did not like it. 
> 
> Please let me show  you exactly what I tried. 
> 
> The current entry in the inetd.conf with which I access the /cvs/server
> repository with a CVS client
> 
> cvspserver      stream  tcp     nowait  root    /usr/bin/cvs cvs -f
> --allow-root=/cvs/server pserver
> 
> Now since I have two repositories I tried
> 
> 1) cvspserver      stream  tcp     nowait  root    /usr/bin/cvs cvs -f
> --allow-root=/cvs/server:/cvs/adv pserver
> 
> 
> Is there any other way I can get the pserver set up in the inetd.conf file
> to point to both repositories ?
> 
Try

cvspserver      stream  tcp     nowait  root    /usr/bin/cvs cvs -f
--allow-root=/cvs/server --allow-root=/cvs/adv pserver



_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]