Comment 2 for bug 36889

Revision history for this message
David Allouche (ddaa) wrote : Re: sftp server does not allow pushing to new product

We should not require the --mkdirs option for users to push to the supermirror, under some specific and difficult to explain circumstances. That would just turn --mkdirs into an "unbreak me" option when push to bazaar.launchpad.net.

When pushing, bzr should try creating the target directory without first checking the existence of its parent with directory listing (which is racy anyway). If it behaves otherwise, it's a bzr bug.

Then the sftp server should allow creating a branch in an existing product even if the product has no branch for that user, and therefore does not appear in the listing.