You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter Milner <pe...@hotmail.com> on 2006/04/18 13:24:39 UTC

Problem committing new files only (PROPFIND request gets 500 err)

I've been having some strange problems committing to an svn repository 
served by Apache2 over https. I don't see the problem over http.

I am able to authenticate, checkout a working copy, create initial directory 
structure and commit that ... but when I try to create a new file and commit 
the new file I get the following error:

svn: Commit failed (details follow):
svn: PROPFIND request failed on '/svn/trunk/test2.tmp'
svn: PROPFIND of '/svn/trunk/test2.tmp': 500 Internal Server Error 
(https://myserver.com)

However, if I create a new directory and put a file in that new directory, I 
can commit that without any problems. Which I don't understand ...

So far I've only encountered this problem when creating a new file by 
itself. This problem occurs for every user currently accessing the 
repository.

Does anyone have any ideas what I might be doing wrong?

To summarize: I can checkout a working copy, create directories, create a 
file at the same time I create its parent directory, delete files, delete 
directories, modify existing files, and update my working copy ... but when 
I try to create a new file on its own, I get the 500 error as described 
above.

Here are the offending entries in the Apache access logs:

?.?.?.? - - [12/Apr/2006:15:00:21 -0400] "OPTIONS /svn/trunk HTTP/1.1" 200 
183 "-" "SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - - [12/Apr/2006:15:00:21 -0400] "MKACTIVITY 
/svn/!svn/act/4225fd8b-3c11-0410-9909-a5816c4fc54d HTTP/1.1" 401 - "-" 
"SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - user [12/Apr/2006:15:00:21 -0400] "MKACTIVITY 
/svn/!svn/act/4225fd8b-3c11-0410-9909-a5816c4fc54d HTTP/1.1" 201 418 "-" 
"SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - - [12/Apr/2006:15:00:21 -0400] "PROPFIND /svn/trunk HTTP/1.1" 207 
428 "-" "SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - - [12/Apr/2006:15:00:21 -0400] "PROPFIND /svn/!svn/vcc/default 
HTTP/1.1" 207 389 "-" "SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - user [12/Apr/2006:15:00:21 -0400] "CHECKOUT /svn/!svn/bln/10 
HTTP/1.1" 201 433 "-" "SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - user [12/Apr/2006:15:00:21 -0400] "PROPPATCH 
/svn/!svn/wbl/4225fd8b-3c11-0410-9909-a5816c4fc54d/10 HTTP/1.1" 207 349 "-" 
"SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - - [12/Apr/2006:15:00:21 -0400] "PROPFIND /svn/trunk HTTP/1.1" 207 
385 "-" "SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - user [12/Apr/2006:15:00:21 -0400] "CHECKOUT /svn/!svn/ver/10/trunk 
HTTP/1.1" 201 436 "-" "SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - user [12/Apr/2006:15:00:21 -0400] "PROPFIND /svn/trunk/test2.tmp 
HTTP/1.1" 500 2867 "-" "SVN/1.2.3 (r15833) neon/0.24.7"
?.?.?.? - user [12/Apr/2006:15:00:21 -0400] "DELETE 
/svn/!svn/act/4225fd8b-3c11-0410-9909-a5816c4fc54d HTTP/1.1" 204 - "-" 
"SVN/1.2.3 (r15833) neon/0.24.7"

Any ideas?

_________________________________________________________________
Take advantage of powerful junk e-mail filters built on patented Microsoft� 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines 
  Start enjoying all the benefits of MSN� Premium right now and get the 
first two months FREE*.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org