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

svn cp problem

From: Bernd Walter <ticso_at_cicely5.cicely.de>
Date: 2002-08-11 19:43:55 CEST

[476]cicely5> svn update
At revision 36.
[477]cicely5> svn cp testfile testfile2
[478]cicely5> svn commit -m test testfile2
Adding testfile2
svn: RA layer request failed
svn: Commit failed (details follow):
svn: COPY of testfile2: 502 Bad Gateway
Exit 1

My httpd log shows:
10.1.1.7 - ticso [11/Aug/2002:19:25:06 +0200] "REPORT /svn/users/ticso/test HTTP/1.1" 200 435 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - - [11/Aug/2002:19:25:27 +0200] "OPTIONS /svn/users/ticso/test HTTP/1.1" 401 1349 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:27 +0200] "OPTIONS /svn/users/ticso/test HTTP/1.1" 200 183 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:27 +0200] "MKACTIVITY /svn/!svn/act/8841c6ec-f2a7-0310-af6a-bf01433116ca HTTP/1.1" 201 294 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:28 +0200] "PROPFIND /svn/users/ticso/test HTTP/1.1" 207 387 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:28 +0200] "PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 337 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:28 +0200] "CHECKOUT /svn/!svn/bln/36 HTTP/1.1" 201 309 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:29 +0200] "PROPPATCH /svn/!svn/wbl/8841c6ec-f2a7-0310-af6a-bf01433116ca/36 HTTP/1.1" 207 314 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:29 +0200] "PROPFIND /svn/users/ticso/test HTTP/1.1" 207 355 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:30 +0200] "CHECKOUT /svn/!svn/ver/29/users/ticso/test HTTP/1.1" 201 323 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:30 +0200] "PROPFIND /svn/users/ticso/test/testfile2 HTTP/1.1" 404 260 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:30 +0200] "PROPFIND /svn/users/ticso/test/testfile HTTP/1.1" 207 498 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:31 +0200] "PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 390 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:32 +0200] "COPY /svn/!svn/bc/36/users/ticso/test/testfile HTTP/1.1" 502 326 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"

My httpd-error log shows:
[Sun Aug 11 19:25:30 2002] [error] [client 10.1.1.7] Could not fetch resource information. [404, #0]
[Sun Aug 11 19:25:30 2002] [error] [client 10.1.1.7] could not determine resource kind [404, #21073]
[Sun Aug 11 19:25:30 2002] [error] [client 10.1.1.7] (17)File exists: file not found: revision `36', path `/users/ticso/test/testfile2' [404, #21073]

This is r2927 + 2933:2934 under Apache 2.0.40

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 11 19:44:33 2002

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.