Sun, 21 Jul 2024 23:19:40 +0200
fix dav_set_string_property crash if an unknown namespace prefix was specified
701
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
1 | --- |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
2 | title: 'dav versioncontrol' |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
3 | --- |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
4 | |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
5 | **`dav versioncontrol [-pc] <url>`** |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
6 | |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
7 | Puts the resource, specified by *url*, under version control. This is required in order to use other versioning commands with this resource. |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
8 | |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
9 | To use this command, the server must support *DeltaV*. |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
10 | |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
11 | **`-p`** disable file name and path decryption if enabled |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
12 | |
0a48f17c729d
add documentation for dav versioning commands
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
694
diff
changeset
|
13 | **`-c`** enable file name and path decryption |