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