Merge 0.4.
[jelmer/subvertpy.git] / BRANCH.TODO
1 Subversion 1.5 adds support for custom revision properties. This allows moving the various Bazaar-related 
2 properties from file to revision properties.
3
4 The following settings would be set on the revisions:
5 * bzr:branch
6 * bzr:revision-id
7 * bzr:merge
8 * bzr:pgp-signature
9 * bzr:committer
10 * bzr:timestamp
11 * bzr:properties:branch-nick
12 * bzr:properties:*
13 * bzr:root
14
15 bzr-svn should not be looking at any file properties set on the branch root if any 
16 of these revision properties is set.