RE: branching strategies in subversion

2011-12-13 Thread Brenden Walker
to:truck...@gmail.com] On Behalf Of jes Struck Sent: Monday, November 28, 2011 4:11 AM To: users@subversion.apache.org Subject: branching strategies in subversion Hej I started to investigate the branching strategies of subversion. to compare with Git, Mercurial and ClearCase. These three tools have

Re: branching strategies in subversion

2011-11-29 Thread Les Mikesell
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

Re: branching strategies in subversion

2011-11-29 Thread jes Struck
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

Re: branching strategies in subversion

2011-11-28 Thread Les Mikesell
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

Re: branching strategies in subversion

2011-11-28 Thread Patrick Burma
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/

Re: branching strategies in subversion

2011-11-28 Thread jes Struck
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

Re: branching strategies in subversion

2011-11-28 Thread 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