On Fri, 11 Sep 2009 07:26:00 -0700 (PDT), Edmund Wong wrote
> It seems as if whatever command I use with
> svn, it gives me a context error:
>
> C:\other_projs\svn\subversion\libsvn_client>svn log -v -g .
> ..\..\..\subversion\svn\log-cmd.c:600: (apr_err=20014)
> ..\..\..\subversion\libsvn_client\log.c:520: (apr_err=20014)
> ..\..\..\subversion\libsvn_client\ra.c:421: (apr_err=20014)
> ..\..\..\subversion\libsvn_ra\ra_loader.c:486: (apr_err=20014)
> ..\..\..\subversion\libsvn_ra\ra_loader.c:486: (apr_err=20014)
> ..\..\..\subversion\libsvn_ra_serf\options.c:477: (apr_err=20014)
> ..\..\..\subversion\libsvn_ra_serf\util.c:568: (apr_err=20014)
> svn: Error running context: Internal error
>
> I've looked at the lines; but I've yet to trace out whatever's
> bugging my build. This doesn't happen when I'm at work. I've got
> the same setup. Nearly. At work, I use VS2008, whereas at home I
> use VSE2008. Is this supposed to make a difference?
>
> Using the neon library has no problems, so now my 'svn update' has
> become the following: svn update --config-option
> servers:global:http-library=neon
Didn't mean to abruptly end that. Clicked the wrong button. :)
Here's another command (I haven't tried them all, but I suspect
they all choke with the similiar context error).
C:\other_projs\svn>svn ls
..\..\..\subversion\svn\list-cmd.c:289: (apr_err=20014)
..\..\..\subversion\libsvn_client\list.c:143: (apr_err=20014)
..\..\..\subversion\libsvn_client\ra.c:421: (apr_err=20014)
..\..\..\subversion\libsvn_ra\ra_loader.c:486: (apr_err=20014)
..\..\..\subversion\libsvn_ra\ra_loader.c:486: (apr_err=20014)
..\..\..\subversion\libsvn_ra_serf\options.c:477: (apr_err=20014)
..\..\..\subversion\libsvn_ra_serf\util.c:568: (apr_err=20014)
svn: Error running context: Internal error
C:\other_projs\svn>svn update
..\..\..\subversion\svn\update-cmd.c:96: (apr_err=20014)
..\..\..\subversion\libsvn_client\update.c:371: (apr_err=20014)
..\..\..\subversion\libsvn_client\update.c:231: (apr_err=20014)
..\..\..\subversion\libsvn_ra\ra_loader.c:486: (apr_err=20014)
..\..\..\subversion\libsvn_ra\ra_loader.c:486: (apr_err=20014)
..\..\..\subversion\libsvn_ra_serf\options.c:477: (apr_err=20014)
..\..\..\subversion\libsvn_ra_serf\util.c:568: (apr_err=20014)
svn: Error running context: Internal error
(etc..)
Does anyone know what apr_err=20014 mean?
Thanks
Edmund
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2393625
Received on 2009-09-11 16:42:47 CEST