From bbf867acfcaa999dec75b3a76ca6d286db4b57f8 Mon Sep 17 00:00:00 2001 From: slioch Date: Wed, 24 Jun 2009 11:43:11 -0700 Subject: Commit check now behaves like IslaVista. Note that commit check only applies in the following cases: 1) On nodes or ancestors of nodes that have been set or modified 2) Does not applied to deleted nodes Feature developers should: 1) locate commit checks at a common ancestor if checking across a hierarchy 2) expect that the commit check only enforces created behavior (therefore behaves more like a create check). An additional flag is provided "-f" to allow for full syntax and commit checks. This allows a complete single pass on all syntax and commit errors. The default behavior is to stop processing on the first error. --- src/common/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') diff --git a/src/common/defs.h b/src/common/defs.h index f8171e4..4c04284 100644 --- a/src/common/defs.h +++ b/src/common/defs.h @@ -23,6 +23,7 @@ struct Result int _err_code; char *_err_str; int _action; + int _mode; }; typedef enum { -- cgit v1.2.3