On Mon, Aug 29, 2011 at 09:08, Hyrum K Wright <hyrum.wri...@wandisco.com> wrote: > In an effort to make sure my problems with serf are well known, I'm > posting this. I'm attempting to create a tag of a personal project, > and get the following error (over https, with the 1.7.x branch): > > [[[ > $ svn cp $REPOS/hikehy/trunk $REPOS/hikehy/releases/4.0.0 > subversion/svn/copy-cmd.c:134: (apr_err=200007) > subversion/libsvn_client/copy.c:2346: (apr_err=200007) > subversion/libsvn_client/copy.c:1026: (apr_err=200007) > subversion/libsvn_client/copy.c:1026: (apr_err=200007) > subversion/libsvn_ra_serf/serf.c:614: (apr_err=200007) > subversion/libsvn_ra_serf/util.c:711: (apr_err=200007) > svn: E200007: Error running context > subversion/libsvn_ra_serf/util.c:711: (apr_err=200007) > svn: E200007: Trying to use an unsupported feature > $ > ]]]
That's very strange. That is SVN_ERR_UNSUPPORTED_FEATURE, but libsvn_ra_serf never sets that. The error code certainly can't come out of serf, so that leaves it as arriving from a callback into svn. So the question becomes, "what feature is ra_serf trying to use that raises this error?" Hmm... Cheers, -g