> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: donderdag 21 maart 2013 10:18
> To: [email protected]
> Subject: svn commit: r1459410 -
> /subversion/trunk/subversion/tests/cmdline/merge_tests.py
>
> Author: julianfoad
> Date: Thu Mar 21 17:18:24 2013
> New Revision: 1459410
>
> URL: http://svn.apache.org/r1459410
> Log:
> In several tests in merge_tests.py, change directory to the WC first, so the
> paths printed during the test run are much shorter than they would
> otherwise
> be, to ease debugging.
Can we make this optional behavior of the testsuite (or maybe just
sbox.build()) somehow?
I really like this behavior while debugging, while in general always testing
with the current directory can introduce other kinds of problems, just like our
in almost every case the working copy root and repository root are the same
location during our tests.
(For some time during 1.7 development the svnversion code only worked correctly
in this scenario and the test suite didn't notice)
Bert