Re: Cannot reintegrate feature branch

2010-05-11 Thread Jean Seurin
Stefan Sperling wrote: On Tue, May 11, 2010 at 12:06:50PM +0800, Jean Seurin wrote: Hi Stefan first of all thanks for spending the time for this long thorough analysis. 1) I want to state that we're using a range of different SVN clients, cli, Intellij Eclipse, mainly, and some people unde

Re: Cannot reintegrate feature branch

2010-05-11 Thread Stefan Sperling
On Tue, May 11, 2010 at 12:06:50PM +0800, Jean Seurin wrote: > Hi Stefan > > first of all thanks for spending the time for this long thorough analysis. > > 1) I want to state that we're using a range of different SVN > clients, cli, Intellij Eclipse, mainly, and some people under > Windows may us

Re: Cannot reintegrate feature branch

2010-05-10 Thread Stefan Sperling
On Mon, May 10, 2010 at 07:45:07PM +0800, Jean Seurin wrote: > Here's the whole thing, minus unconcerned subprojects: > > Properties on '$REPO/trunk/project/src/test/resources/log4j.properties': > svn:mergeinfo > /branches/project-1.10/src/test/resources/log4j.properties:2344-2345,2347,2349,2351

Re: Cannot reintegrate feature branch

2010-05-10 Thread Jean Seurin
Here's the whole thing, minus unconcerned subprojects: Properties on '$REPO/trunk/project/src/test/resources/log4j.properties': svn:mergeinfo /branches/project-1.10/src/test/resources/log4j.properties:2344-2345,2347,2349,2351,2361,2363,2405 /branches/project-1.13/src/test/resources/lo

Re: Cannot reintegrate feature branch

2010-05-10 Thread Stefan Sperling
On Mon, May 10, 2010 at 12:08:15PM +0800, Jean Seurin wrote: > Hi Stefan, > > mergeinfo properties are exactly as I mention for the file causing problems: > > all and only the 5 files concerned with the problem have been > commited after a merge from the trunk, empty of modification, but > with t

Re: Cannot reintegrate feature branch

2010-05-09 Thread Jean Seurin
Hi Stefan, mergeinfo properties are exactly as I mention for the file causing problems: all and only the 5 files concerned with the problem have been commited after a merge from the trunk, empty of modification, but with the mergeinfo properties modified as follow: added line /branches/projec

Re: Cannot reintegrate feature branch

2010-05-07 Thread Stefan Sperling
On Fri, May 07, 2010 at 02:16:20PM +0200, Stefan Sperling wrote: > On Fri, May 07, 2010 at 11:35:16AM +0800, Jean Seurin wrote: > > Hi Stefan, > > > > unfortunately even with a fresh branch check out, it would not pick > > up the missing changes, that is the problem. > > Can you try to find out w

Re: Cannot reintegrate feature branch

2010-05-07 Thread Stefan Sperling
On Fri, May 07, 2010 at 11:35:16AM +0800, Jean Seurin wrote: > Hi Stefan, > > unfortunately even with a fresh branch check out, it would not pick > up the missing changes, that is the problem. Can you try to find out why it would merge the remaining changes? I don't think anyone can help you deb

Re: Cannot reintegrate feature branch

2010-05-06 Thread Jean Seurin
Hi Stefan, unfortunately even with a fresh branch check out, it would not pick up the missing changes, that is the problem. All our WC are at infinity by default, if I'm not mistaken, since we don't use sparse directories. So this can't have been the source of the error. cheers Jean Stefan

Re: Cannot reintegrate feature branch

2010-05-06 Thread Stefan Sperling
On Thu, May 06, 2010 at 01:36:04PM +0200, Stefan Sperling wrote: > You want mergeinfo like this: > > /branch (svn:mergeinfo = trunk:r50) Oh, and I'm not implying that you should modify the mergeinfo by hand. Just do the merge from trunk to the branch again, but with a working copy at depth infi

Re: Cannot reintegrate feature branch

2010-05-06 Thread Jean Seurin
I mean 3 times doing a svn merge ^/trunk/project on the feature branch and then commit. So each time commiting some modifications coming from the trunk, everything went well. I checked sparse dir doc, I understand it. I've run the same reintegrate command on freshly checked out working copy,

Re: Cannot reintegrate feature branch

2010-05-06 Thread Stefan Sperling
On Thu, May 06, 2010 at 06:18:07PM +0800, Jean Seurin wrote: > Hi, > > I just persuaded my organisation to give a try to Feature Branch. > > After 3 merges only, What 3 merges precisely? > when I attempt to --dry-run a merge > --reintegrate I've got the following error: > > svn merge --reinteg