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

[PATCH] libsvn_fs_fs: The file system check function should beconsistent

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2007-04-02 12:39:56 CEST

Hello,

In FSFS file system check function, svn_fs_fs__check_fs(), we check for
fs->path variable, while in the BDB counterpart, svn_fs_base__check_fs()
function we check for fs->fsap_data variable to check the file system.

Please find attached a patch to fix this inconsistency.

[[

Make the file system check function consistent across FSFS and BDB
implementation.

* subversion/libsvn_fs_fs/err.c
  (svn_fs_fs__check_fs): Check for fs->fsap_data variable to make it
  consistent with the BDB counterpart.

Patch by: kameshj,
          bhuvan
]]

-- 
Regards,
Bhuvaneswaran

Received on Mon Apr 2 12:40:12 2007

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.