bzr init bug
Nir Soffer
nirs at freeshell.org
Sat Feb 4 21:10:15 GMT 2006
If you run bzr init twice in the same directory you get this:
First run:
$ bzr init
-> no output, quite confusing isn't it?
Second run:
$ bzr init
bzr: ERROR: File exists:
u'/Volumes/Home/nir/Projects/codewrap/src/.bzr': [Errno 17] File
exists: '/Volumes/Home/nir/Projects/codewrap/src/.bzr'
Instead of:
This directory is already versioned. Try bzr help init for more info.
I wonder what happen if you do something like this:
mkdir foo
cd foo
bzr init
mkdir bar
cd bar
bzr init
Do you get a versioned directory inside a versioned directory?
Best Regards,
Nir Soffer
More information about the bazaar
mailing list