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

Re: Local Import

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-09-18 17:47:03 CEST

On 9/18/07, Greg R <alt_greg@yahoo.com> wrote:
> Hi,
>
> I am often in a situation where I need to import large amounts of data into
> the SVN database. This can take a very long time on over the office
> ethernet connection. If I do the import on the machine where the database
> is stored, will I still be subject to the limitations of the ethernet
> connection? Is it possible to import to the database locally to speed up
> this process?

Have you confirmed that the network is in fact the bottleneck, and not
the CPU/RAM/disk of the server itself?

Doing the import local to the server, especially if you use file:///
or svn|http://127.0.0.1 (instead of the actual hostname) should
eliminate the network traffic.

It costs you nothing but a little time to try for yourself though.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Sep 18 17:47:10 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.