Use ctx.tmpdir consistently in cvs2git-example.options.
[cvs2svn.git] / CHANGES
blob802f84df50b4f077d5042ceac69bbe8552cb4cb8
1 Version ?.?.? (not yet released)
2 --------------------------------
4  Bugs fixed:
5  * Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
6  * ExternalBlobGenerator: Don't fail if no revisions are needed for a file.
7  * Fix the handling of symbol-matching regexps that include "|".
8  * Handle excluded pathes under Attic directories, too.
9  * cvs2git: fix logging in process_post_commit().
11  Improvements and output changes:
12  * Various small documentation fixes and improvements.
13  * Make cvs2xxx runnable under PyPy.
14  * Avoid some allusions to Subversion when converting to another VCS.
15  * Use tempfile.mkdtemp() to choose the location for temporary files.
16  * Write all progress information to stderr rather than stdout.
17  * Write cvs2git and cvs2bzr output to stdout by default.
19  Miscellaneous:
20  * Use "co --version" rather than the deprecated "co -V".
23 Version 2.4.0 (22 September 2012)
24 ---------------------------------
26  New features:
27  * Store CVS file descriptions in a Subversion property "cvs:description".
28  * SVN: Optionally include empty directories from the CVS repository.
29  * Much faster cvs2git conversions possible via --use-external-blob-generator.
30  * Use file properties for more flexibility over keyword and EOL handling.
31  * Add a ConditionalPropertySetter.
32  * Allow CVS repository paths to be excluded from the conversion.
33  * Normalize EOLs in CVS log messages to LF.
34  * Ignore vendor branch declarations that refer to non-existent branches.
36  Bugs fixed:
37  * Issue #31: cvs2svn does not convert empty directories.
38  * Issue #127: Dead "file X added on branch Y" revisions not always dropped.
39  * Fix --dry-run for cvs2git and cvs2bzr.
41  Improvements and output changes:
42  * More aggressively omit unnecessary dead revisions.
43  * Consider it a failure if "cvs" or "co" writes something to stderr.
44  * Add concept of "file properties", which are only computed once per file.
45  * Refuse to accept a default branch that is not a top-level branch.
46  * Make check of illegal filename characters dependent on the target VCS.
47  * Improve error reporting for invalid date strings in CVS.
48  * Many documentation improvements.
49  * Allow grafting a branch onto a parent that has itself been grafted.
50  * Slightly improve choice of parent branch for vendor branches.
51  * Only import "database" if used, to avoid error if no DB module installed.
52  * Ignore newphrases in RCS files more robustly.
53  * Fix the expansion of the $Source$ keyword for Attic files.
54  * Various other minor improvements and fixes.
56  Miscellaneous:
57  * Sort large files using Python to avoid dependency on GNU sort.
60 Version 2.3.0 (22 August 2009)
61 ------------------------------
63  New features:
64  * Add a "cvs2git" script for starting conversions to git (or Mercurial).
65  * Add a "cvs2bzr" script for starting conversions to Bazaar.
66  * Generate manual pages automatically via new --man option.
67  * Allow --mime-types and --auto-props options to be specified more than once.
68  * Support author transforms when converting to Subversion.
69  * Allow unlabeled branches to be renamed using SymbolTransforms.
71  Bugs fixed:
72  * cvs2git with non-inline blobs: a revision after a delete could be empty.
73  * Fix timezone handling under Windows (which does not respect TZ variable).
74  * Do path comparisions platform-independently in symbol transform classes.
75  * Fix https://bugs.launchpad.net/pld-linux/+bug/385920
77  Improvements and output changes:
78  * Output error message if a revision's deltatext is missing.
79  * Improve contrib/verify-cvs2svn.py (used for testing conversion accuracy).
81  Miscellaneous:
82  * Add an IgnoreSymbolTransform class, for ignoring symbols matching a regexp.
83  * Remove some DeprecationWarnings when running under newer Python versions.
86 Version 2.2.0 (23 November 2008)
87 --------------------------------
89  New features:
90  * cvs2git: Omit fixup branch if a tag can be copied from an existing revision.
91  * cvs2git: Add option to set the maximum number of merge sources per commit.
92  * Allow arbitrary SVN directories to be created when a project is created.
93  * Allow vendor branches to be excluded, grafting child symbols to trunk.
94  * By default, omit trivial import branches from conversion.
95    - Add --keep-trivial-imports option to get old behavior.
96  * By default, don't include .cvsignore files in output (except as svn:ignore).
97    - Add option --keep-cvsignore to get the old behavior.
98  * Allow the user to specify the form of cvs2svn-generated log messages.
99  * Allow file contents to be written inline in git-fast-import streams.
100  * --create-option: allow arbitrary options to be passed to "svnadmin create".
101  * Improve handling of auto-props file:
102    - Discard extraneous spaces where they don't make sense.
103    - Warn if parts of the file might be commented out unintentionally.
104    - Warn if the user appears to be trying to quote a property value.
106  Bugs fixed:
107  * Fix issue #81: Remove svn:ignore property when .cvsignore is deleted.
108  * Fix svn dumpfile conformance:
109    - Don't include a leading '/' for Node-path.
110    - Include the Node-kind field when copying nodes.
111  * Make symlink test create symlinks explicitly, to avoid packaging problems.
112  * Accept symbol references to revision numbers that end with ".0".
114  Improvements and output changes:
115  * When -v, log reasons for symbol conversion choices (tag/branch/exclude).
116  * Log preferred parent determinations at verbose (rather than debug) level.
117  * Log symbol transformations at verbose (rather than warn) level.
118  * Log statistics about all symbol transformations at normal level.
119  * cvs2git: Generate lightweight rather than annotated tags.
120  * contrib/destroy_repository.py:
121    - Allow symbols, files, and directories to be renamed.
122    - Allow CVSROOT directory contents to be erased.
123    - Specify what aspects of a repo to destroy via command-line options.
125  Miscellaneous:
126  * cvs2svn now requires Python version 2.4 or later.
129 Version 2.1.1 (15 April 2008)
130 -----------------------------
132  Bugs fixed:
133  * Make files that are to be sorted more text-like to fix problem on Windows.
134  * Fix comment in header of --write-symbol-info output file.
136  Miscellaneous
137  * Adjust test suite for upstream changes in the svntest code.
140 Version 2.1.0 (19 February 2008)
141 --------------------------------
143  New features:
144  * Allow conversion of a CVS repository to git (experimental).
145    - Support mapping from cvs author names to git "Author <email>" form.
146  * Enhance symbol transform capabilities:
147    - Add SymbolMapper, for transforming specific symbols in specific files.
148    - Allow SymbolTransforms to cause a symbol to be discarded.
149  * Enhance symbol strategy capabilities:
150    - Write each CVS branch/tag to be written to an arbitrary SVN path.
151    - Choose which trunk/branch should serve as the parent of each branch/tag.
152    - --symbol-hints: manually specify how symbols should be converted.
153    - Make symbol strategy rules project-specific.
154  * --write-symbol-info: output info about CVS symbols.
155  * Add option ctx.decode_apple_single for handling AppleSingle-encoded files.
156  * Add a new, restartable pass that converts author and log_msg to Unicode.
157  * Allow properties to be left unset via auto-props using a leading '!'.
159  Bugs fixed:
160  * Fix issue #80: Empty CVS,v file not accepted.
161  * Fix issue #108: Create project TTB directories "just-in-time".
162  * Fix issue #112: Random test failures with Python 2.5.
163  * Fix issue #115: crash - Bad file descriptor.
164  * Fix the translation of line-end characters for eol-styles CR and CRLF.
166  Improvements and output changes:
167  * Create trunk/tags/branches directories for project when project is created.
168  * Improved conversion speed significantly, especially for large repositories.
169  * Ignore (with a warning) symbols defined to malformed revision numbers.
170  * Tolerate multiple definitions of a symbol to the same revision number.
171  * Handle RCS files that superfluously set the default branch to trunk.
172  * Allow '/' characters in CVS symbol names (creating multilevel SVN paths).
173  * Allow symbols to be transformed to contain '/' (allowing multilevel paths).
174  * Convert '\' characters to '/' (rather than '--') in symbol names.
175  * Make encoding problems fatal; to resolve, restart at CleanMetadataPass.
177  Miscellaneous:
178  * Change the default symbol handling option to --symbol-default=heuristic.
181 Version 2.0.1 (04 October 2007)
182 -------------------------------
184  Bugs fixed:
185  * Fix problem with keyword expansion when using --use-internal-co.
188 Version 2.0.0 (15 August 2007)
189 ------------------------------
191  New features:
192  * Add --use-internal-co to speed conversions, and make it the default.
193  * Add --retain-conflicting-attic-files option.
194  * Add --no-cross-branch-commits option.
195  * Add --default-eol option and deprecate --no-default-eol.
196  * RevisionRecorder hook allows file text/deltas to be recorded in pass 1.
197  * RevisionReader hook allow file text to be retrieved from RevisionRecorder.
198  * Slightly changed the order that properties are set, for more flexibility.
199  * Don't set svn:keywords on files for which svn:eol-style is not set.
200  * Implement issue #53: Allow --trunk='' for --trunk-only conversions.
202  Bugs fixed:
203  * Fix issue #97: Follow symlinks within CVS repository.
204  * Fix issue #99: cvs2svn tries to create a file twice.
205  * Fix issue #100: cvs2svn doesn't retrieve the right version.
206  * Fix issue #105: Conflict between directory and Attic file causes crash.
207  * Fix issue #106: SVNRepositoryMirrorParentMissingError.
208  * Fix missing command-line handling of --fallback-encoding option.
209  * Fix issue #85: Disable symbol sanity checks when in --trunk-only mode.
211  Improvements and output changes:
212  * Analyze CVS revision dependency graph, giving a more robust conversion.
213  * Improve choice of symbol parents when CVS history is ambiguous.
214  * In the case of clock skew to the past, resync forwards, not backwards.
215  * Treat timestamps that lie in the future as bogus, and adjust backwards.
216  * Gracefully handle tags that refer to nonexistent revisions.
217  * Check and fail if revision header appears multiple times.
218  * Gracefully handle multiple deltatext blocks for same revision.
219  * Be more careful about only processing reasonable *,v files.
220  * Improve checks for illegal filenames.
221  * Check if a directory name conflicts with a filename.
222  * When file is imported, omit the empty revision 1.1.
223  * If a non-trunk default branch is excluded, graft its contents to trunk.
224  * Omit the initial 'dead' revision when a file is added on a branch.
225  * Require --symbol-transform pattern to match entire symbol name.
226  * Treat files as binary by default instead of as text, because it is safer.
227  * Treat auto-props case-insensitively; deprecate --auto-props-ignore-case.
229  Miscellaneous:
230  * Add a simple (nonportable) script to log cvs2svn memory usage.
231  * Allow contrib/shrink_test_case.py script to try deleting tags and branches.
232  * Add --skip-initial-test option to contrib/shrink_test_case.py script.
235 Version 1.5.1 (28 January 2007)
236 -------------------------------
238  Bugs fixed:
239  * Add missing import in cvs2svn_lib/process.py.
240  * Fix omission of parsing of the --fallback-encoding option.
243 Version 1.5.0 (03 October 2006)
244 -------------------------------
246  New features:
247  * Support multiproject conversions (each gets its own trunk, tags, branches).
248  * New --options option to allow run-time options to be defined via a file.
249  * --co, --cvs, and --sort options to specify the paths to executables.
250  * Add new --fallback-encoding option.
252  Bugs fixed:
253  * Fix issue #86: Support multiple project roots per repository.
254  * Fix issue #104: Allow path to "sort" executable to be specified.
255  * Fix issue #8: Allow multiple --encoding options.
256  * Fix issue #109: Improve handling of fallback encodings.
258  Improvements and output changes:
259  * Further reduce conversion time and temporary space requirements.
261  Miscellaneous:
262  * Deprecate the --dump-only option (it is now implied by --dumpfile).
263  * Add scripts to help isolate conversion problems and shrink test cases.
264  * Add a script to search for illegal filenames in a CVS repository.
267 Version 1.4.0 (27 August 2006)
268 ------------------------------
270  New features:
271  * Support multicomponent --trunk, --tags, and --branches paths (issue #7).
272  * New --auto-props option allows file properties to be set via file.
273  * --force-branch and --force-tag options now accept regular expressions.
274  * Add --symbol-default option.
275  * Support multiple, ordered --encoding options.
277  Bugs fixed:
278  * Fix issue #93: Tags with forbidden characters converted to branches.
279  * Fix issue #102: Branch file, deleted in CVS, is present in SVN.
281  Improvements and output changes:
282  * Print informative warning message if a required program is missing.
283  * Output an error if any CVS filenames contain control characters.
284  * Clean up temporary files even for pass-by-pass conversions.
285  * Improve handling of commit dependencies and multibranch commits.
286  * Implemented issue #50 (performance change).
287  * Reduced the amount of temporary disk space needed during the conversion.
289  Miscellaneous:
290  * cvs2svn now requires Python version 2.2 or later.
291  * cvs2svn has been broken up into many smaller python modules for clarity.
294 Version 1.3.1 (24 May 2006)
295 ---------------------------
297  Bugs fixed:
298  * Fix issue #67: malfunction caused by RCS branches rooted at revision 1.0.
301 Version 1.3.0 (18 August 2005)
302 ------------------------------
304  Bugs fixed:
305  * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
306  * Fix issue #71: Avoid resyncing two consecutive CVS revs to same time.
307  * Fix issue #88: Don't allow resyncing to throw off CVS revision order.
308  * Fix issue #89: Handle initially dead branch revisions acceptably.
309  * Fix some branch-filling bugs (r1429, r1444).
311  Improvements and output changes:
312  * Better --encoding support when iconv_codec module is available.
313  * Speedups to pass8 (r1421)
314  * Use standard "rNNN" syntax when printing Subversion revisions.
317 Version 1.2.1 (14 February 2005)
318 --------------------------------
320  Bugs fixed:
321  * Fix cvs2svn's dumpfile output to work after Subversion's r12645.
324 Version 1.2.0 (11 January 2005)
325 -------------------------------
327  New features:
328  * --fs-type=TYPE: make it possible to specify the filesystem type.
330  Bugs fixed:
331  * Convert files with svn:eol-style to have LF end of lines only.
332  * Fix hang in pass 8 for files that ended with a CR.
333  * Import unexpanded keywords into the repository.
334  * Fix the handling of the $Revision$ keyword.
335  * Fix bug in branch/tag creation edge case.
338 Version 1.1.0 (15 September 2004)
339 ---------------------------------
341  New features:
342  * --symbol-transform: change tag and branch names using regular expressions.
343  * Flush log after writing, for better feedback when using 'tee'.
345  Bugs fixed:
346  * Issue 74: No longer attempt to change non-existent files.
347  * Allow the Subversion repository created to have spaces in its name.
348  * Avoid erroring when using a svnadmin that uses FSFS by default.
351 Version 1.0.0 (25 August 2004)
352 ------------------------------
354  * The cvs2svn project comes of age.