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

Re: Help Needed w/Subversions Weird Repository Layout

From: Gary Thomas <gary_at_mlbassoc.com>
Date: 2005-03-11 18:29:21 CET

On Fri, 2005-03-11 at 12:11 -0500, Craig A. Vanderborgh wrote:
> Hello,
>
> I'm a Subversion newbie confused by Subversion's weird repository
> layout. In particular, I am unsure how to structure the directory
> hierarchy for my repositories.
>
> My problem is simple - we have several large-ish directory trees, for
> example a linux kernel tree called "linux-2.6.10". Other trees need to
> reside beside this one in the directory hierarchy.
>
> Given that Subversion requires its own directory hierarchy, i.e.
> "trunk,..." where should my "linux-2.6.10" directory, the base of my
> tree, actually go?? Is it supposed to be in "trunk"??
>
> I have read the documentation on this and I find it unclear, to say the
> very least. The book simply does not describe this in a clear enough
> way to be meaningful. Please help me out, because I think this is my
> last problem. I have been able to get everything else working.

Most likely something like this:

  SVN
     /trunk
           /linux-2.6.10
           /your_application
           /anything_else
     /branches
              /new_whizbang_branch
                                  /linux-2.6.10
                                  /your_application
                                  /anything_else
              /customer_release_0.99_branch
                                           /linux-2.6.10
                                           /your_application
                                           /anything_else
     /tags
          /official_beta
                        /linux-2.6.10
                        /your_application
                        /anything_else

You would check out SVN/trunk to get the trunk "set". If you wanted
to work with a particular branch, then you'd check out branches/XYZ

Get the idea?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 11 18:33:12 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.