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

Re: Problem with subversion tags

From: Kevin Greiner <greinerk_at_gmail.com>
Date: 2006-10-09 16:27:47 CEST

On 10/9/06, Tanoor Dieng <newstanoor@gmail.com> wrote:
>
>
> Commits and updates are done frequently and we communicate a lot so that
> conflicts don't often appear and when they appear we solve them manually.
> When we have decided that a file is stable we tag it like that:
> cvs tag -F STABLE myfile.
>
> When we want to publish a new version, a script will get a working copy
> composed by files with 'STABLE' tag.
> In this way, we can continue to work on our files while we are sure that
> only files with STABLE tag are put in production.

Have you considered having devs checkout working copies from the trunk, then
merge to the STABLE branch when they are done making changes? This enables a
continuous build & test system to have 2 targets: trunk and STABLE, which is
very desireable.
Received on Mon Oct 9 16:28:29 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.