Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2002 12:31:33 +0300 (MSK)
From:      Dmitry Morozovsky <marck@rinet.ru>
To:        Lamont Granquist <lamont@scriptkiddie.org>
Cc:        freebsd-hackers@FreeBSD.ORG
Subject:   Re: CVS_LOCAL_BRANCH_NUM?
Message-ID:  <20021210122917.F14187-100000@woozle.rinet.ru>
In-Reply-To: <20021209213901.D18479-100000@coredump.scriptkiddie.org>
References:  <20021209213901.D18479-100000@coredump.scriptkiddie.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 --- marck@rinet.ru ***
------------------------------------------------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210122917.F14187-100000>