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

Re: svn update failed: Can't copy - no such file or directory

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-02-11 01:16:33 CET

"Graham Leggett" <minfrin@sharp.fm> writes:

> I have a subversion repository

Do you mean "working copy" rather than "repository"? If you checkout
a new working copy does the problem persist?

> where an attempt to svn update results in
> this:
>
> [snip]
> A src/QADLibs/tools/VectorMatrix.cc
> A src/QADLibs/tools/string_array_harness.cc
> A src/QADLibs/tools/int_array.cc
> A src/QADLibs/tools/VectorMatrix.h
> subversion/libsvn_wc/log.c:329: (apr_err=155009)
> svn: In directory 'src/QADLibs/tools'
> subversion/libsvn_subr/io.c:546: (apr_err=2)
> svn: Can't copy
> 'src/QADLibs/tools/.svn/tmp/text-base/Date_array_harness.cc.svn-base' to
> 'src/QADLibs/tools/Date_array_harness.cc.tmp': No such file or directory

Odd, the destination 'Date_array_harness.cc.tmp' has a '.tmp' suffix
that is not present in the source 'Date_array_harness.cc.svn-base'.
When this fails does the working copy remain locked (status 'L')? If
so please show us the log file '.svn/log' in the locked directory.

Another thing that would help would be for you to run the client under
a debugger, set a breakpoint at io.c:546 and give us a stack trace.

> Deleting the QADLibs directory entirely and svn update'ing from scratch
> results in the same error.

Also odd.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 11 01:18:23 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.