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

Re: Prod and dev layout...

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 24 Sep 2009 06:48:18 -0400

On Thu, Sep 24, 2009 at 06:13, John Doe <jdmls_at_yahoo.com> wrote:
> Hi,
>
> are there big differences (pros/cons) between
> - trunk=prod + branch=dev
> and
> - trunk=dev + branch=prod
> or is it almost the same in the end?

Depends on how you structure your workflow, but I think generally
people do neither. I do the following:

trunk - regular-paced development
branch - long-running changes which can't get in the way of things
happening on trunk
tags - used for actual promotion

I deploy my web apps to dev servers from trunk, and create a tag. I
then promote the tag to my integration test servers and make a tag of
that. Then that last tag gets promoted to my production servers & I
tag that as well.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2399231

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-24 12:49:18 CEST

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.