Main Page | Modules | Data Structures | File List | Data Fields | Globals

Revision properties

These are reserved properties attached to a "revision" object in the repository filesystem. More...

Defines

#define SVN_PROP_REVISION_AUTHOR   SVN_PROP_PREFIX "author"
 The fs revision property that stores a commit's author.

#define SVN_PROP_REVISION_LOG   SVN_PROP_PREFIX "log"
 The fs revision property that stores a commit's log message.

#define SVN_PROP_REVISION_DATE   SVN_PROP_PREFIX "date"
 The fs revision property that stores a commit's date.

#define SVN_PROP_REVISION_ORIG_DATE   SVN_PROP_PREFIX "original-date"
 The fs revision property that stores a commit's "original" date.

#define SVN_PROP_REVISION_ALL_PROPS

Detailed Description

These are reserved properties attached to a "revision" object in the repository filesystem.

They can be queried by using svn_fs_revision_prop(). They are invisible to svn clients.


Define Documentation

#define SVN_PROP_REVISION_ALL_PROPS
 

Value:

Definition at line 282 of file svn_props.h.

#define SVN_PROP_REVISION_ORIG_DATE   SVN_PROP_PREFIX "original-date"
 

The fs revision property that stores a commit's "original" date.

The svn:date property must be monotonically increasing, along with the revision number. In certain scenarios, this may pose a problem when the revision represents a commit that occurred at a time which does not fit within the sequencing required for svn:date. This can happen, for instance, when the revision represents a commit to a foreign version control system, or possibly when two Subversion repositories are combined. This property can be used to record the true, original date of the commit.

Definition at line 277 of file svn_props.h.


Generated on Mon Oct 18 17:33:15 2004 for Subversion by doxygen 1.3.5