Problems with Subversion?

A place for people to post strange occurances that could be potential bugs.

Moderator: Board moderators

Post Reply
Xypher
Luser
Posts: 14
Joined: Wed Jun 29, 2005 11:16 pm

Problems with Subversion?

Post by Xypher »

I'm trying to get the latest sources from Subversion using this command:

Code: Select all

svn co https://svn.sourceforge.net/svnroot/crossfire/server/branches/1.x crossfire
The checkout process started OK, but after about 20 files it crashed, and now it crashes every time with the same error message:
svn: REPORT request failed on '/svnroot/crossfire/!svn/vcc/default'
svn: REPORT of '/svnroot/crossfire/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.sourceforge.net)
I did some searching on Google, but didn't find anything like this. What's strange is that I can checkout the code from a different Sourceforge project that uses Subversion. Has anyone else had this problem, and if so, how can I fix this so I can get the new server sources?

EDIT: I was able to check out the client from SVN, but still not the server...
EDIT2: Started to check out the arches, but got the same error after this line:
A arch/floor/inlayed/lightmagent-green-p-marble.base.111.png
Rednaxela
Senior member
Posts: 434
Joined: Wed Jan 26, 2005 5:13 am

Re: Problems with Subversion?

Post by Rednaxela »

Xypher wrote:
svn: REPORT request failed on '/svnroot/crossfire/!svn/vcc/default'
svn: REPORT of '/svnroot/crossfire/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.sourceforge.net)
sf.net SVN does some strange issues with large checkouts where it truncates the connection from time to time. You can either retry more until you get lucky, OR a better method is just do a "svn update", to make it continue getting files where it left off. The update trick worked for me anyways.

Hmm, I wonder if someone should file a bug report to sf.net on this.
Post Reply