Main Page   Modules   Data Structures   File List   Data Fields  

Bitmask flags for svn_fs_begin_txn2()
[filesystem transactions]

Since:
New in 1.2.
More...

Defines

#define SVN_FS_TXN_CHECK_OOD   0x00001
 Do on-the-fly out-of-dateness checks. More...

#define SVN_FS_TXN_CHECK_LOCKS   0x00002
 Do on-the-fly lock checks. More...


Detailed Description

Since:
New in 1.2.


Define Documentation

#define SVN_FS_TXN_CHECK_LOCKS   0x00002
 

Do on-the-fly lock checks.

That is, an fs routine may throw error if a caller tries to edit a locked item without having rights to the lock.

Definition at line 567 of file svn_fs.h.

#define SVN_FS_TXN_CHECK_OOD   0x00001
 

Do on-the-fly out-of-dateness checks.

That is, an fs routine may throw error if a caller tries to edit an out-of-date item in the transaction.

Warning:
### Not yet implemented.

Definition at line 562 of file svn_fs.h.


Generated on Wed Jun 7 11:02:15 2006 for Subversion by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002