pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvs2svn Version 2.0.1 (04 October 2007)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5b84b2de386
branches:  trunk
changeset: 538056:b5b84b2de386
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Jan 26 09:40:56 2008 +0000

description:
Version 2.0.1 (04 October 2007)
-------------------------------

 Bugs fixed:
 * Fix problem with keyword expansion when using --use-internal-co.

Version 2.0.0 (15 August 2007)
------------------------------

 New features:
 * Add --use-internal-co to speed conversions, and make it the default.
 * Add --retain-conflicting-attic-files option.
 * Add --no-cross-branch-commits option.
 * Add --default-eol option and deprecate --no-default-eol.
 * RevisionRecorder hook allows file text/deltas to be recorded in pass 1.
 * RevisionReader hook allow file text to be retrieved from RevisionRecorder.
 * Slightly changed the order that properties are set, for more flexibility.
 * Don't set svn:keywords on files for which svn:eol-style is not set.
 * Implement issue #53: Allow --trunk='' for --trunk-only conversions.

 Bugs fixed:
 * Fix issue #97: Follow symlinks within CVS repository.
 * Fix issue #99: cvs2svn tries to create a file twice.
 * Fix issue #100: cvs2svn doesn't retrieve the right version.
 * Fix issue #105: Conflict between directory and Attic file causes crash.
 * Fix issue #106: SVNRepositoryMirrorParentMissingError.
 * Fix missing command-line handling of --fallback-encoding option.
 * Fix issue #85: Disable symbol sanity checks with in --trunk-only mode.

 Improvements and output changes:
 * Analyze CVS revision dependency graph, giving a more robust conversion.
 * Improve choice of symbol parents when CVS history is ambiguous.
 * In the case of clock skew to the past, resync forwards, not backwards.
 * Treat timestamps that lie in the future as bogus, and adjust backwards.
 * Gracefully handle tags that refer to nonexistent revisions.
 * Check and fail if revision header appears multiple times.
 * Gracefully handle multiple deltatext blocks for same revision.
 * Be more careful about only processing reasonable *,v files.
 * Improve checks for illegal filenames.
 * Check if a directory name conflicts with a filename.
 * When file is imported, omit the empty revision 1.1.
 * If a non-trunk default branch is excluded, graft its contents to trunk.
 * Omit the initial 'dead' revision when a file is added on a branch.
 * Require --symbol-transform pattern to match entire symbol name.
 * Treat files as binary by default instead of as text, because it is safer.
 * Treat auto-props case-insensitively; deprecate --auto-props-ignore-case.

 Miscellaneous:
 * Add a simple (nonportable) script to log cvs2svn memory usage.
 * Allow contrib/shrink_test_case.py script to try deleting tags and branches.
 * Add --skip-initial-test option to contrib/shrink_test_case.py script.

diffstat:

 devel/cvs2svn/Makefile |  8 ++++----
 devel/cvs2svn/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 19f9cba79f4e -r b5b84b2de386 devel/cvs2svn/Makefile
--- a/devel/cvs2svn/Makefile    Sat Jan 26 09:23:31 2008 +0000
+++ b/devel/cvs2svn/Makefile    Sat Jan 26 09:40:56 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2008/01/12 11:36:31 adam Exp $
+# $NetBSD: Makefile,v 1.19 2008/01/26 09:40:56 xtraeme Exp $
 
-DISTNAME=      cvs2svn-1.5.0
-PKGREVISION=   3
+DISTNAME=      cvs2svn-2.0.1
+#PKGREVISION=  1
 CATEGORIES=    devel scm
-MASTER_SITES=  http://cvs2svn.tigris.org/files/documents/1462/34574/
+MASTER_SITES=  http://cvs2svn.tigris.org/files/documents/1462/39919/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://cvs2svn.tigris.org/
diff -r 19f9cba79f4e -r b5b84b2de386 devel/cvs2svn/distinfo
--- a/devel/cvs2svn/distinfo    Sat Jan 26 09:23:31 2008 +0000
+++ b/devel/cvs2svn/distinfo    Sat Jan 26 09:40:56 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2007/01/26 22:13:22 bad Exp $
+$NetBSD: distinfo,v 1.10 2008/01/26 09:40:56 xtraeme Exp $
 
-SHA1 (cvs2svn-1.5.0.tar.gz) = 5e0095e6e9916bbd9dfee49854c48f85cd0c008c
-RMD160 (cvs2svn-1.5.0.tar.gz) = 6acc681d913546d7750c3c0e1be4ebd75145fda7
-Size (cvs2svn-1.5.0.tar.gz) = 266057 bytes
+SHA1 (cvs2svn-2.0.1.tar.gz) = 1c7784e06d518fbac1c7198e1e6464da1155eb89
+RMD160 (cvs2svn-2.0.1.tar.gz) = d512c4f24a136d28460112d75e1f820306a55caa
+Size (cvs2svn-2.0.1.tar.gz) = 344924 bytes



Home | Main Index | Thread Index | Old Index