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