[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: Tommy Knowlton <Tommy_at_KE4KUG.net>
Date: 2007-09-05 22:23:52 CEST

One thing that I have done with success, is using 'svn co -N' in a
directory that has several large children, when I only want one or two
of the subdirs. For example, I needed just today to 'svn mv' a tree into
a deeper nesting level, but I didn't want my wc to have the many other
very large subtrees that are peer at the top level. So, I did 'svn co -N
trunk; cd trunk; svn up -N one; svn up -N other; svn mv one other/; svn
ci -m"put one below the other"'

Unfortunately, the -N option only prevents subDIRECTORIES from being
checked out, not the leaves (files). So, YMMV.
HTH,
\Tommy

Erik Huelsmann wrote:

>On 9/5/07, Christian Convey <christian.convey@gmail.com> 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?
>>
>>
>
>Hi Christian,
>
>We have wanted to address this issue for a long time now, but
>unfortunately, it's been blocked by other important/more important
>features.
>
>This issue is tracked in the issue tracker, here:
>http://subversion.tigris.org/issues/show_bug.cgi?id=525
>
>bye,
>
>Erik.
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 5 22:20:56 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.