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

Re: Why no one seems to care this issue in the past 3 years

From: Lorenz <lorenznl_at_yahoo.com>
Date: Thu, 10 Sep 2009 05:42:47 +0000

Jun Chen (??) wrote:
>[...]
>* the checkout is automatically carried out by the auto-build software
>by instructions in makefiles(think them as build script).
>* It is not a must to checkout the whole big repos every time, but only
>check out the required project enough for current build(e.g. link a
>single DLL). -- checking out a whole repos costs much more time.
>
>Now you can imagine, it is reasonable for one of my build script to
>checkout a subdir and another script to checkout the parent
>dir(according to actuall need of the specific script). But, if that
>happens, I'm stuck by svn co command. :(
>[...]

so there exist (or is build) a empty folder tree - mirroring the repo
structure - up to the point of your checkout?
And the script(s) share that tree?

In that case you could build your empty tree using sparse checkouts,
and populate the required folders later voi update.

-- 
Lorenz
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2393156
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-10 07:44:08 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.