You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Noorul Islam K M <no...@collab.net> on 2010/12/22 12:21:48 UTC

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

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

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

Posted by Philip Martin <ph...@wandisco.com>.
"Hyrum K. Wright" <hy...@mail.utexas.edu> writes:

>> 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
>
> This may also be causing the build failure on the windows builtslave:
>
> "D:\svn-w2k3-ra\slik-w2k3-x64-ra\build\subversion_vcnet.sln"
> (__ALL_TESTS__ target) (1) ->
> (Programs\entries-dump target) ->
>   entries-dump.obj : error LNK2019: unresolved external symbol
> _svn_wc__read_entries_old referenced in function _entries_dump
>   ..\..\..\Debug\subversion\tests\cmdline\entries-dump.exe : fatal
> error LNK1120: 1 unresolved externals

I believe these are fixed by r1051906.

-- 
Philip

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

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Wed, Dec 22, 2010 at 6:21 AM, Noorul Islam K M <no...@collab.net> wrote:
> philip@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

This may also be causing the build failure on the windows builtslave:

"D:\svn-w2k3-ra\slik-w2k3-x64-ra\build\subversion_vcnet.sln"
(__ALL_TESTS__ target) (1) ->
(Programs\entries-dump target) ->
  entries-dump.obj : error LNK2019: unresolved external symbol
_svn_wc__read_entries_old referenced in function _entries_dump
  ..\..\..\Debug\subversion\tests\cmdline\entries-dump.exe : fatal
error LNK1120: 1 unresolved externals

-Hyrum

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

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
On Wed, Dec 22, 2010 at 6:21 AM, Noorul Islam K M <no...@collab.net> wrote:
> philip@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

This may also be causing the build failure on the windows builtslave:

"D:\svn-w2k3-ra\slik-w2k3-x64-ra\build\subversion_vcnet.sln"
(__ALL_TESTS__ target) (1) ->
(Programs\entries-dump target) ->
  entries-dump.obj : error LNK2019: unresolved external symbol
_svn_wc__read_entries_old referenced in function _entries_dump
  ..\..\..\Debug\subversion\tests\cmdline\entries-dump.exe : fatal
error LNK1120: 1 unresolved externals

-Hyrum