Daniel Shahaf wrote: >> * subversion/tests/cmdline/svntest/sandbox.py >> (Sandbox.get_tempname): Fix a bug: don't remove the directory before >> allocating another filename in it. > > This seems to have broken export_tests.py 19 20: they fail if I run them twice > without removing svn-test-work between the runs.
Thanks. My fix for one potential bug exposed this other bug in the Sandbox initialization. Fixed in r1305323. - Julian

