axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: Sourceforge-Google


From: Ben Collins-Sussman
Subject: [Axiom-developer] Re: Sourceforge-Google
Date: Fri, 13 Oct 2006 09:19:03 -0500

On 10/13/06, Alfredo Portes <address@hidden> wrote:

In a checkout of silver trunk from sourceforge in a windows box I get
this error:

Error: REPORT request failed on '/svnroot/axiom/!svn/vcc/default'
Error: REPORT of '/svnroot/axiom/!svn/vcc/default': Could not read
chunk delimiter: Secure connection truncated
(https://svn.sourceforge.net)

I can't speak for sourceforge, but this is definitely a server error.
Some sort of crash is happening on their server, probably due to
misconfiguration of their proxies.  It should be reported, especially
if it's reproducible.




Now, a checkout of Google trunk I get this other error:

Error: In directory 'C:\Documents and
Settings\alfredo\Desktop\axiom\axiom\src\hyper\pages'
Error: Can't copy 'C:\Documents and
Settings\alfredo\Desktop\axiom\axiom\src\hyper\pages\.svn\tmp\text-base\poly.pht.svn-base'
to 'C:\Documents and
Settings\alfredo\Desktop\axiom\axiom\src\hyper\pages\.svn\tmp\poly.pht.tmp.tmp':
The system cannot find the file
Error: specified.


This is a classic windows error:  you're trying to check out a
directory which contains two files that differ only in case.
(POLY.pht and poly.pht).  This works fine on Unix systems, but not on
win32 filesystems which are case-insensitive.  The two files simply
cannot coexist in the same directory on windows... windows considers
them to be the same file.

You need to clean up the files in that repository directory, so that
the directory can happily exist on win32.    Either have a unix person
delete redundant files (are POLY.pht and poly.pht identical?), or
rename them.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]