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

Re: Applications and Projects

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-13 14:53:25 CEST

On Mon, 2004-09-13 at 06:07, Brooke Smith wrote:
> The projects are
> independent so they would have to have their own empty directories with
> externals and thus their own App1 and App2. Right? It seems like I
> would then end up with:
>
> mymodule1/
> mymodule1/README
> mymodule1/Proj 1/
> mymodule1/App 1/
> mymodule1/App 2/
>
> mymodule2/
> mymodule2/README
> mymodule2/Proj 2/
> mymodule2/App 1/
> mymodule2/App 2/

Yes, these are what your *working copies* would look like, assuming you
ran

    svn checkout URL-of-mymodule1
    svn checkout URL-of-mymodule2

But in the repository, the structure would still be something like:

  /Proj1
  /Proj2
  /App1
  /App2
  /Modules/mymodule1/
  /Modules/mymodule2/

So the point here is that you can do a checkout of any single project or
application independently -- to work on just one thing, or you can
checkout an empty 'module' directory and end up with a working copy that
contain a mixture of projects and apps, organized however you want.

Isn't this what you wanted? If it's not, then I'm confused, and don't
understand what you want.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 13 14:55:48 2004

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.