You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/03/27 01:01:18 UTC

svn propchange: r1305643 - svn:log

Author: pburba
Revision: 1305643
Modified property: svn:log

Modified: svn:log at Mon Mar 26 23:01:18 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Mar 26 23:01:18 2012
@@ -1,5 +1,8 @@
-On the inheritable-props branch: Fix a bug in the new FS API.
+On the inheritable-props branch: Add a sanity check.
 
 * subversion/libsvn_client/prop_commands.c
-  (fs_node_proplist): Don't assume callers always want explicit properties,
-   they may be looking for inherited only.
+  (remote_proplist): We shouldn't be asking a server for inherited
+   props if that server doesn't support the
+   SVN_RA_CAPABILITY_INHERITED_PROPS capability, but in case we do
+   raise an error rather than segfaulting.
+