Author: hwright
Date: Tue Nov 22 17:40:55 2011
New Revision: 1205099
URL: http://svn.apache.org/viewvc?rev=1205099&view=rev
Log:
* subversion/libsvn_delta/compat.c
(set_props_cb): Use the proper node kind for setting properties (which is
'unknown', since we don't automatically know the node kind at this point).
Modified:
subversion/trunk/subversion/libsvn_delta/compat.c
Modified: subversion/trunk/subversion/libsvn_delta/compat.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/compat.c?rev=1205099&r1=1205098&r2=1205099&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/compat.c (original)
+++ subversion/trunk/subversion/libsvn_delta/compat.c Tue Nov 22 17:40:55 2011
@@ -1050,7 +1050,7 @@ set_props_cb(void *baton,
SVN_ERR(ensure_root_opened(eb));
- SVN_ERR(build(eb, ACTION_PROPSET, relpath, svn_kind_none,
+ SVN_ERR(build(eb, ACTION_PROPSET, relpath, svn_kind_unknown,
NULL, SVN_INVALID_REVNUM,
props, NULL, SVN_INVALID_REVNUM, scratch_pool));