2 * svn_dav_protocol.h: Declarations of the protocol shared by the
3 * mod_dav_svn backend for httpd's mod_dav, and its ra_neon and
4 * ra_serf RA DAV clients.
6 * ====================================================================
7 * Copyright (c) 2007 CollabNet. All rights reserved.
9 * This software is licensed as described in the file COPYING, which
10 * you should have received as part of this distribution. The terms
11 * are also available at http://subversion.tigris.org/license-1.html.
12 * If newer versions of this license are posted there, you may use a
13 * newer version instead, at your option.
15 * This software consists of voluntary contributions made by many
16 * individuals. For exact contribution history, see the revision
17 * history and logs, available at http://subversion.tigris.org/.
18 * ====================================================================
21 #ifndef SVN_DAV_PROTOCOL_H
22 #define SVN_DAV_PROTOCOL_H
26 #endif /* __cplusplus */
28 /** Names for the custom HTTP REPORTs understood by mod_dav_svn, sans
30 #define SVN_DAV__MERGEINFO_REPORT "mergeinfo-report"
32 /** Names for XML child elements of the custom HTTP REPORTs understood
33 by mod_dav_svn, sans namespace. */
34 #define SVN_DAV__CREATIONDATE "creationdate"
35 #define SVN_DAV__MERGEINFO_ITEM "mergeinfo-item"
36 #define SVN_DAV__MERGEINFO_PATH "mergeinfo-path"
37 #define SVN_DAV__MERGEINFO_INFO "mergeinfo-info"
38 #define SVN_DAV__PATH "path"
39 #define SVN_DAV__INHERIT "inherit"
40 #define SVN_DAV__REVISION "revision"
41 #define SVN_DAV__INCLUDE_DESCENDANTS "include-descendants"
42 #define SVN_DAV__VERSION_NAME "version-name"
46 #endif /* __cplusplus */
48 #endif /* SVN_DAV_PROTOCOL_H */