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

Subversion breaks on ._ files in MacOS X 10.4

From: Geoffrey Alan Washburn <geoffw_at_cis.upenn.edu>
Date: 2005-05-29 02:28:51 CEST

        I recently upgraded to MacOS X 10.4 from 10.3 and have been noticing
some unusual behavior with respect to ._ files created on a UFS file
system.

% rm -rf logo
% svn update logo
A logo
A logo/foo-logo-256.png
A logo/foo-logo-bw.ai
A logo/._foo-logo-color.ai
A logo/foo-logo-color.ai
A logo/foo-logo-64.png
A logo/._foo-logo-bw.ai
A logo/foo-logo-128.png
svn: In directory 'logo'
svn: Can't copy 'logo/.svn/tmp/text-base/._foo-logo-bw.ai.svn-base'
to 'logo/._foo-logo-bw.ai.tmp': No such file or directory
% cd logo
% ls -la
total 374
drwxr-xr-x 3 geoffw geoffw 1024 May 14 15:01 ./
drwxr-xr-x 9 geoffw geoffw 2048 May 14 15:01 ../
-rw-r--r-- 1 geoffw geoffw 0 May 14 15:01 ._foo-logo-bw.ai.tmp
drwxr-xr-x 7 geoffw geoffw 1024 May 14 15:01 .svn/
-rw-r--r-- 1 geoffw geoffw 11492 May 14 15:01 foo-logo-256.png
-rw-r--r-- 1 geoffw geoffw 0 May 14 15:01 foo-logo-256.png.tmp
-rw-r--r-- 1 geoffw geoffw 2939 May 14 15:01 foo-logo-64.png
-rw-r--r-- 1 geoffw geoffw 177175 May 14 15:01 foo-logo-bw.ai
-rw-r--r-- 1 geoffw geoffw 184411 May 14 15:01 foo-logo-color.ai
%

I'm using Subversion 1.1.4 on 10.4.1. Is there any hope that this
problem will be resolved?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 29 03:45:06 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.