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

RE: Newbie - Checkout / layout question

From: Zieg, Mark <mark.zieg_at_lmco.com>
Date: 2005-03-03 19:11:18 CET

> Suppose this repository layout:
> Source
> Apps
> App1
> branches
> tags
> trunk
> App2
> branches
> tags
> trunk
> Libs
> Lib1
> branches
> tags
> trunk
>
> Is it possible for a developper to checkout the entire
> Source tree and getting every project's trunk?
> Or does such a need require a different repository layout?

I imagine you could add a "virtual" tree view using externals:

ALL_TRUNKS
   Apps
      App1 --> $REPO/Source/Apps/App1/trunk
      App2 --> $REPO/Source/Apps/App2/trunk
   Libs
      Lib1 --> $REPO/Source/Libs/Lib1/trunk
      Lib2 --> $REPO/Source/Libs/Lib2/trunk

Then a developer could just checkout "svn co $REPO/ALL_TRUNKS".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 3 19:13:58 2005

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.