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

cannot svn checkout

From: <gaxprels_at_iwon.com>
Date: 2004-03-06 23:28:00 CET

Hello,
I've checked google and found one message with this same problem, but the user is using a pre 1.0 version of subversion. I went to #svn on IRC, and was directed to send a message to the mailing list.

I am using Windows XP with SP1 and all patches up to date, Apache 2.0.48, and subversion 1.0 installed with the windows installer.

I have the webdav modules loaded, followed by the svn modules in the Apache config file.

I have created a repository using svnadmin import from an existing directory. All files in the directory are named with plain ASCII text and do not have spaces in their names. I can use svnlook info on the repository without problems. I can use a web browser to view the repository without problems. I have not had a previous version of subversion installed on this system, ever.

The Apache config file has this at the bottom:
Location /svn
    DAV svn
    SVNParentPath "C:\SVN_REPOSITORY"
    AuthType Basic
    AuthName "Subversion repository"
    AuthUserFile "C:\SVN_ETC\svn-auth-file"
    LimitExcept GET PROPFIND OPTIONS REPORT
        Require valid-user
    /LimitExcept
/Location

All brackets were removed from approriate apache config tags, so the info can be seen in html viewers. The name of the repository is "SaturdayMorning" and it resides in C:\SVN_REPOSITORY\SaturdayMorning

The command being issued to checkout the repository is:
svn checkout --username user http://localhost/svn/SaturdayMorning

The Apache error log contains the following:
[Sat Mar 06 14:03:10 2004] [error] [client 127.0.0.1] Provider encountered an error while streaming a REPORT response. [500, #0]
[Sat Mar 06 14:03:10 2004] [error] [client 127.0.0.1] A failure occurred while driving the update report editor [500, #190004]

The command line displays the following error:
svn: REPORT request failed on '/svn/SaturdayMorning/!svn/vcc/default'
svn: REPORT of '/svn/SaturdayMorning/!svn/vcc/default': Could not parse chunk size (http://localhost)

I found this while googling:
http://www.contactor.se/~dast/svnusers/archive-2003-11/0918.shtml

I am not running a proxy, either.

If any more information is needed, I will provide as necessary.

Thanks in advance for any help that can be offered.

Respectfully,
Stefan Johnson

_______________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 6 23:28:24 2004

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.