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

Re: [PATCH] Implement svnadmin verify --force

From: Prabhu Gnana Sundar <prabhugs_at_collab.net>
Date: Mon, 29 Oct 2012 12:27:32 +0530

On 10/28/2012 01:54 AM, Daniel Shahaf wrote:
>> Index: subversion/libsvn_fs/fs-loader.c
>> ===================================================================
>> --- subversion/libsvn_fs/fs-loader.c (revision 1402414)
>> +++ subversion/libsvn_fs/fs-loader.c (working copy)
>> @@ -487,17 +487,21 @@
>> void *cancel_baton,
>> svn_revnum_t start,
>> svn_revnum_t end,
>> + svn_boolean_t keep_going,
>> apr_pool_t *pool)
>> {
>> - fs_library_vtable_t *vtable;
>> - svn_fs_t *fs;
>> + if (!keep_going)
>> + {
> That's wrong for the same reason as last time

I am not sure on what has to be done. Can you please guide me with some
pointers on what has to be done.

Thanks
Prabhu
Received on 2012-10-29 08:05:49 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.