in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to send * custom revprops in log responses. * * @since New in 1.5. */ #define SVN_DAV_NS_DAV_SVN_LOG_REVPROPS\ SVN_DAV_PROP_NS_DAV "svn/log-revprops" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to handle * a replay of a directory in the repository (not root). * * @since New in 1.5. */ #define SVN_DAV_NS_DAV_SVN_PARTIAL_REPLAY\ SVN_DAV_PROP_NS_DAV "svn/partial-replay" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to enforce * old-value atomicity in PROPPATCH (for editing revprops). * * @since New in 1.7. */ #define SVN_DAV_NS_DAV_SVN_ATOMIC_REVPROPS\ SVN_DAV_PROP_NS_DAV "svn/atomic-revprops" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to get * inherited properties. * * @since New in 1.8. */ #define SVN_DAV_NS_DAV_SVN_INHERITED_PROPS\ SVN_DAV_PROP_NS_DAV "svn/inherited-props" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to * properly handle ephemeral (that is, deleted-just-before-commit) FS * transaction properties. * * @since New in 1.8. */ #define SVN_DAV_NS_DAV_SVN_EPHEMERAL_TXNPROPS\ SVN_DAV_PROP_NS_DAV "svn/ephemeral-txnprops" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) supports serving * properties inline in update editor when 'send-all' is 'false'. * * @since New in 1.8. */ #define SVN_DAV_NS_DAV_SVN_INLINE_PROPS\ SVN_DAV_PROP_NS_DAV "svn/inline-props" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to handle * a replay of a revision resource. Transmitters must be * HTTP-v2-enabled to support this feature. * * @since New in 1.8. */ #define SVN_DAV_NS_DAV_SVN_REPLAY_REV_RESOURCE\ SVN_DAV_PROP_NS_DAV "svn/replay-rev-resource" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to handle * a reversed fetch of file versions. * * @since New in 1.8. */ #define SVN_DAV_NS_DAV_SVN_REVERSE_FILE_REVS\ SVN_DAV_PROP_NS_DAV "svn/reverse-file-revs" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to handle * svndiff1 format encoding. * * @since New in 1.10. */ #define SVN_DAV_NS_DAV_SVN_SVNDIFF1\ SVN_DAV_PROP_NS_DAV "svn/svndiff1" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to handle * 'list' requests. * * @since New in 1.10. */ #define SVN_DAV_NS_DAV_SVN_LIST\ SVN_DAV_PROP_NS_DAV "svn/list" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) knows how to handle * svndiff2 format encoding. * * @since New in 1.10. */ #define SVN_DAV_NS_DAV_SVN_SVNDIFF2\ SVN_DAV_PROP_NS_DAV "svn/svndiff2" /** Presence of this in a DAV header in an OPTIONS response indicates * that the transmitter (in this case, the server) sends the result * checksum in the response to a successful PUT request. * * @since New in 1.10. */ #define SVN_DAV_NS_DAV_SVN_PUT_RESULT_CHECKSUM\ SVN_DAV_PROP_NS_DAV "svn/put-result-checksum" /** @} */ /** @} */ #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* SVN_DAV_H */