Subject: CVS commit: pkgsrc/devel/svk
To: None <pkgsrc-changes@NetBSD.org>
From: Christoph Badura <bad@netbsd.org>
List: pkgsrc-changes
Date: 08/21/2007 09:49:07
Module Name:	pkgsrc
Committed By:	bad
Date:		Tue Aug 21 09:49:07 UTC 2007

Modified Files:
	pkgsrc/devel/svk: Makefile distinfo

Log Message:
Update SVK to 2.0.2.

The changee since 2.0.1 are:
  Mirror subsystem
    * be more friendly when trying to relocating incorrect mirror path.
  Merge subsystem
    * Fix a problem when repeatedly merging renames tracked with
      --track-renames, and when merging back such files.
    * Fix the "file not found at revision 0" bug when smerge to a
      mirror where copy source is not normalized.
    * Fix a bug that deletes inside copies aren't properly merged
      across branches even the status output says so.
    * Fix a bug when merging copies across branches we be using
      incorrect dst revision causing "file not found at revision 0".
    * Fix a bug where copies outside the mirror source across merge
      are not expanded as non-copies.
    * Fix an inconsistency for smerge -IC behaviour when the base is
      a txn path.
  Pullyu
    * properly translate to local path when mirroring remote root.
    * Fix pullyu for translating "included" records, which are
      replaced entries.
  Others
    * Improve error reporting when failed to save config.
    * Perl 5.9.5 compatibility fixes.
    * Work around a problem that push -P might be using outdated
      memory pool.
    * svk diff -r:123 should report invalid -r rather than blow up.
    * Add -i as shorthand for --interactive in svk ci.
    * Various win32 fixes.
    * Various i18n fixes.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/devel/svk/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/svk/distinfo

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