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

Re: Error tagging with ra_serf

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 29 Aug 2011 14:29:25 -0400

On Mon, Aug 29, 2011 at 09:08, Hyrum K Wright <hyrum.wright_at_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
Received on 2011-08-29 20:29:57 CEST

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.