Lines Matching refs:version

48 #define DAV_XML_HEADER          "<?xml version=\"1.0\" encoding=\"utf-8\"?>"
198 #define DAV_ERR_PROP_BAD_MAJOR 200 /* major version was wrong */
269 ** to represent artifacts of a version control system.
281 * unversioned, or version selector,
284 DAV_RESOURCE_TYPE_VERSION, /* version or baseline URL */
286 DAV_RESOURCE_TYPE_HISTORY, /* version or baseline history URL */
320 ** version-controlled resource or configuration:
328 ** version/baseline history:
336 ** version/baseline:
356 ** versioned = ? (1 if version-controlled)
1763 * to use to identify a version resource from the resource's
1764 * corresponding version history. Otherwise, it will be NULL.
1768 * Request-URI to identify and return a version resource
1995 ** DAV_AUTO_VERSION_ALWAYS causes creation of a new version-controlled resource
2021 int resource_versioned; /* 1 => resource was auto-version-controlled */
2122 * and the value of its DAV:auto-version property. See the description
2127 /* Put a resource under version control. If the resource already
2128 * exists unversioned, then it becomes the initial version of the
2129 * new version history, and it is replaced by a version selector
2130 * which targets the new version.
2132 * If the resource does not exist, then a new version-controlled
2133 * resource is created which either targets an existing version (if the
2134 * "target" argument is not NULL), or the initial, empty version
2138 * (that is, changed to refer to the new version-controlled resource).
2182 * version_resource descriptor will refer to the new version.
2184 * is not interested in the new version resource.
2188 * should create a new version, but keep the resource in the
2246 ** Set the state of a checked-in version-controlled resource.
2248 ** If the request specified a version, the version resource
2249 ** represents that version. If the request specified a label,
2250 ** then "version" is NULL, and "label" is the label.
2254 ** with a label, not a version.
2263 const dav_resource *version,
2269 ** Add a label to a version. The resource is either a specific
2270 ** version, or a version selector, in which case the label should
2271 ** be added to the current target of the version selector. The
2272 ** version selector cannot be checked out.
2276 ** attempt to add a label which already exists on some version
2288 ** Remove a label from a version. The resource is either a specific
2289 ** version, or a version selector, in which case the label should
2290 ** be added to the current target of the version selector. The
2291 ** version selector cannot be checked out.
2293 ** It is an error if no such label exists on the specified version.