Subject: CVS commit: pkgsrc/devel/monotone
To: None <pkgsrc-changes@NetBSD.org>
From: Daniel Carosone <dan@netbsd.org>
List: pkgsrc-changes
Date: 05/28/2007 08:13:26
Module Name: pkgsrc
Committed By: dan
Date: Mon May 28 08:13:26 UTC 2007
Modified Files:
pkgsrc/devel/monotone: Makefile distinfo
Added Files:
pkgsrc/devel/monotone/patches: patch-da patch-db patch-dc patch-dd
patch-de
Log Message:
pluck a number of fixes from mainline mtn to fix a bug introduced shortly
before the 0.35 release, which could cause monotone db files to grow
larger than necessary by not removing some file/delta content as they were
superceded by new versions. Most noticable on fresh pulls, or
via "db check". Extra content can be cleaned up with a local
sync into a fresh db.
Changes from Matt Johnston, via
pluck -r t:monotone-0.35 -r 397dcbd2f \
database.{cc,hh} diff_patch.{cc,hh} work.cc
bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 pkgsrc/devel/monotone/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/devel/monotone/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/monotone/patches/patch-da \
pkgsrc/devel/monotone/patches/patch-db \
pkgsrc/devel/monotone/patches/patch-dc \
pkgsrc/devel/monotone/patches/patch-dd \
pkgsrc/devel/monotone/patches/patch-de
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.