Comment 14 for bug 139253

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: bzr branch fails with "File exists" error.

The real problem in original traceback:
Some code try to create directory `c1` when this directory already exists. On Windows it's error. May be on Linux it's not error, I don't know. Why some code try to create `c1` again -- I don't know. May be it's incorrect usage of bzrlib API from svn plugin, or may be bzrlib API is not completely windows-friendly in this aspect.