Re: A couple thousand mp3 files (this is not spam <honest> I swear </honest>)
From: Adam Jensen <hanzer_at_riseup.net>
Date: Wed, 17 Aug 2016 15:13:09 -0400
On 08/17/2016 12:55 AM, Ryan Schmidt wrote:
Situation summary for the many-large-files scenario. Something like:
svn checkout svn://URL/ProjX/branches/profile1 ~/test
the branch switch will work nicely with a many-large-files data-set,
Alternatively, using the export method:
svn export svn://URL/ProjX/branches/profile1 ~/test
will transfer all of the files of profile1 and the storage requirements
To switch branches (using the export method):
svn export svn://URL/ProjX/branches/profile1 ~/test
rm -rf ~/test
So basically, the checkout method will require twice (2x) the data-set
|
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.