dav property namespaces
General property (xml) namespaces that will be used by both ra_dav and mod_dav_svn for marshalling properties.
More...
|
Defines |
|
#define | SVN_DAV_PROP_NS_SVN "http://subversion.tigris.org/xmlns/svn/" |
| | A property stored in the fs and wc, begins with 'svn:', and is interpreted either by client or server.
|
| #define | SVN_DAV_PROP_NS_CUSTOM "http://subversion.tigris.org/xmlns/custom/" |
| | A property stored in the fs and wc, but totally ignored by svn client and server.
|
|
#define | SVN_DAV_PROP_NS_DAV "http://subversion.tigris.org/xmlns/dav/" |
| | A property purely generated and consumed by the network layer, not seen by either fs or wc.
|
Detailed Description
General property (xml) namespaces that will be used by both ra_dav and mod_dav_svn for marshalling properties.
Define Documentation
| #define SVN_DAV_PROP_NS_CUSTOM "http://subversion.tigris.org/xmlns/custom/" |
A property stored in the fs and wc, but totally ignored by svn client and server.
A property simply invented by the users.
Definition at line 145 of file svn_dav.h.