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

Re: binary file size limit? (4.2GB retry - success)

From: Jeff Bowden <jlb_at_houseofdistraction.com>
Date: 2004-03-12 17:55:08 CET

Ben Collins-Sussman wrote:

>> On the other hand, given the statements about (4), maybe that
>>temp file could be moved/renamed to become the text-base file rather
>>than yet another copy. Maybe this is already done efficiently and I'm
>>just unaware of that and misreading this conversation.
>>
>>
>
>Oops, yeah, actually, I forgot about that detail. We *do* do a 'mv'
>from .svn/tmp/ to .svn/text-base.
>
>

Correct me if I'm wrong but I believe that on MSDOS and MS Windows the
'mv' operation is only cheap when the file stays in the same directory
(i.e. it's actually a 'rename'). When the file moves to another
directory it is first copied to the new location and then the source
gets deleted.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 12 17:56:27 2004

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.