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

[PROPOSAL] libsvn-fs-util: Move more macros from fsfs and bdb

From: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2007-06-07 15:42:27 CEST

Hello,

There is a duplicate definition of the macro NOT_FOUND() in fsfs and bdb
implementations. I wish to move this to libsvn-fs-util library.

On the other hand, the macro ALREADY_EXISTS(), to check if the file
already exists in the transaction, and the macro NOT_TXN(), to check if
it is a valid transaction root are defined for bdb, while they are
defined as functions for fsfs. I wish to move them as macros to
libsvn-fs-util library and use them in both fsfs and bdb implementation.

But, I'm not sure if it is relevant to make this change. Comments are
welcome. Thank you.

-- 
Regards,
Bhuvaneswaran

Received on Thu Jun 7 15:43:34 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.