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

Re: Problem committing new files through apache2 on OS X

From: Stephen Davis <subversion_at_soundgeek.org>
Date: 2005-03-02 10:24:50 CET

If I'm reading this correctly, it looks like it's barfing on the
InfoPlist.strings file. These files are typically UTF-16 with
byte-order marks at the beginning of the file so svn and/or apache may
be getting confused about whether or not it's text. Is it actually
hanging during the add or the commit after the add? You may want to
enable auto-props and add an entry to mark .strings files as binary
data. That will take the guesswork out of the add process and might
make it work.

This may be Apache-specific b/c I have a file:// repository with
.strings files in them and they are all marked application/octet-stream
as expected. I converted my CVS repository with the cvs2svn script
which may or may not make a difference.

hth,
stephen

On Mar 2, 2005, at 12:58 AM, Aaron Hilton wrote:

> My server resides on a dual g5 machine running OS X 10.3.8. (plain ol'
> client os version)
>
> The problem I have is the inability to add certain files to the
> repository. SVN just hangs forever when it attempts to commit the
> file.
>
> The file is a binary (bin), but I think I've seen this happen with
> ordinary text files. Also, the problem has 'gone away' by simply
> renaming the offending file and adding that one instead. There is no
> rhyme or reason to this hang, nor its relation to the file naming.
> I've experimented a bit; it is not caused by spaces, case sensitivity,
> or anything obvious in the filename. Anyway, I would like to not
> rename this particular file since this is the default filename for
> Xcode.
>
> I'm really baffled.
> - Aaron.
>
> I've installed using Fink:
> Apache2 version 2.0.52-10, (mpm-worker)
> libapache2-mod-svn version 1.1.3-11
> SVN version 1.1.3-11
>
> Here's the output generated by apache:
> (access log)
> [my-ip-was-here] - - [02/Mar/2005:00:42:19 -0800] "OPTIONS
> /svn/Tools/Editor/English.lproj HTTP/1.1" 401 490
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "OPTIONS
> /svn/Tools/Editor/English.lproj HTTP/1.1" 200 183
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "MKACTIVITY
> /svn/!svn/act/d16ab97d-50f1-0310-b52a-b7b7121bb5b8 HTTP/1.1" 201 313
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "PROPFIND
> /svn/Tools/Editor/English.lproj HTTP/1.1" 207 449
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "PROPFIND
> /svn/!svn/vcc/default HTTP/1.1" 207 390
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "CHECKOUT
> /svn/!svn/bln/125 HTTP/1.1" 201 329
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "PROPPATCH
> /svn/!svn/wbl/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/125 HTTP/1.1" 207
> 350
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "PROPFIND
> /svn/Tools/Editor/English.lproj HTTP/1.1" 207 428
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "CHECKOUT
> /svn/!svn/ver/122/Tools/Editor/English.lproj HTTP/1.1" 201 352
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "PROPFIND
> /svn/Tools/Editor/English.lproj/InfoPlist.strings HTTP/1.1" 404 335
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "PUT
> /svn/!svn/wrk/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/Tools/Editor/
> English.lproj/InfoPlist.strings HTTP/1.1" 201 358
> [my-ip-was-here] - otri [02/Mar/2005:00:42:19 -0800] "PROPPATCH
> /svn/!svn/wrk/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/Tools/Editor/
> English.lproj/InfoPlist.strings HTTP/1.1" 207 523
>
> (error log)
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: OPTIONS
> /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> OPTIONS /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: OPTIONS
> /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> OPTIONS /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: MKACTIVITY
> /svn/!svn/act/d16ab97d-50f1-0310-b52a-b7b7121bb5b8 HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> MKACTIVITY /svn/!svn/act/d16ab97d-50f1-0310-b52a-b7b7121bb5b8 HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: PROPFIND
> /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> PROPFIND /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: PROPFIND
> /svn/!svn/vcc/default HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> PROPFIND /svn/!svn/vcc/default HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: CHECKOUT
> /svn/!svn/bln/125 HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> CHECKOUT /svn/!svn/bln/125 HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: PROPPATCH
> /svn/!svn/wbl/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/125 HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> PROPPATCH /svn/!svn/wbl/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/125
> HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: PROPFIND
> /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> PROPFIND /svn/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: CHECKOUT
> /svn/!svn/ver/122/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> CHECKOUT /svn/!svn/ver/122/Tools/Editor/English.lproj HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: PROPFIND
> /svn/Tools/Editor/English.lproj/InfoPlist.strings HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> PROPFIND /svn/Tools/Editor/English.lproj/InfoPlist.strings HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: PUT
> /svn/!svn/wrk/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/Tools/Editor/
> English.lproj/InfoPlist.strings HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said: PUT
> /svn/!svn/wrk/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/Tools/Editor/
> English.lproj/InfoPlist.strings HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional hook test said: PROPPATCH
> /svn/!svn/wrk/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/Tools/Editor/
> English.lproj/InfoPlist.strings HTTP/1.1
> [Wed Mar 02 00:42:19 2005] [error] Optional function test said:
> PROPPATCH
> /svn/!svn/wrk/d16ab97d-50f1-0310-b52a-b7b7121bb5b8/Tools/Editor/
> English.lproj/InfoPlist.strings HTTP/1.1
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 2 10:27:48 2005

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.