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

