svnlook proplist (plist, pl) — 打印版本化的文件和目录的属性名称和值。
List the properties of a path in the repository. With
--verbose
(-v
), show the property values
too.
这显示了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