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

Re: A couple thousand mp3 files (this is not spam <honest> I swear </honest>)

From: Stefan Hett <stefan_at_egosoft.com>
Date: Tue, 16 Aug 2016 15:17:39 +0200

Hi,
On 8/13/2016 2:56 AM, Adam Jensen wrote:
> My primary concerns are related to any potential file corruption, any
> data duplication, and/or any excessive network or disk I/O (other than
> the expected load of direct data communication).
Just to have this mentioned: Be aware that the working copy (aka: the
checked out data of the repository) will have a 2x storage requirement
on the data since it will keep a copy of the pristine version of the
file in addition to the "actual" file.
If this is a concern for your use-case, you could export the files and
only use a working copy in cases where you need to commit or reorder files.

To clarify: This is purely a client side storage requirement. It does
not apply to the storage requirements on the server side.

-- 
Regards,
Stefan Hett
Received on 2016-08-16 15:17:52 CEST

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.