[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH]: fix issue where 'make check' on trunk bumps wc-format of subversion/tests/cmdline to 6

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-03-27 12:54:40 CEST

FYI, this patch has been committed yesterday by mbk in r19040.

thanks for the review.

Lieven.

Quoting Kamesh Jayachandran <kamesh@collab.net>:

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

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
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:55:15 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.