docs/src/versioncontrol.md

Sun, 17 Dec 2023 14:25:34 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 17 Dec 2023 14:25:34 +0100
changeset 797
edbb20b1438d
parent 701
0a48f17c729d
permissions
-rw-r--r--

[Makefile] fix missing rules preventing dry-runs

We have to support dry-runs, because many IDEs are using
dry-runs to collect build information.

Some rules have dependencies that expect certain files or
directories to be just present. We added respective build
rules which invoke the test program. This way, the behavior
when running make normally is exactly the same, but dry-runs
are also not failing now.

---
title: 'dav versioncontrol'
---

**`dav versioncontrol [-pc] <url>`**

Puts the resource, specified by *url*, under version control. This is required in order to use other versioning commands with this resource.

To use this command, the server must support *DeltaV*.

**`-p`** disable file name and path decryption if enabled

**`-c`** enable file name and path decryption

mercurial