On Thu, Jun 27, 2013 at 08:36:40PM +0300, Daniel Shahaf wrote: > Stefan Sperling wrote on Thu, Jun 27, 2013 at 17:28:45 +0200: > > On Thu, Jun 27, 2013 at 05:18:09PM +0300, Daniel Shahaf wrote: > > > That uses the compile-time-default ignore patterns even if the user has > > > changed them. > > > > Thanks, should be fixed as of r1497395. > > Thanks! But now the opposite problem happens: --remove-unversioned does > not remove the foo.o file: > > % ls > foo.o > % $svn cleanup --remove-unversioned > --config-option=config:miscellany:global-ignores= > % $svn status --config-option=config:miscellany:global-ignores= > ? foo.o
Oh, right. Fixed in r1497487. Thanks again!