docs/src/check-repositories.md

Thu, 21 Dec 2017 19:48:27 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 21 Dec 2017 19:48:27 +0100
changeset 359
bacb54502b24
parent 283
0e36bb75a732
permissions
-rw-r--r--

davql: allow ANYWHERE keyword in SELECT statements

This may seem pointless, but users might want to be explicit about this and the grammar is more consistent.

This commit also adds some no-ops to the functions body of the SET parser, because some day the grammar might allow more clauses after the WHERE clause.

283
0e36bb75a732 adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 277
diff changeset
1 ---
0e36bb75a732 adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 277
diff changeset
2 title: 'dav-sync check-repositories'
0e36bb75a732 adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 277
diff changeset
3 ---
274
5577d3eae04c dav-sync command documentation complete
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 273
diff changeset
4
5577d3eae04c dav-sync command documentation complete
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 273
diff changeset
5 Checks if every repository used by sync-directories is configured and available.
277
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 274
diff changeset
6 This command outputs the status for each repository.
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 274
diff changeset
7 It returns zero when all repositories are all available and non-zero otherwise.
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 274
diff changeset
8
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 274
diff changeset
9 **Command alias:** check-repos
ccef3f2bfe8e adds more documentation details the three check commands
Mike Becker <universe@uap-core.de>
parents: 274
diff changeset
10

mercurial