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

speed of svn co --depth=empty

From: Victoria Muntean <vikimun_at_gmail.com>
Date: Sun, 24 May 2009 10:01:00 +0200

Hello friends,

I have svn directory with one 100 mb file and several small files.
I need to make change to one of small files.
Trying to save time, I did:

            svn co --depth=empty svn://host/dir
            svn up dir/smallfile

I'd expect the checkout to be very fast. But it isn't.
The working directory is indeed empty (except .svn) after checkout, as
expected.
But checkout takes same long time as it would take with 'svn co -N'. Weird.
How can I improve speed of empty checkout ?

The number of files in the directory is very small, around 30. But
there are large
subdirectories under it (I am not checkout out the subdirectories).

Viki

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-24 10:02:00 CEST

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.