Tobias Schäfer <tobiasschaefer@gmx.de>


Patch
r867564, r867557, r859223, r858256

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.)


r867557 | kameshj | 2007-10-30 06:48:30 +0000 (Tue, 30 Oct 2007)

Typo fix.

* notes/changelist-design.txt
  Fix three typos

Patch by: Tobias Schäfer <tobiasschaefer@gmx.de>


r867564 | dlr | 2007-10-30 19:21:28 +0000 (Tue, 30 Oct 2007)

* www/project_status.html: Add the 1.4.5 win32 security release.

Patch by: Tobias Schäfer <tobiasschaefer@gmx.de>