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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -