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

Re: Newbie SVN question

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Fri, 15 Feb 2008 16:39:06 -0600

On Feb 15, 2008, at 16:33, Timothy Murphy wrote:

> I've read in several tutorials the advice
> to create subdirectories trunk, branches and tags
> for any project.
> Is this really necessary?

Nope. It's just a versioned filesystem. You can make directories and
files with any names you want.

trunk, branches, tags is just a convention, which lets you
conceptually make branches and tags of your trunk. If you don't have
any need for making branches or tags, you don't need those
directories, and then you don't need a trunk directory either. If you
later decide you do need them, you can always "svn move" things around.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-15 23:39:32 CET

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.