名称

svnsync info — Print information about the synchronization of a destination repository.

概要

svnsync info DEST_URL

描述

Print the synchronization source URL, source repository UUID and the last revision merged from the source to the destination repository at DEST_URL.

选项

--config-dir DIR
--no-auth-cache
--non-interactive
--source-password ARG
--source-username ARG
--sync-password ARG
--sync-username ARG
--trust-server-cert

例子

Print the synchronization information of a mirror repository:

$ svnsync info file:///var/svn/repos-mirror
Source URL: http://svn.example.com/repos
Source Repository UUID: e7fe1b91-8cd5-0310-98dd-2f12e793c5e8
Last Merged Revision: 47
$