Re: Repository without a trunk
From: Russ <rsivak_at_istandfor.com>
Date: 2006-07-26 15:59:35 CEST
We have a trunk which maps to our production environment. We create branches from the trunk for different bugfixes/new features. Those changes are then merged into the trunk working copy on the QA server and after testing, they are committed to the trunk and production.
It sounds like maybe you should be using tags for different releases of the software. You can use branches off of the trunk to
A. Work on different releases of the software.
You don't necessarily need the trunk... Its just a branch really that contains the latest version of the software by convention.
Russ
-----Original Message-----
Hi
|
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.