Sylvain Beucler <[EMAIL PROTECTED]> wrote: > On Sun, Sep 16, 2007 at 04:56:53PM +0200, Jim Meyering wrote: >> Hi Sylvain, >> >> I'm ready to set up and test git-cvsserver. >> In the cvs vserver, I created this file (please take a look): >> >> /etc/xinetd.d/git-cvspserver > > I added the 'pserver' argument. Maybe we'll have to do something > around --export-all as well. Do you understand what --strict-paths > means?
Sure. It's the same as for git-daemon. I've enabled it here. FYI, you can use cvs pserver mode to check out gnulib like this: cvs -d :pserver:[EMAIL PROTECTED]:/gnulib.git co -d gnulib HEAD > OK I opened the pserver port. Thanks. It works now. > I don't think that old old stuff is documented. I'll do now, feel free > to add it somewhere in infra/ :) I put it in infra/firewall. However, the instructions in /root/infra.README seem to be out of date, since running "tla update" in /root/infra gives a diagnostic. > The VServer model is: one firewall for everybody (no per-vserver > firewall at the moment). ...
