Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

svn_dav.h File Reference

Code related to WebDAV/DeltaV usage in Subversion. More...

Go to the source code of this file.

Defines

#define SVN_SVNDIFF_MIME_TYPE   "application/vnd.svn-svndiff"
 This is the MIME type that Subversion uses for its "svndiff" format.
#define SVN_DAV_DELTA_BASE_HEADER   "X-SVN-VR-Base"
 This header is *TEMPORARILY* used to transmit the delta base to the server.
#define SVN_DAV_OPTIONS_HEADER   "X-SVN-Options"
 This header is used when an svn client wants to trigger specific svn server behaviors.
#define SVN_DAV_OPTION_NO_MERGE_RESPONSE   "no-merge-response"
#define SVN_DAV_OPTION_LOCK_BREAK   "lock-break"
#define SVN_DAV_OPTION_LOCK_STEAL   "lock-steal"
#define SVN_DAV_OPTION_RELEASE_LOCKS   "release-locks"
#define SVN_DAV_OPTION_KEEP_LOCKS   "keep-locks"
#define SVN_DAV_VERSION_NAME_HEADER   "X-SVN-Version-Name"
#define SVN_DAV_CREATIONDATE_HEADER   "X-SVN-Creation-Date"
#define SVN_DAV_LOCK_OWNER_HEADER   "X-SVN-Lock-Owner"
#define SVN_DAV_BASE_FULLTEXT_MD5_HEADER   "X-SVN-Base-Fulltext-MD5"
#define SVN_DAV_RESULT_FULLTEXT_MD5_HEADER   "X-SVN-Result-Fulltext-MD5"
#define SVN_DAV_ERROR_NAMESPACE   "svn:"
#define SVN_DAV_ERROR_TAG   "error"
#define SVN_DAV_PROP_NS_SVN   "http://subversion.tigris.org/xmlns/svn/"
#define SVN_DAV_PROP_NS_CUSTOM   "http://subversion.tigris.org/xmlns/custom/"
#define SVN_DAV_PROP_NS_DAV   "http://subversion.tigris.org/xmlns/dav/"


Detailed Description

Code related to WebDAV/DeltaV usage in Subversion.

Definition in file svn_dav.h.


Define Documentation

#define SVN_DAV_DELTA_BASE_HEADER   "X-SVN-VR-Base"
 

This header is *TEMPORARILY* used to transmit the delta base to the server.

It contains a version resource URL for what is on the client.

Definition at line 45 of file svn_dav.h.

#define SVN_DAV_OPTIONS_HEADER   "X-SVN-Options"
 

This header is used when an svn client wants to trigger specific svn server behaviors.

Normal WebDAV or DeltaV clients won't use it.

Definition at line 50 of file svn_dav.h.

#define SVN_SVNDIFF_MIME_TYPE   "application/vnd.svn-svndiff"
 

This is the MIME type that Subversion uses for its "svndiff" format.

This is an application type, for the "svn" vendor. The specific subtype is "svndiff".

Definition at line 39 of file svn_dav.h.


Generated on Fri Oct 28 16:12:54 2005 for Subversion by  doxygen 1.4.3