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

Default folder names compulsory?

From: pd <an0n1m0us_at_gmail.com>
Date: Fri, 11 Jan 2008 15:11:36 +1100

Hi

I'm new to version control in general, let along any one 'flavour'
like SVN, so please be gentle :)

I work on websites on Ubuntu servers running Apache. Standard
accounts are used for example:

/home/username/

Virtual web sites are then 'mapped' in Apache to:

/home/username/public_html/

Overall I think this is a relatively normal set up.

To integrate SVN, is it possible to make the

/home/username/

folder the 'trunk' folder?

Branches and tags can go anywhere on the dev server because they will
be copied to separate staging and production servers and therefore
don't need to be usable on the dev server, from a web browser for
example. Hence I was hoping to have these folders at this level:

/home/username/branches/
/home/username/tags/

So in summary, is it possible to have this:

/home/[usernameAsTrunkName]/
/home/[usernameAsTrunkName]/branches/
/home/[usernameAsTrunkName]/tags/

I can see this might present a problem with the branches and tags
folders 'under' the trunk folder unless they are excluded from the
files versioned as trunk code.

Any help would be greatly appreciated.

Thanks
Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-11 05:11:52 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.