Comment 2 for bug 120135

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 120135] Re: makedirs() function for transports

I'd tend to think it should be like mkdir -p. There might be cases
with locking where we want to see the exception. But I believe that
on some transports or filesystems we can't reliably detect that the
directory already exists (nfs?), so there's no point defining the
interface to require it.