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

Re: Failures importing binaries

From: Alex R. Mosteo <alejandro_at_mosteo.com>
Date: 2004-09-02 15:25:42 CEST

Joerg Hessdoerfer wrote:
> Hi again,
>
> Yuck! Typical better_read_first_then_post situation...
>
> Ignore my previous post, I didn't see you import via http://. Apache runs
> under 'nobody', right?

That's is ;)

Last access logs from apache:

1xx.xxx.xxx.xx1 - jano [02/Sep/2004:15:01:22 +0200] "PUT
/svn-test/!svn/wrk/e167e8ef-1ae3-0310-99cb-82a487d942f6/test_data/random-4657.bin
HTTP/1.1" 201 365
1xx.xxx.xxx.xx1 - jano [02/Sep/2004:15:01:23 +0200] "PROPPATCH
/svn-test/!svn/wrk/e167e8ef-1ae3-0310-99cb-82a487d942f6/test_data/random-4657.bin
HTTP/1.1" 207 490
1xx.xxx.xxx.xx1 - jano [02/Sep/2004:15:01:23 +0200] "PUT
/svn-test/!svn/wrk/e167e8ef-1ae3-0310-99cb-82a487d942f6/test_data/random-3928.bin
HTTP/1.1" 201 365
1xx.xxx.xxx.xx1 - jano [02/Sep/2004:15:01:23 +0200] "PROPPATCH
/svn-test/!svn/wrk/e167e8ef-1ae3-0310-99cb-82a487d942f6/test_data/random-3928.bin
HTTP/1.1" 207 490
1xx.xxx.xxx.xx1 - jano [02/Sep/2004:15:01:23 +0200] "PUT
/svn-test/!svn/wrk/e167e8ef-1ae3-0310-99cb-82a487d942f6/test_data/random-2678.bin
HTTP/1.1" 201 365
1xx.xxx.xxx.xx1 - jano [02/Sep/2004:15:01:33 +0200] "DELETE
/svn-test/!svn/act/e167e8ef-1ae3-0310-99cb-82a487d942f6 HTTP/1.1" 204 -

It seems every file has a pair PUT/PROPPATCH. The PROPPATCH seems to be
applied only for binary files. The last DELETE, ten seconds (my
configured http timeout) later seems to be the rollback after the
failure. The last PUT without PROPPATCH, even being the file binary,
corresponds with the last file tried to be sent by svn:

svn: PUT of
/svn-test/!svn/wrk/e167e8ef-1ae3-0310-99cb-82a487d942f6/test_data/random-2678.bin:
timed out waiting for server

Does apache log an access before servicing it?

The error log is completely clean.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 2 15:25:14 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.