I get this type of error often. It seems like in my case the files are
getting locked by my virus scanner. Maybe your Samba share is being
monitored by some program that tampers with newly created files.
On 4/19/06, derek fong <fong@htc.ca> wrote:
>
> 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 20:12:19 2006