名称
svnadmin setrevprop — 设置某个修订版本的属性。
概要
svnadmin setrevprop REPOS_PATH -r REVISION NAME FILE
描述
Set the property NAME
on revision
REVISION
to the contents of
FILE
. Use
--use-pre-revprop-change-hook
or
--use-post-revprop-change-hook
to trigger the revision
property-related hooks (e.g., if you want an email notification sent from
your post-revprop-change-hook
).
例子
The following sets the revision property repository-photo
to the contents of the file sandwich.png
:
As you can see, svnadmin setrevprop has no output upon
success.