r858256 | malcolm | 2006-01-20 18:20:08 +0000 (Fri, 20 Jan 2006)
Clarify how to run the python tests in a VPATH (srcdir != builddir) setup.
Patch by: Tobias Schäfer <tobiasschaefer@gmx.de>
me
* subversion/tests/cmdline/README
(How To Run The Tests): Add note about VPATH builds.
r859223 | dlr | 2006-04-03 23:21:11 +0000 (Mon, 03 Apr 2006)
Fix issue #2488, mis-reporting of failed repository creation
(e.g. because the path to svnadmin is invalid), which was often
reported as:
IOError: [Errno 2] No such file or directory:
'svn-test-work/local_tmp/repos/conf/svnserve.conf'
* subversion/tests/cmdline/svntest/main.py
(SVNRepositoryCreateFailure): New exception raised if we're unable
to create a repository.
(create_repos): Raise SVNRepositoryCreateFailure if the repository
creation writes anything to stderr.
Patch by: Tobias Schäfer <tobiasschaefer@gmx.de>
(Tweaked by me.)