summaryrefslogtreecommitdiff
path: root/devel/cvsps/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-09-26Update to 1.3.3. From the changelog:schmonz1-2/+3
- 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.
2002-08-02Update to 1.3.2. Changes:schmonz1-3/+3
1.3.2 (small feature release) - added the 'multi-patchset' feature to the -s option, provided in its entirety by Daiki Ueno <ueno@unixuser.org> 1.3.1 (bugfix release mostly) - fix bug with updating cache (-u) having to do with matching new and old revisions - fix timestamp_fuzz_factor bug where the fuzz was applied to loading from cache by mistake. - add a spec file (from Jan IVEN <Jan.Iven@cern.ch>) - improve the parameterization of Makefile, and make things relocatable (from many people, esp. Amitai Schlair <schmonz@schmonz.com>) - fix strip_path_len calculation (again - I had munged the prior fix) Jeffrey Ebert <ebert@sonicsinc.com>
2002-07-22Update my email address.schmonz1-2/+2
2001-12-10Added cvsps-1.3 (provided by Amitai Schlair in pkg/14878)martti1-0/+16
CVSps is a program for generating 'patchset' information from a CVS repository. A patchset in this case is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This information is valuable to seeing the big picture of the evolution of a cvs project. While cvs tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.