svn - SharpSVN - SvnLookClient.GetPropertyList - Show Inherited Properties? -
the svnlook
command has --show-inherited-props
option include inherited properties of path specified.
with sharpsvn, svn command wrapped method in svnlookclient
class called getpropertylist
. 1 of arguments svnlookpropertylistargs
object, there doesn't seem property can set equivalent of --show-inherited-props
.
i see in svnclient
class there getinheritedpropertylist
method, cannot use performing operation on repository itself, , not working copy because being used in pre-commit hook application.
is there way svnlookclient.getpropertylist
return inherited properties?
i can confirm points. i'm checking can implement missing pieces.
the next 1.9 build have option of using repository location svnclient.inheritedpropertylist
adding missing overloads svntarget arguments.
after add similar function svnlookclient, current function doesn't allow same property multiple paths.
once i'm done i'll backport these changes 1.8.x.
Comments
Post a Comment