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