kfogel@collab.net wrote:
> * subversion/include/svn_fs.h
> (svn_fs_same_p): New prototype.
>
> * subversion/libsvn_fs/fs-loader.c
> (svn_fs_same_p): Implement it.
>
> * subversion/libsvn_fs_fs/tree.c
> (copy_helper): Use above to check equality of the two filesystems,
> instead of depending on pointer equality.
>
> * subversion/libsvn_fs_base/tree.c
> (copy_helper): Same.
>
Why did you make this a public function if it's only used within the FS
back-ends? Making functions public without a real need for it is a bad
idea. If avoiding code duplication matters, then declare it in
fs-loader.h, with the double underscore.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 14 01:29:03 2006