Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
------------------------------
New features:
* Add a "cvs2git" script for starting conversions to git (or Mercurial).
* Add a "cvs2bzr" script for starting conversions to Bazaar.
* Generate manual pages automatically via new --man option.
* Allow --mime-types and --auto-props options to be specified more than once.
* Support author transforms when converting to Subversion.
* Allow unlabeled branches to be renamed using SymbolTransforms.
Bugs fixed:
* cvs2git with non-inline blobs: a revision after a delete could be empty.
* Fix timezone handling under Windows (which does not respect TZ variable).
* Do path comparisions platform-independently in symbol transform classes.
* Fix https://bugs.launchpad.net/pld-linux/+bug/385920
Improvements and output changes:
* Output error message if a revision's deltatext is missing.
* Improve contrib/verify-cvs2svn.py (used for testing conversion accuracy).
Miscellaneous:
* Add an IgnoreSymbolTransform class, for ignoring symbols matching a regexp.
* Remove some DeprecationWarnings when running under newer Python versions.
- updating from 2.1.1 to 2.2.0
- adding destdir support
Upstream changes:
Version 2.2.0 (23 November 2008)
--------------------------------
New features:
* cvs2git: Omit fixup branch if a tag can be copied from an existing revision.
* cvs2git: Add option to set the maximum number of merge sources per commit.
* Allow arbitrary SVN directories to be created when a project is created.
* Allow vendor branches to be excluded, grafting child symbols to trunk.
* By default, omit trivial import branches from conversion.
- Add --keep-trivial-imports option to get old behavior.
* By default, don't include .cvsignore files in output (except as svn:ignore).
- Add option --keep-cvsignore to get the old behavior.
* Allow the user to specify the form of cvs2svn-generated log messages.
* Allow file contents to be written inline in git-fast-import streams.
* --create-option: allow arbitrary options to be passed to "svnadmin create".
* Improve handling of auto-props file:
- Discard extraneous spaces where they don't make sense.
- Warn if parts of the file might be commented out unintentionally.
- Warn if the user appears to be trying to quote a property value.
Bugs fixed:
* Fix issue #81: Remove svn:ignore property when .cvsignore is deleted.
* Fix svn dumpfile conformance:
- Don't include a leading '/' for Node-path.
- Include the Node-kind field when copying nodes.
* Make symlink test create symlinks explicitly, to avoid packaging problems.
* Accept symbol references to revision numbers that end with ".0".
Improvements and output changes:
* When -v, log reasons for symbol conversion choices (tag/branch/exclude).
* Log preferred parent determinations at verbose (rather than debug) level.
* Log symbol transformations at verbose (rather than warn) level.
* Log statistics about all symbol transformations at normal level.
* cvs2git: Generate lightweight rather than annotated tags.
* contrib/destroy_repository.py:
- Allow symbols, files, and directories to be renamed.
- Allow CVSROOT directory contents to be erased.
- Specify what aspects of a repo to destroy via command-line options.
Miscellaneous:
* cvs2svn now requires Python version 2.4 or later.
Changes from 2.1.0 to 2.1.1:
- Adjust test suite for upstream changes in the svntest code.
Changes from 2.0.1 to 2.1.0:
- Allow conversion of a CVS repository to git.
- Support mapping from cvs author names to git "Author <email>" form.
- Add SymbolMapper, for transforming specific symbols in specific files.
- Allow SymbolTransforms to cause a symbol to be discarded.
- Write each CVS branch/tag to be written to an arbitrary SVN path.
- Choose which trunk/branch should serve as the parent of each branch/tag.
- --symbol-hints: manually specify how symbols should be converted.
- Make symbol strategy rules project-specific.
- --write-symbol-info: output info about CVS symbols.
- Add option ctx.decode_apple_single for handling AppleSingle-encoded files.
- Add a new, restartable pass that converts author and log_msg to unicode.
- Allow properties to be left unset via auto-props using a leading '!'.
- Polish to work well under Python 2.5.
- Create trunk/tags/branches directories for project when project is created.
- Improved conversion speed significantly, especially for large repositories.
- Ignore (with a warning) symbols defined to malformed revision numbers.
- Tolerate multiple definitions of a symbol to the same revision number.
- Handle RCS files that superfluously set the default branch to trunk.
- Allow '/' characters in CVS symbol names (creating multilevel SVN paths).
- Allow symbols to be transformed to contain '/' (allowing multilevel paths).
- Convert '\' characters to '/' (rather than '--') in symbol names.
- Make encoding problems fatal; to resolve, restart at CleanMetadataPass.
- Change the default symbol handling option to --symbol-default=heuristic.
-------------------------------
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.
Changes since version 1.3.0:
Version 1.5.0 (03 October 2006)
-------------------------------
New features:
* Support multiproject conversions (each gets its own trunk, tags, branches).
* New --output option to allow run-time options to be defined via a file.
* --co, --cvs, and --sort options to specify the paths to executables.
* Add new --fallback-encoding option.
Bugs fixed:
* Fix issue #86: Support multiple project roots per repository.
* Fix issue #104: Allow path to "sort" executable to be specified.
* Fix issue #8: Allow multiple --encoding options.
* Fix issue #109: Improve handling of fallback encodings.
Improvements and output changes:
* Further reduce conversion time and temporary space requirements.
Miscellaneous:
* Deprecate the --dump-only option (it is now implied by --dumpfile).
* Add scripts to help isolate conversion problems and shrink test cases.
* Add a script to search for illegal filenames in a CVS repository.
Version 1.4.0 (27 August 2006)
------------------------------
New features:
* Support multicomponent --trunk, --tags, and --branches paths (issue #7).
* New --auto-props option allows file properties to be set via file.
* --force-branch and --force-tag options now accept regular expressions.
* Add --symbol-default option.
* Support multiple, ordered --encoding options.
Bugs fixed:
* Fix issue #93: Tags with forbidden characters converted to branches.
* Fix issue #102: Branch file, deleted in CVS, is present in SVN.
Improvements and output changes:
* Print informative warning message if a required program is missing.
* Output an error if any CVS filenames contain control characters.
* Clean up temporary files even for pass-by-pass conversions.
* Improve handling of commit dependencies and multibranch commits.
* Implemented issue #50 (performance change).
* Reduced the amount of temporary disk space needed during the conversion.
Miscellaneous:
* cvs2svn now requires Python version 2.2 or later.
* cvs2svn has been broken up into many smaller python modules for clarity.
Version 1.3.1 (24 May 2006)
---------------------------
Bugs fixed:
* Fix issue #67: malfunction caused by RCS branches rooted at revision 1.0.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
older versions do not work with the version of subversion-base in pkgsrc.
Version 1.2.1 (14 February 2005, from /tags/1.2.1)
* Fix cvs2svn's dumpfile output to work after Subversion's r12645.
Version 1.2.0 (11 January 2005, from /tags/1.2.0)
* --fs-type=TYPE: make it possible to specify the filesystem type.
* Convert files with svn:eol-style to have LF end of lines only.
* Fix hang in pass 8 for files that ended with a CR.
* Import unexpanded keywords into the repository.
* Fix the handling of the $Revision$ keyword.
* Fix bug in branch/tag creation edge case.
Version 1.1.0 (15 September 2004, from /tags/1.1.0)
* --symbol-transform: change tag and branch names using regular expressions.
* Flush log after writing, for better feedback when using 'tee'.
* Issue 74: No longer attempt to change non-existent files.
* Allow the Subversion repository created to have spaces in its name.
* Avoid erroring when using a svnadmin that uses FSFS by default.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Please note that this is the first released version of cvs2svn.
Previously this package used snapshots from the trunk of cvs2svn repository.
Hence I'm not providing here all the changes since the latest packaged
version.
XXX cvs2svn depends on sort(1) with '-T' option. A dependency and a patch
to resort on GNU sort from coreutils may be required.
XXX There's an issue on NetBSD 1.6.* platform about non-ascii charset.
The test 27 from cvs2svn test suite fails. This is an svn(1) issue.
Package changes:
- actually use bl3
- let py-bsddb3 package enforce the accepted python versions via
its buildlink3.mk
- fix test target
- no need to include subversion/buildlink3.mk (it had no effect
anyway because USE_BUILDLINK3 was not defined to YES) just
set a run dependency on subversion-base.
Changes since last packaged version:
------------------------------------------------------------------------
r947 | fitz | 2004-05-11 22:42:02 +0200 (Tue, 11 May 2004) | 7 lines
Fix OBOE and start_pass check.
* cvs2svn.py: (main) Set default value of end_pass to len(_passes),
*not* len(_passes) - 1. Also, check bottom bounds of start_pass.
------------------------------------------------------------------------
r946 | cmpilato | 2004-05-11 21:58:37 +0200 (Tue, 11 May 2004) | 4 lines
* cvs2svn.py
(usage): Fix the usage message to reflect new START:END syntax for
-p argument.
------------------------------------------------------------------------
r945 | cmpilato | 2004-05-11 21:50:21 +0200 (Tue, 11 May 2004) | 5 lines
* cvs2svn.py
(main): Fix the map(x) bug introduced by the last commit, and rework
the validation logic for -p values to be a little more concise and
informative. Also, use START:END instead of START-END syntax.
------------------------------------------------------------------------
r944 | cmpilato | 2004-05-11 21:36:35 +0200 (Tue, 11 May 2004) | 5 lines
* cvs2svn.py
(Database.__init__): Route around a pybsddb3 / BerkeleyDB 4.2
compatibility bug by manually enacting the semantic difference
between the 'n' and 'c' modes.
------------------------------------------------------------------------
r943 | fitz | 2004-05-11 21:05:43 +0200 (Tue, 11 May 2004) | 12 lines
Change the -p switch to accept a range of passes, or to just run a
single pass.
* cvs2svn.py:
(convert): Remove start_pass default arg value, add end_pass arg,
and perform only passes from START_PASS to END_PASS, inclusive.
(usage): Update doc.
(main): Add a suitable default for end_pass, processing for '-p
START-END' switch, and error checking for end_pass.
------------------------------------------------------------------------
r939 | maxb | 2004-05-02 14:55:18 +0200 (Sun, 02 May 2004) | 3 lines
* cvs2svn.py (MimeMapper.print_missing_mappings): Tweak to hopefully work with
older Python versions.
------------------------------------------------------------------------
r933 | fitz | 2004-04-28 17:59:29 +0200 (Wed, 28 Apr 2004) | 5 lines
Fix URL to Issue Tracker and a few examples that are incorrect. Based
on a patch from Jon Bendtsen <jbendtsen@laerdal.dk>.
* README: Corrections.
------------------------------------------------------------------------
r929 | cmpilato | 2004-04-22 18:43:23 +0200 (Thu, 22 Apr 2004) | 3 lines
* dist.sh
Use the cvs2svn-rXXXX.tar.gz format instead of cvs2svn-0.XXXX.tar.gz.
------------------------------------------------------------------------
r928 | cmpilato | 2004-04-22 18:40:01 +0200 (Thu, 22 Apr 2004) | 2 lines
* dist.sh
Use 'svn export' now instead of all that complicated mumbo jumbo. :-)
Collection.
Cvs2svn is a Python script that converts a CVS repository to a Subversion
repository. It is designed for one-time conversions, not for repeated
synchronizations between CVS and Subversion.
Please note that cvs2svn was previously provided in the py-subversion
package before version 1.0.1.
This package is based on initial work by Eric Gillespie <epg@>. Thanks Eric!