svn-property-value
Version: 4.2.1.5

SVN Properties

Jay McCarthy <jay at plt-scheme dot org>

A small FFI for Subversion working copy properties

 (require (planet jaymccarthy/svn-prop))

(svn-property-value wc-path prop-name)  (or/c false/c string?)
  wc-path : string?
  prop-name : string

Returns the value of the prop-name property of the Subversion working copy path wc-path. If wc-path is not a Subversion working copy or if it is but does not have a prop-name property, then #f is returned.