Checkout ports/INDEX readonly. Note: this require a cvs version

which support the option -R.
This commit is contained in:
Wolfram Schneider 1998-04-04 14:59:42 +00:00
parent 950208bb30
commit 31ac2342f8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2644
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $Id: ports.cgi,v 1.13 1998-02-15 16:03:21 wosch Exp $ # $Id: ports.cgi,v 1.14 1998-04-04 14:59:42 wosch Exp $
# #
# ports.cgi - search engine for FreeBSD ports # ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description # o search for a port by name or description
@ -41,7 +41,7 @@ sub init_variables {
$ports_database = 'ports/INDEX'; $ports_database = 'ports/INDEX';
# unset $ENV{'CVSROOT'}; # unset $ENV{'CVSROOT'};
@cvscmd = ('cvs', '-Q', '-d', $cvsroot); @cvscmd = ('cvs', '-Q', '-R', '-d', $cvsroot);
# URL of ports tree for browsing # URL of ports tree for browsing
$remotePrefixFtp = $remotePrefixFtp =

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $Id: ports.cgi,v 1.13 1998-02-15 16:03:21 wosch Exp $ # $Id: ports.cgi,v 1.14 1998-04-04 14:59:42 wosch Exp $
# #
# ports.cgi - search engine for FreeBSD ports # ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description # o search for a port by name or description
@ -41,7 +41,7 @@ sub init_variables {
$ports_database = 'ports/INDEX'; $ports_database = 'ports/INDEX';
# unset $ENV{'CVSROOT'}; # unset $ENV{'CVSROOT'};
@cvscmd = ('cvs', '-Q', '-d', $cvsroot); @cvscmd = ('cvs', '-Q', '-R', '-d', $cvsroot);
# URL of ports tree for browsing # URL of ports tree for browsing
$remotePrefixFtp = $remotePrefixFtp =