Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-13
2004-05-13 12:35:39 by Martin Stjernholm <mast@lysator.liu.se>
102dbe3d28e9ced678aa602735b2f3dacbcff6c9 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fix.
Rev: server/base_server/prototypes.pike:1.121
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
120
2004/05/13 12:35:
14
mast Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
121
2004/05/13 12:35:
39
mast Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
1867:
MAYBE_OVERWRITE = 0, //! If the source and destination are directories, overwrite the //! properties only. If the source and destination are files,
-
//! overwrite the file along with the
content
. Otherwise fail if
the
-
//! destination exists.
+
//! overwrite the file along with the
properties
. Otherwise fail if
+
//!
the
destination exists.
DO_OVERWRITE = 1, //! If the destination exists then delete it recursively before