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.
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 $