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