summaryrefslogtreecommitdiff
path: root/devel/cvs2svn/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2008-02-09Fix PLIST.taca1-31/+52
2007-01-28The documentation is installed into share/doc/cvs2svn. PKGREVISION++rillig1-8/+8
2007-01-26Update cvs2svn to version 1.5.0.bad1-1/+149
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.
2006-01-09*** empty log message ***uebayasi1-2/+2
2004-09-04Update to version 1.0.0.seb1-11/+27
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.
2004-04-21Update to version 0.927 (cvs2svn trunk revision 927).seb1-1/+2
Package changes: - install verify-cvs2svn script - add test target support - follows included dist.sh script distribution numbering scheme XXX patch file patch-aa reverts cvs2svn trunk changeset revision 922 otherwise bsddb3's usage fails. Changes since last packaged version: ------------------------------------------------------------------------ r927 | kfogel | 2004-04-21 00:40:48 +0200 (Wed, 21 Apr 2004) | 4 lines * dist.sh: Tweak ordering of cleanup. * ./: Add "*.tar.gz" to svn:ignore. ------------------------------------------------------------------------ r926 | kfogel | 2004-04-21 00:35:29 +0200 (Wed, 21 Apr 2004) | 3 lines * dist.sh: New script, for packaging cvs2svn. ------------------------------------------------------------------------ r925 | maxb | 2004-04-19 22:03:26 +0200 (Mon, 19 Apr 2004) | 5 lines Fix a copy/paste-o that was causing "No origin records" errors. Debugged by Bill Soudan. * cvs2svn.py (get_symbol_closing_revs): Fix copy/paste-o. ------------------------------------------------------------------------ r924 | maxb | 2004-04-19 18:30:24 +0200 (Mon, 19 Apr 2004) | 3 lines Remove dry-run mode entirely. It has bitrotted into unusability, and would need to be re-written entirely to get it working. ------------------------------------------------------------------------ r922 | cmpilato | 2004-04-16 19:14:18 +0200 (Fri, 16 Apr 2004) | 3 lines * cvs2svn.py Don't import anydbm until after the bsddb3 check has been made. ------------------------------------------------------------------------ r921 | fitz | 2004-04-15 05:05:15 +0200 (Thu, 15 Apr 2004) | 6 lines Merge fitzsymbolicnametracker to trunk (r903:920). * cvs2svn.py: Merged from branch. * runtests.py: Merged from branch.
2004-04-12Initial import of cvs2svn at version 0.0.0.916 into the NetBSD Packagesseb1-0/+11
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!