svk proplist — List all properties.
List all properties on files, directories, or revisions. The first form lists versioned properties in your working copy, while the second lists unversioned properties on a depot revision.
You can use proplist to see the properties on an item in your working copy:
$ svk proplist foo.c Properties on foo.c: svn:mime-type svn:keywords owner
But with the --verbose flag, svn
proplist is extremely handy as it also shows you the
values for the properties:
$ svk proplist --verbose foo.c Properties on foo.c: svn:mime-type : text/plain svn:keywords : Author Date Rev owner : sally