Bitmask flags for svn_fs_begin_txn2()
[Filesystem transactions]

Defines

#define SVN_FS_TXN_CHECK_OOD   0x00001
 Do on-the-fly out-of-dateness checks.
#define SVN_FS_TXN_CHECK_LOCKS   0x00002
 Do on-the-fly lock checks.
#define SVN_FS_TXN_CLIENT_DATE   0x00004
 Allow the client to specify the final svn:date of the revision by setting or deleting the corresponding transaction property rather than have it set automatically when the transaction is committed.

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 1096 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 1091 of file svn_fs.h.

#define SVN_FS_TXN_CLIENT_DATE   0x00004

Allow the client to specify the final svn:date of the revision by setting or deleting the corresponding transaction property rather than have it set automatically when the transaction is committed.

Since:
New in 1.9.

Definition at line 1104 of file svn_fs.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 28 Jul 2015 for Subversion by  doxygen 1.6.1