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

Re: svn commit: r1051819 - /subversion/trunk/subversion/tests/cmdline/entries-dump.c

From: Noorul Islam K M <noorul_at_collab.net>
Date: Wed, 22 Dec 2010 17:51:48 +0530

philip_at_apache.org writes:

> Author: philip
> Date: Wed Dec 22 10:41:38 2010
> New Revision: 1051819
>
> URL: http://svn.apache.org/viewvc?rev=1051819&view=rev
> Log:
> Make entries-dump fallback to operating on pre-wcng working copies.
> This allows the 1.7 command line regression tests to be run against
> the 1.6 binaries.
>
> * subversion/tests/cmdline/entries-dump.c
> (entries_dump): Read old entries and check for lock file if opening
> access baton fails, only close access baton if it was opened.
> (directory_dump_old): New.
> (directory_dump): Walk old entries if walking children fails.
>
> Modified:
> subversion/trunk/subversion/tests/cmdline/entries-dump.c
>
> Modified: subversion/trunk/subversion/tests/cmdline/entries-dump.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/entries-dump.c?rev=1051819&r1=1051818&r2=1051819&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/tests/cmdline/entries-dump.c (original)
> +++ subversion/trunk/subversion/tests/cmdline/entries-dump.c Wed Dec 22 10:41:38 2010
> @@ -33,6 +33,7 @@
> #include "svn_dirent_uri.h"
>
> #include "private/svn_wc_private.h"
> +#include "../libsvn_wc/entries.h"
>

After this commit I get the following warning when I run ./autogen.sh

WARNING: "../libsvn_wc/entries.h" header not found, file
subversion/tests/cmdline/entries-dump.c

Thanks and Regards
Noorul
Received on 2010-12-22 13:24:30 CET

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.