RE: Merge, reintegrate, and merge with tree conflicts

2013-02-26 Thread Bob Archer
> > So what is the proper way to continuously perform the workflow we're > > trying to do - that is pull changes from origin path into branch, push > > changes to origin branch from branch, and repeat. > > > > Using bidirectional merge (without reintegrate) seems create severe > > merge conflicts.

RE: Merge, reintegrate, and merge with tree conflicts

2013-02-26 Thread Bob Archer
> So what is the proper way to continuously perform the workflow we're trying to > do - that is pull changes from origin path into branch, push changes to origin > branch from branch, and repeat. > > Using bidirectional merge (without reintegrate) seems create severe merge > conflicts. You can k

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-25 Thread Stefan Sperling
On Mon, Feb 25, 2013 at 11:11:19AM -0500, James Hanley wrote: > This is /really/ confusing as with the script I'm using reintegrate > the first time to go from branch to trunk, but you're saying I also > have to use it from trunk to branch - that is from origin to copied > branch. I've read throug

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-25 Thread James Hanley
This is /really/ confusing as with the script I'm using reintegrate the first time to go from branch to trunk, but you're saying I also have to use it from trunk to branch - that is from origin to copied branch. I've read through Julian's post (repeatedly) and if I understand right, the "reintegra

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
Okay - I read through and understand the use of reintegrate - but that is what we are using and the script provided in the original post uses. The issue is that even with its use, I'm getting a tree conflict. Please read and test the script from the original post. Meant to reply all (twice) On

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
Okay - I read through and understand the use of reintegrate - but that is what we are using and the script provided in the original post uses. The issue is that even with its use, I'm getting a tree conflict. Please read and test the script from the original post. On Feb 24, 2013, at 7:59 AM, St

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread Stefan Sperling
On Sun, Feb 24, 2013 at 07:57:14AM -0500, James Hanley wrote: > I guess I should have read the next response in the thread before replying... So, to be clear (since you asked off-list): The following changes to your script prevent the tree conflict with 1.7. --- enduceTreeConflict.sh.orig Sun F

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread Stefan Sperling
On Sun, Feb 24, 2013 at 07:55:41AM -0500, James Hanley wrote: > Is this a use case that was taken into consideration, and will it be > "fixed" or the functionality/logic added to allow this use case? See my other reply for more details, but yes, this is being addressed: http://subversion.apache.or

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
I guess I should have read the next response in the thread before replying... On Feb 24, 2013, at 7:52 AM, Stefan Sperling wrote: > On Sun, Feb 24, 2013 at 12:14:04PM +, Andreas Tscharner wrote: >>> So what is the proper way to continuously perform the workflow we're >>> trying to do - that

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread James Hanley
Yes I have used git, etc - in the past, but we are forced to use svn for the time being. What I would like to quantify is if this shortcoming of subversion is by design or if its a bug. From your description, it seems like the former, and if so, what is the architectural reasoning? I understand

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread Stefan Sperling
On Sun, Feb 24, 2013 at 12:14:04PM +, Andreas Tscharner wrote: > > So what is the proper way to continuously perform the workflow we're > > trying to do - that is pull changes from origin path into branch, push > > changes to origin branch from branch, and repeat. > > > > Using bidirectional m

RE: Merge, reintegrate, and merge with tree conflicts

2013-02-24 Thread Andreas Tscharner
> So what is the proper way to continuously perform the workflow we're > trying to do - that is pull changes from origin path into branch, push > changes to origin branch from branch, and repeat. > > Using bidirectional merge (without reintegrate) seems create severe > merge conflicts. Short answ

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-23 Thread James Hanley
So what is the proper way to continuously perform the workflow we're trying to do - that is pull changes from origin path into branch, push changes to origin branch from branch, and repeat. Using bidirectional merge (without reintegrate) seems create severe merge conflicts. On Feb 22, 2013, at 7:

Re: Merge, reintegrate, and merge with tree conflicts

2013-02-22 Thread Matthew Pounsett
On 2013/02/22, at 14:15, James Hanley wrote: > We are seeing merge tree conflicts where I believe svn is not working > as expected. I'm not entirely sure if this is due to a lack of > understanding for proper use on our part, but it was my understanding > that reintegrate was to be used when pul

Merge, reintegrate, and merge with tree conflicts

2013-02-22 Thread James Hanley
We are seeing merge tree conflicts where I believe svn is not working as expected. I'm not entirely sure if this is due to a lack of understanding for proper use on our part, but it was my understanding that reintegrate was to be used when pulling changes from a branch and pushing them into the co