Defines | |
#define | SVN_PROP_WC_PREFIX SVN_PROP_PREFIX "wc:" |
The propname *prefix* that makes a propname a "WC property". | |
#define | SVN_PROP_ENTRY_PREFIX SVN_PROP_PREFIX "entry:" |
Another type of non-user-visible property. | |
#define | SVN_PROP_ENTRY_COMMITTED_REV SVN_PROP_ENTRY_PREFIX "committed-rev" |
The revision this entry was last committed to on. | |
#define | SVN_PROP_ENTRY_COMMITTED_DATE SVN_PROP_ENTRY_PREFIX "committed-date" |
The date this entry was last committed to on. | |
#define | SVN_PROP_ENTRY_LAST_AUTHOR SVN_PROP_ENTRY_PREFIX "last-author" |
The author who last committed to this entry. | |
#define | SVN_PROP_ENTRY_UUID SVN_PROP_ENTRY_PREFIX "uuid" |
The UUID of this entry's repository. | |
#define | SVN_PROP_CUSTOM_PREFIX SVN_PROP_PREFIX "custom:" |
When custom, user-defined properties are passed over the wire, they will have this prefix added to their name. |
|
Another type of non-user-visible property. "Entry properties" are stored as fields with the administrative 'entries' file. Definition at line 227 of file svn_props.h. |
|
The propname *prefix* that makes a propname a "WC property". For example, ra_dav might store a versioned-resource url as a WC prop like this:
|