Name

svnsync copy-revprops — Copy all revision properties for a given revision from the source repository to the mirror repository.

Synopsis

svnsync copy-revprops DEST_URL REV

Description

Because Subversion revision properties can be changed at any time, it's possible that the properties for some revision might be changed after that revision has already been synchronized to another repository. Because the svnsync synchronize command operates only on the range of revisions that have not yet been synchronized, it won't notice a revision property change outside that range. Left as is, this causes a deviation in the values of that revision's properties between the source and mirror repositories. svnsync copy-revprops is the answer to this problem. Use it to re-synchronize the revision properties for a particular revision.

Alternate Names

None

Options

--non-interactive
--no-auth-cache
--username NAME
--password PASS
--config-dir DIR

Examples

Re-synchronize revision properties for a single revision:

$ svnsync copy-revprops file:///opt/svn/repos-mirror 6
Copied properties for revision 6.
$