[BUG] Problems with deleting switched subdirectories
From: makl <makl_at_tigris.org>
 
Date: 2004-04-02 10:51:36 CEST 
$ svn --version
 $ svnadmin create --bdb-txn-nosync repo
 A non-recursive commit of both directories work as expected:
 $ svn ci -m "" -N wc1/dir1 wc1/dir1/dir2
 Committed revision 2.
 $ svn up wc1
 A commit of dir2 fails post-commit:
 $ svn ci -m "" wc1/dir1/dir2
 A commit of dir1 doesn't delete dir3
 $ svn ci -m "" wc1/dir1  2>&1
 Committed revision 2.
 $ svn up wc1
 ---------------------------------------------------------------------
  | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.