[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Ignored ###error### in proplist-count?

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Mon, 30 Jan 2012 17:59:45 +0200

Running with this patch:
[[[
% $svn diff -x-p
Index: subversion/mod_dav_svn/liveprops.c
===================================================================
--- subversion/mod_dav_svn/liveprops.c (revision 1237720)
+++ subversion/mod_dav_svn/liveprops.c (working copy)
@@ -721,6 +721,7 @@ insert_prop_internal(const dav_resource *resource,
         serr = svn_fs_node_proplist(&proplist,
                                     resource->info->root.root,
                                     resource->info->repos_path, scratch_pool);
+ value = "###error###"; break;
         if (serr != NULL)
           {
             ap_log_rerror(APLOG_MARK, APLOG_ERR, serr->apr_err,
]]]
and running 'svn proplist -v $URL/to/repos/root', doesn't cause any
error (with either DAV layer).

The code is definitely hit --- I checked this by sticking an abort()
there.

Haven't looked further into this -- perhaps someone else can?
Received on 2012-01-30 17:00:53 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.