名称

svnlook proplist (plist, pl) — 打印版本化的文件和目录的属性名称和值。

概要

svnlook proplist REPOS_PATH [PATH_IN_REPOS]

描述

List the properties of a path in the repository. With --verbose (-v), show the property values too.

选项

--revision (-r) REV
--revprop
--transaction (-t) TXN
--verbose (-v)
--xml

例子

这显示了HEAD修订版本中/trunk/README的属性名称:

$ svnlook proplist /var/svn/repos /trunk/README
  original-author
  svn:mime-type

This is the same command as in the preceding example, but this time showing the property values as well:

$ svnlook -v proplist /var/svn/repos /trunk/README
  original-author : harry
  svn:mime-type : text/plain