[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: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-02-28 23:33:34 CET

> Hello all,
> Suppose this repository layout:
> Source
> Apps
> App1
> branches
> tags
> trunk
> App2
> branches
> tags
> trunk
> Libs
> Lib1
> branches
> tags
> trunk
> ... and so on...
>
> 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?

  You can either:

    1) Run several checkout commands
    2) Re-arrange your repository like this:

  /trunk
    /App1
    /App2
    /Lib1
  /branches/
    /App1
    /App2
    /App3
  /tags
    /App1
    /App2
    /App3

Then, you can do "svn co url:///repos/trunk" which will give you the trunk
of each of App1, App2 and Lib1.

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 28 23:36:09 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.