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

Error running context

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 30 Nov 2012 19:16:33 +0100

Hi,

Using an svn build of trunk from about two hours ago, I'm trying to
commit a binary file to the TSVN repository on Google code. Tried
several times, and others have the same problem when they try to commit
this file.

Here's how to reproduce:

$ svn co
https://tortoisesvn.googlecode.com/svn/trunk/src/Resources/tools tools

get the file here:
https://skydrive.live.com/redir?resid=D000F60A347E5B37!11352
and replace the one in 'tools' with this one.

$ svn ci -m "" tools

Sending tools\convert.exe
Transmitting file data
.D:\Development\SVN\TortoiseSVN\ext\subversion\subversion
\svn\commit-cmd.c:183: (apr_err=20014)
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_client\commit.c:
1964: (apr_err=20014)
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_client\commit.c:
1088: (apr_err=20014)
svn: E020014: Commit failed (details follow):
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_client\commit.c:
1891: (apr_err=20014)
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_client\commit_ut
il.c:1846: (apr_err=20014)
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_wc\adm_crawler.c
:1174: (apr_err=20014)
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_ra_serf\commit.c
:2123: (apr_err=20014)
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_ra_serf\util.c:8
19: (apr_err=20014)
D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_ra_serf\util.c:7
86: (apr_err=20014)
svn: E020014: Error running context: Internal error

Obviously you need commit access to the TSVN repo, so please tell me
your GCode username and I'll get you that.

I've also tried to commit the file to my test repo on a Windows Apache
setup, and there is succeeded when I added the file.
But then when I tried to commit a change to that file (copied over
another version of the file), it failed with:
Commit failed (details follow):
Error running context: An existing connection was forcibly closed by the
remote host.

Unfortunately there's nothing in the apache error log.

svn, version 1.8.0-dev (under development)
    compiled Nov 30 2012, 18:21:15 on x86-microsoft-windows

Copyright (C) 2012 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
   - with Cyrus SASL authentication
   - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
   - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using
serf.
   - handles 'http' scheme
   - handles 'https' scheme

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
Received on 2012-11-30 19:17:11 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.