docs/src/sync-list-versions.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 702
444aa8fe133f
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-sync list-versions'
---

**`dav-sync list-versions [-s <syncdir>] <file>`**

Lists all available versions of a SyncDirectory file. Example:

	$ dav-sync list-versions test.txt
	name: 1576420562-69ba29c77659c2db
	lastmodified: Sun, 15 Dec 2019 10:39:30 GMT
	url: https://example.com/webdav/.history/157/1576420562-69ba29c77659c2db

	name: 1576420572-b6a1862b0b1c04e6
	lastmodified: Sun, 15 Dec 2019 11:12:28 GMT
	url: https://example.com/webdav/.history/157/1576420572-b6a1862b0b1c04e6

	name: 1576420613-8b1260a7a6943580
	lastmodified: Sun, 15 Dec 2019 15:33:06 GMT
	url: https://example.com/webdav/.history/157/1576420613-8b1260a7a6943580

The name of a version can be used to restore a previous file version with the [dav-sync restore][1] command.

**`-s <syncdir>`** SyncDirectory for this file

[1]: ./restore.html

mercurial