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

Re: Partial checkouts on a huge project

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-04-28 20:37:04 CEST

mike nicholaides wrote:
> Hey guys,
>
> I hope y'all can help me out. I've been googling and reading the
> archives of this list for about a week now.
>
> I have a huge intranet project that I want to put under version
> control. The problem I've run into is that the whole project is 1.3
> GB, which means that checking out the whole project, even on the same
> machine as the repository, takes forever.

You have my sympathies. I've seen way, way, way too many programmers write
their tools as "let's lump everything together and dependent on the same
source tree". XFree86 was a prime example fo this.

You need to look at this webpage:

    http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.externals

Then you can create a workig branch directory, such as "build-hammer-1", and
stuff the necessary external downloads into it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 28 20:38:03 2006

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.