On Mon, 9 Dec 2002, Lamont Granquist wrote:

LG> I finally figured this out.  To use CVS_LOCAL_BRANCH_NUM with a cvs
LG> pserver you need to have the environment variable set server-side.  That
LG> means something like invoking a wrapper from inetd which sets the
LG> environment variable and the calls cvs.
LG>
LG> Completely undocumented behavior and not terribly transparent.
LG>
LG> I'm working on some instructions at:
LG>
LG> http://www.scriptkiddie.org/freebsd/setting_up_local_repo.html

A little comment:

- 8< - wrapper
#!/bin/sh

export CVS_LOCAL_BRANCH_NUM=1000
/usr/bin/cvs $*
- 8< -


Don't you think the last parameter should be "$@" ?

Sincerely,
D.Marck                                   [DM5020, DM268-RIPE, DM3-RIPN]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- [EMAIL PROTECTED] ***
------------------------------------------------------------------------

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to