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

Re: branching strategies in subversion

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Mon, 28 Nov 2011 10:46:28 -0600

On Mon, Nov 28, 2011 at 4:43 AM, jes Struck <jes_at_praqma.net> wrote:

>
> no what i wanted to do was
>
> https://sites.google.com/a/praqma.net/howto/subversion/branching-strategies
>
> im pretty sure this would solve my issues.
>
>
The relevant thing there is the merge from trunk to branch, which you'll
likely want to do often so your developers can take advantage of each
others' work and avoid large conflicts. You might also consider more of a
feature-branch approach, just copying a new branch from the trunk to start
the next round of work after you reintegrate the current work. This will
work even if only one developer uses the branch. If you don't like the
clutter from a lot of branch names, you could delete the finished work and
copy back to the same name.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
Received on 2011-11-28 17:47:00 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.