server_args = --allow-root=/first/repository pserver This is the line I have in the cvspserver file. So what I need to add is:-
server_args = --allow-root=/first/repository --allow-root=/second/repository pserver Is this right? I do not have the -f option before pserver. Should I add it now? Thanks, Ahalya -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scot Sent: Thursday, July 08, 2004 9:12 PM To: [EMAIL PROTECTED] Subject: Re: How to create additional repository with pserver Sorry, forgot the -f pserver at the end of the server_args line. But you probably already had that there. "Scot" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > MessageIf I am understanding what you are asking, you just create the new > repository just like the old one, but in a different directory. Then add a > additional argument to the server_args section of xinetd.conf or inetd.conf. > > ex. > > was: > server_args = --allow-root=/usr/local/cvs > > new: > server_args = --allow-root=/usr/local/cvs --allow-root=/usr/local/newcvs > > > Change out the directory structure to meet your environment of course. > <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > Hi, > > I need to have two repositories in (Linux) CVS, using pserver. Please help > with the steps to be done. > > Thanks in advance, > > Ahalya > > _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
