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

RE: Subversion Failed - Not finding solution

From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 20 Jun 2013 18:08:54 +0200

> -----Original Message-----
> From: Stefan Sperling [mailto:stsp_at_elego.de]
> Sent: donderdag 20 juni 2013 13:18
> To: Fredric QJ Blåholtz
> Cc: users_at_subversion.apache.org; guenther.schabus_at_rs-software.at;
> Verónica Santos
> Subject: Re: Subversion Failed - Not finding solution
>
> On Thu, Jun 20, 2013 at 02:45:11AM -0700, Fredric QJ Blåholtz wrote:
> > I have the same problem.
> >
> > First the download link was wrong, they had forgotten the .html on the
> > webadress and now I get the same exact error message here - have
> someone
> > forgotten to change something in that file "ra.c"?
> > I'm trying a previous version, perhaps it was compiled when sober...
;-)
> >
> > I was installing on Windows XP Home, I've had TortoiseSVN installed
before
> > I had to swap harddrives and reinstall everything from scratch, an
earlier
> > version ofcourse, and it has always worked perfectly for several years.
> > That row "
> > 'D:\Development\SVN\Releases\TortoiseSVN-
> 1.8.0\ext\subversion\subversion\libsvn_client\ra.c'"
> > Where does that come from, is it the place where I'm fetching, some
> adress
> > that the compiler-person has when making the current release? It's not a
> > fileadress on my computer at least.
> >
> > I was trying to check out: "http://svn2.xp-
> dev.com/svn/1541UltimateII/trunk"
> >
> > But it seems someone compiling this version messed up, right?
> >
>
> Has anybody ruled out whether this problem is specific to TortoiseSVN?
>
> Can you check out from the repository with the 'svn.exe' binary which
> can be optionally installed along with TortoiseSVN?
> (http://gaurangpatel.net/posted_images/SVN-checkout-using-BATCH-and-
> Powershell_A0FD/SVNInstall.png)

I can reproduce this problem with 1.8.0 / trunk
svn co http://svn2.xp-dev.com/svn/1541UltimateII/trunk tmp

Looking with the debugger I see that serf ignores a HTTP 411 - Length
Required error and just returns the default (invalid) revision as SUCCESS
value.

My educated guess would be that this server runs behind some proxy server
that doesn't support Chunked transfers.

        Bert
Received on 2013-06-20 18:09:50 CEST

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

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