Subject: CVS commit: pkgsrc/devel/cvsps
To: None <pkgsrc-changes@netbsd.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 09/27/2002 01:03:59
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Thu Sep 26 22:03:58 UTC 2002

Modified Files:
	pkgsrc/devel/cvsps: Makefile distinfo

Log Message:
Update to 1.3.3. From the changelog:

- added the 'memory reduction' patch from Baruch Even.  This patch
  greatly reduces the memory footprint of CVSps against a large
  repository by using dynamically allocated buffers, and by using
  a tree to hold "common" strings (to avoid having a thousand copies
  of the string "1.1").  This patch also adds a new option '-t' which
  displays some memory usage statistics at the top.

- added the 00-strip-revision.patch from Steven Tweedie which fixes
  a parsing problem when there are locked files in the repository

- added the 'Tweedie Tweenie' patch from Steven Tweedie (01-stable-tree)
  which fixes a bug where interspersed commits could cause unstable
  tree behavior.  This would happen especially when multiple users commit
  at the same time to different parts of a large tree over a slow link.

- added the --norc option (based on a suggestion by Soren S. Jorvang)
  to handle cases where people have bad stuff in their .cvsrc which makes
  cvsps fail.  I could have added the '-f' unconditionally to the command
  line for cvs when run under cvsps, but somehow that seemed dangerous.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/cvsps/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/cvsps/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.