Philip Martin <philip.mar...@wandisco.com> writes:

> I believe so.  The problem is that the mkdir --parents call is leaving
> the working copy locked:

This whole --parents stuff is bonkers.  If I do

 svn mkdir --parents wc/foo/bar/zig/zag

to create foo, foo/bar, foo/bar/zig and foo/bar/zig/zag the first path
to get locked is wc/foo/bar. It makes no sense to start in the middle,
either it should be locking paths from parent to child or from child
to parent.

-- 
Philip

Reply via email to