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

Re: How to avoid pristine copy for really big files?

From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-09-06 08:12:55 CEST

On Sep 4, 2007, at 5:00 PM, Christian Convey wrote:

> I've got a project that has some really big binary files checked
> into SVN.
>
> The files are so large (relative to the amount of available
> client-side storage) that I'd really like to avoid having Subversion
> keep two copies of each file on the client side: one exposed copy,
> plus one pristine copy under the .svn directory.
>
> Is there any way I can get this down to just one client-side copy
> rather than two?

svk uses a different working copy format so will have only one copy
of the file, but you have a copy of the repository instead, so
there's still a cost. If you have multiple working copies checked
out from the same repository, then svk has a savings there.

Regards,
Blair

-- 
Blair Zajac, Ph.D.
CTO, OrcaWare Technologies
<blair@orcaware.com>
Subversion training, consulting and support
http://www.orcaware.com/training/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 6 08:10:21 2007

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.