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

Re: SVN Trunk, Branches and Tags directory structure question

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-03-13 21:04:49 CET

"Judah Frangipane" <judah.frangipane@t8design.com> wrote on 03/13/2006
02:59:19 PM:

> /myProject
> /myProject/tags
> /myProject/branches
> /myProject/[project folders]
> /myProject/[project files]
>
> I just dislike the thought of changing the path on my projects from:
>
> /myProject/[my files]
> /myProject/trunk/[my files]
>
> …knowing all my class paths will have to be updated (increasing the
> possibility of something breaking)… So if you don’t see anything wrong
with my
> desired directory structure please let me know. TIA,

In your structure, you cannot make a tag or branch of /myProject. When
you do, it will also copy every other branch and tag that previously
existed because they are beneath the /myProject namespace.

Usually the name of the root folder of a project does not matter. If you
have:

Checking out the contents of /myProject to a folder will result in the
exact same local structure as checking out the contents of
/myProject/trunk. In other words, there is no trunk folder locally.

If I have a "Project" that is comprised of several "sub-projects" then I
use this structure.

/Project/trunk/Project1
/Project/trunk/Project2
/Project/trunk/Project3

etc...

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Mon Mar 13 21:06:16 2006

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.