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

Error checking out source to Samba share on Mac OS X

From: derek fong <fong_at_htc.ca>
Date: 2006-04-19 19:35:07 CEST

Hi,

I am using Subversion 1.3.1 (client) on Mac OS X 10.4.6 to connect to
a repository hosted on a Debian (Sarge) server.

When I attempt to perform a checkout of a project to a Samba share
(hosted on the same Debian server as the repository, mounted on OS
X), the operation runs for a while, but then I consistently get the
following error at the same point each time:

svn co $SVN/test/trunk test
[...]
A test/lib/pear/tests/Log/tests/singleton.out
A test/lib/pear/tests/Log/tests/singleton.diff
A test/lib/pear/tests/Log/tests/error_log.log
A test/lib/pear/tests/Log/tests/sql_ident.exp
subversion/libsvn_wc/log.c:338: (apr_err=155009)
svn: In directory 'test/lib/pear/tests/Log/tests'
subversion/libsvn_subr/io.c:565: (apr_err=5)
svn: Can't copy 'test/lib/pear/tests/Log/tests/.svn/tmp/text-base/
null.exp.svn-base' to 'test/lib/pear/tests/Log/tests/null.exp.tmp':
Input/output error

However, I can perform a checkout of the same project to a local (HFS
+-formatted) directory without incident.

I've Googled around and found some suggestions that this might be due
to the case-insensitive nature of the HFS+ filesystem, but there are
no other project files similarly named, so I have ruled out that
possibility. Also, from what I can tell, svn is trying to copy
null.exp.svn-base to null.exp.tmp, so I tried copying it myself after
I got that error (using cp, not using Subversion) and it worked, so
this does not appear to be an OS bug or anything like that.

Any tips or insight would be most appreciated.

Thanks,

-f

--
Derek Fong <derek.fong@htc.ca>
Web Application Developer
High-Touch Communications
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 19 19:37:34 2006

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.