I suspect we've got a language barrier to get past. Sorry for the top post, on
outlook here.
I think you want to do the following:
Each developer branches Trunk to a 'personal' branch and commits work to that
branch. When a developer has code that's ready for release, he/she would then
merge
On Tue, Nov 29, 2011 at 2:13 AM, jes Struck wrote:
> Thank you for all youre responses
>
> The point uis that im not interested in feature branching, my developers
> are interested in working with developer branches because its hard for them
> to setup up eclipse each time they branch of from tru
Thank you for all youre responses
The point uis that im not interested in feature branching, my developers
are interested in working with developer branches because its hard for them
to setup up eclipse each time they branch of from trunk, (i now the switch
command is the solution) , but atm. they
On Mon, Nov 28, 2011 at 4:43 AM, jes Struck 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
Jes,
I think what you might want is svn copy versus svn merge. An svn merge
would keep changes from changesetA and changesetB and a copy would keep
changes just from changesetB.
-Pat
On Mon, Nov 28, 2011 at 3:43 AM, jes Struck wrote:
>
> no what i wanted to do was
>
> https://sites.google.com/
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.
*Jes Struck*
Consultant
Praqma A/S
Tel:+45 22 71 82 46
Mail: j...@praqma.net
web: www.praqma.net
On 28 November 2011 11:24, Stephen Butler
On Nov 28, 2011, at 10:11 , jes Struck wrote:
>
> Hej
>
>
> I started to investigate the branching strategies of subversion. to compare
> with Git, Mercurial and ClearCase.
> These three tools have an opportunity to branch out in a developer branch
> from which to deliver the trunk several