Use generators in logcacher.
[jelmer/subvertpy.git] / README
1 This directory contains a simple plugin that adds 
2 Subversion (http://subversion.tigris.org/) branch support to 
3 Bazaar (http://www.bazaar-vcs.org/)
4
5 You will need a recent version of Bazaar-NG, most likely bzr.dev. If you have 
6 an older version of Bazaar and don't want to upgrade, try the svn-0.8 branch. 
7 This contains some hacks to make the Subversion plugin work with Bazaar 0.8.
8
9 You also need the Subversion bindings for python, with my patch for svn_info_t,
10 which has been in Subversions' repository since r19413.
11
12 Simply place this directory in ~/.bazaar/plugins and you should be able 
13 to check out branches from Subversion using bzr.
14
15 Jelmer Vernooij <jelmer@samba.org>, April 2006.