Fix symlink setting during push.
[jelmer/subvertpy.git] / NEWS
1 bzr-svn 0.4.6   UNRELEASED
2
3   PERFORMANCE
4   
5    * Remember where revids have already been detected. Makes incremental
6      push a lot faster, in particular in Subversion repositories 
7          with a lot of branches. (#139364)
8
9    * Work around memory leak in the Python Subversion bindings of svn.ra.get_log(). 
10
11   FEATURES
12
13    * Support retrieving credentials from Bazaar rather than relying on Subversions' cache. (#120768)
14
15   INTERNALS
16   
17    * Added pydoctor configuration file.
18
19   BUG FIXES
20
21    * Improved compatibility with Subversion 1.5.
22
23    * Actually set symlink target when pushing commits that add or change symlinks.
24
25 bzr-svn 0.4.5   2007-12-01
26
27   IMPROVEMENTS
28
29    * Add revision specifier for "svn:" that accepts a single revision number. (#160605)
30
31   INTERNALS
32
33    * No longer store svn:author, svn:date and svn:log in the bzr-svn cache. 
34      This should make it easier to use bzr-specific revprops later on and 
35      saves some disk space.
36
37    * Use new rich-roots format everywhere rather than experimental 
38      dirstate-with-subtree.
39
40   BUG FIXES
41
42    * Properly decode unicode commit messages. 
43
44    * Handle some corner cases when finding branches.
45
46    * Print comprehensible error when unsupport characters occur in file names.
47      (partial fix of #163585)
48
49    * Fix compatibility with Bazaar 1.0rc1.
50
51
52 bzr-svn 0.4.4   2007-11-02
53
54   PERFORMANCE
55
56    * Improved import times, making bzr faster if bzr-svn is loaded but 
57      not used.
58
59   IMPROVEMENTS
60    
61    * Avoid tracebacks on "Malformed data" errors.
62
63    * Make push location optional for svn-push. 
64    
65    * Make svn-push support --remember.
66
67    * No longer gives trackeback when already upgraded revisions are present.
68      (#130471)
69
70    * Clearer error when prefix is missing during push.
71
72    * Support optionally overriding svn:author and svn:date (#140001)
73
74    * Convert errno's returned by the remote server into OSError exceptions.
75
76   INTERNALS
77
78    * Handle NULL_REVISION in SvnRepository.copy_content(). Fixes compatibility 
79      with bzr merge-into.
80
81    * Implement ListBranchingScheme.is_branch_parent(). (#144357)
82
83    * Use revprop lists rather than just commit message when committing.
84
85    * The version of bzr-rebase is now checked before it's being used.
86
87    * Handle checks of modified children correctly when path is the root 
88      in LogWalker.find_latest_change().
89
90   BUG FIXES
91
92    * Fix compatibility with 0.92.
93
94    * Fix compatibility with packs. (#139442)
95
96    * Handle long file names with unicode characters correctly on 
97      python2.4 (#129334)
98
99    * Give proper warning message when running 'bzr svn-branching-scheme' on 
100      something that is not a Subversion repository. (#145159)
101
102    * Give proper warning message when running 'bzr svn-import' on 
103      something that is not a Subversion repository. 
104
105    * Support svn+ hack when committing in bound branches. (#150699)
106
107    * Give proper error when changes can't be pushed to root of repository. 
108      (#145148)
109
110    * Encode = in list branching scheme names (unusable in Subversion property 
111      names). (#125751)
112
113    * Fix 'bzr checkout --lightweight' for http and https branches. 
114      (#144032)
115
116    * Don't print traceback when raising errors about bzr versions.
117
118    * Show proper exception when lightweight checkout is out of date.
119
120    * Fix pulling in changes push earlier by bzr-svn with directory renames 
121      of directories containing files. (#153347)
122
123    * Handle special characters in committer name correctly. (#158347)
124
125    * Avoid crashes on sending empty diffs over http/svn+SCHEME (#159111)
126
127    * Decent progress bar for "svn-import". (#127933)
128
129   DOCUMENTATION
130
131    * Add simple FAQ file. (#144388)
132
133 bzr-svn 0.4.3   2007-09-15
134  
135   PERFORMANCE
136
137    * Avoid extra RA connection in LogWalker if it isn't going to be used.
138
139   BUG FIXES
140
141    * Fix determination of relative URLs in SvnRaTransport._request_path(). 
142      (#139020)
143
144    * Mark as compatible with Bazaar 0.91.
145
146    * Use write groups in fetch as required by the packs branch.
147
148    * Handle pushing merges of which LHS parent is older revision of 
149      branch path.
150
151   INTERNALS
152
153    * Track moving parents correctly in follow_path().
154
155    * Implement SvnWorkingTreeDir.needs_format_conversion().
156
157 bzr-svn 0.4.2   2007-09-09
158
159   BUG FIXES
160
161    * Fix regression that prevented the "svn+" prefix trick from working.
162
163    * Export version information so the version is displayed properly 
164      in "bzr plugins".
165
166    * Avoid deprecated static BzrDir.create_repository().
167
168    * Fix pushing of revisions of which only a non-left hand side parent
169      is present in the Subversion repository. (#131692)
170
171    * Fix some problems pushing to HTTP repositories because of 
172      the backing URL hack introduced to fix #80553. (#137176)
173
174    * Display unknown hostname errors properly without tracebacks.
175
176    * Handle files of which path didn't change but parent did when pushing. 
177      (#137455)
178
179    * Fix sqlite index that was causing indexing errors when a repository 
180      contains multiple copies of a single revision. 
181
182 bzr-svn 0.4.1   2007-08-26
183
184   BUG FIXES
185
186    * Convert errors to bzr errors when fetching data (avoids backtraces).
187
188    * Raise proper exception when repository can't be found remotely. (#130633)
189
190    * Use knits to store file id maps.
191
192    * Don't try to open repository root for http:// or https:// URLs. (#80553)
193    
194    * Handle corner cases fetching renames.
195
196    * Support WorkingTree.update()
197
198    * Mark as supporting Bazaar 0.90 rather than 0.19. (#133388)
199
200    * Don't mutter during commit unless explicitly enabled with -Dcommit.
201
202    * Fix pushing while svk:merge properties are not found. 
203      (#133287, Lukáš Lalinský)
204
205    * Show proper exception when a svn dump file ends prematurely. 
206
207    * Don't try to open directories of which parents haven't yet been opened 
208      from commit. (#133288, Lukáš Lalinský)
209
210    * Timestamps in properties no longer include locale-specific data. (#131337)
211
212    * Handle copies of parent directories of branches correctly. (#131180)
213
214   INTERNALS
215
216    * Support `topo_sorted` argument to by Repository.get_ancestry().
217
218   FEATURES
219
220    * Support initializing Subversion repositories. 
221      `bzr init-repo --format=subversion` now works.
222
223    * Support reading gzip and bzip2 compressed dump files in svn-import.
224
225 bzr-svn 0.4.0   2007-08-04      
226   
227   BUG FIXES
228
229    * Non-ascii characters in file ids are now supported (fixes imports 
230      of the Python repository).
231
232    * Fixed error raised during version incompatibility. (Wouter van Heyst, 
233                                                          #80467)
234
235    * Implemented Repository.get_revision_graph(None)
236
237    * svn-import will no longer spin using CPU if the target directory 
238      did not exist (#80223).
239
240    * Remove branches when they are being replaced. Fixes DivergedBranches 
241      error when using svn-import (#81908).
242  
243    * Consistently treat property changes as actual changes (#122115)
244
245    * Be a bit less verbose when trying to connect (#124858)
246
247    * Fix locking issues (#125212)
248
249    * Warn when used with experimental version of mappings. (#117198)
250
251    * Only warn about out of date mappings, bzr-svn version or 
252      experimental mappings when the plugin is being used. (#93319)
253
254    * Clearer warning when branch specified to svn-import. (#121391)
255
256    * Support pushing multiple revisions in a row. (#115494)
257
258    * Fix compatibility with Subversion 1.5. (#73918)
259
260    * Fix import of svk:merge properties (need to be sorted lexicographically).
261
262    * Support possible_transports argument to BzrDir.sprout(). (#128500)
263
264    * Fix incorrect delete when a child of a renamed directory is removed.
265
266    * Support pushing adding empty files. (#113667)
267
268   BEHAVIOUR CHANGES
269
270    * Use shared repositories by default in svn-import command.
271
272    * Avoid muttering when possible.
273
274   TESTS
275
276    * Add blackbox test for svn-import with dumpfile. (#123493)
277
278   PERFORMANCE
279
280    * do_update() is now used to find the contents of a directory recursively. 
281      This should reduce the number of roundtrips significantly when 
282          finding file id mappings.
283
284    * Support read locking for Branch.
285
286   FEATURES
287    
288    * add -v option to svn-upgrade
289
290    * store and allow setting the branching scheme in subversion.conf
291
292    * allow setting the branching scheme from a file property 
293      on the repository root
294
295    * Support true push (#80612).
296
297    * Support commits in heavy checkouts (#79330).
298
299    * Support using custom branching schemes.
300
301    * Support pushing new branches.
302
303    * Add --prefix option to svn-import. (#125993)
304
305    * Add 'bzr help svn-branching-schemes'
306
307    * Branching schemes can now be autodetected using some simple heuristics. 
308      (#81976)
309
310    * Added command `svn-branching-scheme` for setting branching schemes.
311      (#127003)
312
313   INTERNALS
314
315    * Implement SvnRaTransport.local_abspath(). (#117090)
316
317    * Implement SvnRemoteAccess.create_branch().
318
319    * Implement SvnWorkingTree.smart_add() (#79336)
320
321 bzr-svn 0.3.4   2007-06-15
322
323   BUG FIXES
324
325   * Check for a working pysqlite, rather than checking that the 
326     first one found works. (#115026)
327
328   * Fix compatibility with Bazaar 0.17.
329
330 bzr-svn 0.3.3   2007-04-29
331
332   IMPROVEMENTS
333
334   * Fix compatibility with Bazaar 0.16 (#110164)
335
336   * Don't do extra checkout before push if possible. (#91885)
337
338   * Set parent URLs in svn-import. (#94406)
339
340   * Don't show "not updating working tree" warnings when pushing.
341
342 bzr-svn 0.3.2   2007-03-13
343
344   BUG FIXES
345
346   * Fix compatibility with Bazaar 0.15.
347
348   * Check for parent paths moving as well in LogWalker.find_latest_change(). 
349     Fixes #84087.
350
351   * Handle unicode characters in commit messages. Fixes #85551.
352
353   * Handle unicode characters in filenames (#54736)
354
355 bzr-svn 0.3.1   2007-01-31
356
357   BUG FIXES
358  
359    *  Warning given when the version of python-subversion is not patched 
360       is now fixed. (Wouter van Heyst)
361
362   IMPROVEMENTS
363
364    * A proper warning will now be printed if no sqlite implementation is 
365      available.
366
367    * Working tree copies will be disabled if the version of python-subversion 
368      is too old.
369
370 bzr-svn 0.3.0   2007-01-16
371
372   BUG FIXES
373
374    * Use checksums for the path in case the file id is too long. (#77453)
375
376    * Don't rely on listdir() kind results. Fixes imports of several 
377      repositories. (#56647)
378
379    * Fixed two problems with replaces that are nested.
380
381    * Branch downgrades and dir upgrades are now recognized properly (#67010).
382
383    * Supported branching schemes other that trunk-0.
384
385    * Properly recognize discontinued branches. (#76823)
386
387    * Switched to storing data in SQLite. (#74798)
388    
389    * Locks ra transports. (#76280)
390
391    * Use built-in ra callbacks from Subversion. (#64816)
392
393    * Implement SvnRaTransport.mkdir(). (#65138)
394
395    * Avoid raising SubversionException's for non-subversion directories. 
396
397    * Remove requirement for svn+ prefix. (#75751)
398
399    * Don't consider SvnRepositories for writing for regular Bazaar 
400      branches. (#77023)
401
402    * Don't try to import files as branches.
403
404    * Store file id map when committing to Subversion. (#54738)
405
406    * Support spaces in filenames in working trees.
407
408   IMPROVEMENTS
409
410    * Implemented SvnRepository.all_revision_ids().
411
412    * Proper ProgressBars.
413
414    * Made `to_location' argument for svn-import optional.
415
416    * Removed unused code.
417
418    * Several attempts to reduce memory usage.
419
420    * The LogWalker class is now a lot dumber.
421
422    * Added --scheme and --all options to svn-import.
423
424    * Implemented SvnRaTransport.list_dir().
425
426    * Conversion output can now be on a remote transport.
427
428    * Upgrade command can be used to upgrade branches created with 
429      older versions of the plugin.
430
431    * Fail early when unpatched python Subversion bindings are installed.
432
433   PERFORMANCE IMPROVEMENTS
434
435    * More efficient implementation of follow_history().
436
437    * Split out follow_branch_history() of follow_branch().
438
439    * Reduced number of remote listdir calls.
440
441    * Only determine file ids for changed files. Reduces disk usage 
442      significantly.
443
444 bzr-svn 0.2  2006-12-14
445
446   BUG FIXES
447
448     * Fixed "KeyError" problems (#64831)
449
450     * Fixed compatibility with Bazaar 0.13.
451
452     * Fixed "bzr checkout" and "bzr checkout --lightweight" for svn 
453       branches. (#65220)
454
455     * Don't fetch revision info until necessary. (#64850)
456
457     * Don't try to open remote checkouts. (#67281)
458
459     * Escape control codes in commit messages. (#54736)
460
461   IMPROVEMENTS
462
463     * Add repository format for Subversion repositories.
464    
465     * Plugin directory no longer needs to be named 'svn'
466
467     * Warn about incompatible Bazaar versions (#66993)
468
469 bzr-svn 0.1
470  
471  Initial release.