Actually subversion does not place any requirements on directory
heirarchy. project/trunk project/branches project/tags is just a
recommendation.
For example, I usually do global /trunk , /branches , and /releases
with HEAD of all projects under trunk, because my projects are usually
interdependant modules I want to branch all at once.
There are no special meanings to any locations - subversion is a big
filesystem that keeps track of all previous states (file structure and
file contents). So don't put too much time into deciding how to start
- you can move things around later.
-David Waite
On Fri, 11 Mar 2005 12:11:22 -0500, Craig A. Vanderborgh
<craigv@voxware.com> 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.
>
> Thanks in advance,
> craig vanderborgh
> voxware incorporated
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
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:35:44 2005