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

Re: Merge error (Failed to read tmp.tmp file)

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-10-28 22:56:42 CET

"Shawn Bissell (RezRez)" <shawn.bissell@rezolution.com> writes:

>> cd C:\trunk
>> svn merge -r 43:HEAD file:///d:/svn/repos/4.02/
>
> G Source\rminsurancedetail.asp
> G Source\rmInfoVendor.asp
> svn: End of file found
> svn: Failed to read file 'Source/rmBookingFunctions.asp.tmp.tmp'.

It may be a coincidence, but I got the same error while investigating
what proved to be a memory overwrite in the fs node cache. In my case
I was running

   svn diff -r117:188 file://`pwd`/empty-space

which uses much of the same code as merge. Once I fixed the fs memory
overwrite (in revision 7523) the problem went away.

You don't say which version of Subversion you are using, but if it is
one of the releases then you won't have the 7523 fix. If you are
seeing an effect of the memory overwrite then changing the command
might help, you could try svn:// or http://, or try two consecutive
merges using -r43:X -rX:HEAD.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 28 22:57:36 2003

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.