[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: Aaron Hilton <otri_at_uvic.ca>
Date: 2005-03-02 10:54:00 CET

Hi Stephen,

The adding worked fine. SVN marked the .strings file correctly as
binary when added (iirc).
  Just the commit afterwards hangs. That's when it tries to transmit the
file to the WebDAV repository.

- Aaron.

On Mar 2, 2005, at 1:24 AM, Stephen Davis wrote:

> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 2 16:48:25 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.