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

Re: Query: svn externals and export

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Thu, 10 Dec 2009 15:30:23 -0600

On Dec 10, 2009, at 05:46, Andrew Hardy wrote:

>>> I was hoping to avoid performing a checkout as this would create all the .svn directories, etc.
>>
>> Yes it would, if by "etc." you mean the contents of the .svn directories.
>>
>>> and effectively double the data downloaded.
>>
>> There is no difference in the amount of data downloaded from the repository server to the client between the checkout and export command. The difference is that the checkout command makes a second copy of the files on the client, and adds additional administrative data, in the .svn directories. So the only "problem" with a checked out working copy is the extra disk space it takes on the client; you'll have to compare the disk space available with the size of your project to know if this is going to be a problem.
>
> It's more an issue of the time it takes to bring down the data, which can have an impact on some of the users.

The time taken to bring down the data from the repository server to the client is identical whether you're doing an export or a checkout. Unless you're not talking about the transfer between the repository and the client, but between some other two systems (if so, please explain).

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2429595

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-10 22:31:16 CET

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.