Marcelo Carvalho Fernandes writes: > > I'm thinking to rename cvs to cvs2 and let a script called cvs analyse if > there is a "-I !" parameter and call cvs2 without it. Do you think it would > work with pserver ? > > Are Pserver connections translated to command line calls?
Yes, but the command line is just whatever is in your inetd.conf (something like "cvs -f --allow-root=/usr/CVS pserver") -- the actual command and its options are sent in the client/server protocol, not on the command line, so your scheme won't work. -Larry Jones Nobody knows how to pamper like a Mom. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
