SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for cvs2svn-2.4.0-bp153.1.12.noarch.rpm :

* Fri Mar 13 2015 astiegerAATTsuse.com- fix SLE 12 build - remove gpg-offline
* Sat Aug 31 2013 andreas.stiegerAATTgmx.de- update to 2.4.0- New features:
* Store CVS file descriptions in a Subversion property \"cvs:description\".
* SVN: Optionally include empty directories from the CVS repository.
* Much faster cvs2git conversions possible via --use-external-blob-generator.
* Use file properties for more flexibility over keyword and EOL handling.
* Add a ConditionalPropertySetter.
* Allow CVS repository paths to be excluded from the conversion.
* Normalize EOLs in CVS log messages to LF.
* Ignore vendor branch declarations that refer to non-existent branches. Bugs fixed:
* Issue #31: cvs2svn does not convert empty directories.
* Issue #127: Dead \"file X added on branch Y\" revisions not always dropped.
* Fix --dry-run for cvs2git and cvs2bzr. Improvements and output changes:
* More aggressively omit unnecessary dead revisions.
* Consider it a failure if \"cvs\" or \"co\" writes something to stderr.
* Add concept of \"file properties\", which are only computed once per file.
* Refuse to accept a default branch that is not a top-level branch.
* Make check of illegal filename characters dependent on the target VCS.
* Improve error reporting for invalid date strings in CVS.
* Many documentation improvements.
* Allow grafting a branch onto a parent that has itself been grafted.
* Slightly improve choice of parent branch for vendor branches.
* Only import \"database\" if used, to avoid error if no DB module installed.
* Ignore newphrases in RCS files more robustly.
* Fix the expansion of the $Source$ keyword for Attic files.
* Various other minor improvements and fixes. Miscellaneous:
* Sort large files using Python to avoid dependency on GNU sort.
* Sun Sep 18 2011 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile
* Thu Mar 25 2010 lnusselAATTsuse.de- include example option files- include html docu for other cvs2
* tools
* Sat Mar 13 2010 pascal.bleserAATTopensuse.org- update to 2.3.0:
* 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
* fix cvs2git with non-inline blobs: a revision after a delete could be empty
* do path comparisions platform-independently in symbol transform classes
* fix https://bugs.launchpad.net/pld-linux/+bug/385920
* output error message if a revision\'s deltatext is missing
* improve contrib/verify-cvs2svn.py (used for testing conversion accuracy)
* add an IgnoreSymbolTransform class, for ignoring symbols matching a regexp
* remove some DeprecationWarnings when running under newer Python versions
* Fri Jul 17 2009 pascal.bleserAATTopensuse.org- update to 2.2.0
* 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
* 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\"
* 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
* cvs2svn now requires Python version 2.4 or later- changes from 2.1.0:
* support conversions from CVS to git
* more flexible symbol transform and symbol strategy rules, including manual rules read from a symbol hints file
* allow an arbitrary SVN path to be set for each branch/tag directory
* improved conversion speed
* improved quality of conversion and toleration for more kinds of CVS repository corruption
* fixed a few minor bugs- changes from 2.0.1:
* fixes a bug with RCS keyword expansion that occurs when using the --use-internal-co option (which is the default)
* Fri Sep 28 2007 olhAATTsuse.de- update cvs2svn to 2.0.0 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.
* Sat Apr 28 2007 olhAATTsuse.de- move cvs2svn and viewvc to separate specfile
* Sat Apr 28 2007 olhAATTsuse.de- add sysconfig settings for remote access (247372)
* Sat Apr 28 2007 olhAATTsuse.de- add an example to host svn on / to subversion.conf (179404)
 
ICM