info-cvs
[Top][All Lists]
Advanced

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

RE: Multiple repositories using pserver


From: RAJAGOPAL, AARTI (SBCSI)
Subject: RE: Multiple repositories using pserver
Date: Mon, 12 Jan 2004 09:54:43 -0600

Thanks all for your responses. FYI, here' s a summary of what I did to allow
access to multiple repositories using pserver and have inetd call a shell
script to do that:

Set up inetd.conf as follows:
cvspserver      stream  tcp     nowait  root    cvsscript

Contents of cvsscript:
#!/bin/ksh
/usr/bin/env -i /usr/local/bin/cvs -f --allow-root=/home/cvs/area1
--allow-root=/home/cvs/area2 pserver










reply via email to

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