Store file id maps when committing to Subversion. Fixes #54738.
[jelmer/subvertpy.git] / NEWS
1 IN DEVELOPMENT
2
3   BUG FIXES
4
5    * Use checksums for the path in case the file id is too long. (#77453)
6
7    * Don't rely on listdir() kind results. Fixes imports of several 
8      repositories. (#56647)
9
10    * Fixed two problems with replaces that are nested.
11
12    * Branch downgrades and dir upgrades are now recognized properly (#67010).
13
14    * Supported branching schemes other that trunk-0.
15
16    * Properly recognize discontinued branches. (#76823)
17
18    * Switched to storing data in SQLite. (#74798)
19    
20    * Locks ra transports. (#76280)
21
22    * Use built-in ra callbacks from Subversion. (#64816)
23
24    * Implement SvnRaTransport.mkdir(). (#65138)
25
26    * Avoid raising SubversionException's for non-subversion directories. 
27
28    * Remove requirement for svn+ prefix. (#75751)
29
30    * Don't consider SvnRepositories for writing for regular Bazaar 
31      branches. (#77023)
32
33    * Don't try to import files as branches.
34
35    * Store file id map when committing to Subversion. (#54738)
36
37   IMPROVEMENTS
38
39    * Implemented SvnRepository.all_revision_ids().
40
41    * Proper ProgressBars.
42
43    * Made `to_location' argument for svn-import optional.
44
45    * Removed unused code.
46
47    * Several attempts to reduce memory usage.
48
49    * The LogWalker class is now a lot dumber.
50
51    * Added --scheme and --all options to svn-import.
52
53    * Implemented SvnRaTransport.list_dir().
54
55    * Conversion output can now be on a remote transport.
56
57   PERFORMANCE IMPROVEMENTS
58
59    * More efficient implementation of follow_history().
60
61    * Split out follow_branch_history() of follow_branch().
62
63    * Reduced number of remote listdir calls.
64
65    * Only determine file ids for changed files. Reduces disk usage 
66      significantly.
67
68 bzr-svn 0.2  2006-12-14
69
70   BUG FIXES
71
72     * Fixed "KeyError" problems (#64831)
73
74     * Fixed compatibility with Bazaar 0.13.
75
76     * Fixed "bzr checkout" and "bzr checkout --lightweight" for svn 
77       branches. (#65220)
78
79     * Don't fetch revision info until necessary. (#64850)
80
81     * Don't try to open remote checkouts. (#67281)
82
83     * Escape control codes in commit messages. (#54736)
84
85   IMPROVEMENTS
86
87     * Add repository format for Subversion repositories.
88    
89     * Plugin directory no longer needs to be named 'svn'
90
91     * Warn about incompatible Bazaar versions (#66993)
92
93 bzr-svn 0.1
94  
95  Initial release.