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

Bug in svn on MacOS X

From: Geoffrey Alan Washburn <geoffw_at_cis.upenn.edu>
Date: 2005-06-01 02:04:41 CEST

Okay, I'll give it another try. On a partition formatted as UFS

% cd /tmp
% svnadmin create foo
% mkdir bar
% cd bar
% svn co file:///tmp/foo
Checked out revision 0.
% touch baz
% xattr --set qux quux baz
% svn add baz ._baz
A (bin) ._baz
A baz
% svn commit -m "quuux"
Adding (bin) ._baz
Adding baz
Transmitting file data ..
Commited revision 1.
% cd /tmp
% mkdir blorf
% cd blorf
% svn co file:///tmp/foo
Checked out revision 1.
% svn update
svn: Can't copy '.svn/text-base/._baz.svn-base' to
'.svn/tmp/text-base/._baz.svn-base.tmp': No such file or directory
% ls -la .svn/text-base
drwxr-xr-x 2 geoffw wheel 1024 May 31 19:57 ./
drwxr-xr-x 7 geoffw wheel 1024 May 31 19:57 ../
-r--r--r-- 1 geoffw wheel 0 May 32 19:56 baz.svn-base
%

So what exactly is the problem here? Should I file this as a bug?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 1 02:07:07 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.