Anthony David wrote:
> Using the rsync instructions on the downloads page,
> http://www.bazaar-ng.org/download.html
>
> adavid% rsync -avv --delete bazaar-ng.org::bazaar-ng/bzr/dev ./bzr.dev
that's not what the instructions say, though:
rsync -av --delete bazaar-ng.org::bazaar-ng/bzr/dev/ ./bzr.dev
(note the trailing slash)
</F>