Patch looks fine.
With regards
Kamesh Jayachandran
Lieven Govaerts wrote:
> Hi,
>
>
> I'm working on a continuous build slave (Mac OS X 10.4), with svn 1.3.1
> pre-installed.
>
> When building a working copy of trunk, I noticed that after you run 'make
> check', an svn
> update on that working copy will fail.
>
> To reproduce:
> $ svn co http://svn.collab.net/repos/svn/trunk trunk
> $ cd trunk
> $ cat subversion/tests/cmdline/.svn/format
> 4
>
> $ ./autogen.sh
> $ ./configure
> $ make
> $ make check
> $ cat subversion/tests/cmdline/.svn/format
> 6
>
> $ make clean
>
> $ svn update http://svn.collab.net/repos/svn/trunk .
> svn: This client is too old to work with working copy '.'; please get a
> newer Subversion client
>
> What happens is that test nr.25(delete_non_existent) in schedule_tests.py
> doesn't cd to the working
> copy for that test, so it executes it's test (rm --force ... ) in the
> subversion/tests/cmdline
> folder and thereby bumps the format.
>
> Attached patch will solve this issue. Please commit if you agree with the
> proposed solution.
>
> thanks,
>
> Lieven.
>
>
>
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 27 12:20:23 2006