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

More on timeout with large commits

From: Steve Williams <stevewilliams_at_kromestudios.com>
Date: 2003-07-18 04:14:42 CEST

I disabled http-compression by setting the registry value as shown in the
Book. The servers file was nowhere to be found in $APPDATA, as apparently
there should have been a file created when svn was run for the first time.
There was a proxies file, but no servers file.

[HKEY_LOCAL_MACHINE\SOFTWARE\Tigris.org\Subversion\Servers\DEFAULT]
"http-compression"="no"

No other servers files or entries are in HKCU or $APPDATA folders.

A large commit (285MB in 9,761 files) still failed with the MERGE request
timeout.

F:\ty2\data\Data>svn commit Cutscenes -m "Initial commit"
[directory and files committed]
svn: RA layer request failed
svn: Commit failed (details follow):
svn: MERGE request failed on '/repos/ty2/trunk/data/Data'
svn: MERGE of '/repos/ty2/trunk/data/Data': timed out waiting for server
(http://julius)

Now try again.

F:\ty2\data\Data>svn commit Cutscenes -m "Initial commit"
Adding Cutscenes
svn: RA layer request failed
svn: Commit failed (details follow):
svn: MKCOL of
/repos/ty2/!svn/wrk/7f7e3478-a219-d84a-9ef6-7128675f8c64/trunk/data/Data/Cut
scenes: 405 Method Not Allowed (http://julius)

I found a transaction in limbo from the first commit that I removed.

Try to get an update from the repository.

F:\ty2\data\Data>svn update Cutscenes
svn: Filesystem has no item
svn: REPORT request failed on '/repos/ty2/!svn/vcc/default'
svn:
file not found: revision `0', path `/trunk/data/Data'

I can no longer commit nor update that directory. Possibly time to start a
new repository again.

Sly

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 04:15:37 2003

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.