On Sun, Jan 05, 2003 at 02:20:40PM -0600 or thereabouts, UNKNOWN wrote: > > Gang > > Ive just downloaded and installed the latest cvs rpm but cannot figure > out how to set up pserver. Can anyone point me in the right direction, > it only appears that I have the cvs client installed. Thanks for your > help. > >
You don't need a different binary to use the pserver. First you need to create a new repository like this: $ cvs -d /usr/local/newrepos init You can then use the "cvs import" command to import an existing project. Then, to get the pserver set up, check out the following references: http://cvsbook.red-bean.com/cvsbook.html#The_Password-Authenticating_Server Also, the online cvs "cedarquist" is the definitive reference: Here's the section on setting up cvs pserver to run through xinetd: http://www.cvshome.org/docs/manual/cvs_2.html#SEC29 You can also connect over ssh, which works very nicely if you have shell access. HTH -- Andrew Pasquale -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list