RE: duplicate merge conflict

2011-04-21 Thread Bob Archer
> -- > From: "Bob Archer" > Sent: Thursday, April 21, 2011 11:17 AM > To: "Daniel Walter" ; "Stefan Sperling" > > Cc: > Subject: RE: duplicate merge conflict > > >> >> Reco

Re: duplicate merge conflict

2011-04-21 Thread Daniel Walter
-- From: "Bob Archer" Sent: Thursday, April 21, 2011 11:17 AM To: "Daniel Walter" ; "Stefan Sperling" Cc: Subject: RE: duplicate merge conflict >> Record only should only make changes to the properties and

RE: duplicate merge conflict

2011-04-21 Thread Bob Archer
> >> Record only should only make changes to the properties and not > the files. > >> You can also just manually update the svn:merginfo on the trunk > if you > >> want. > > > > I think the problem is that because Daniel is using ancestrally > > unrelated trees for the left and right side of his me

Re: duplicate merge conflict

2011-04-21 Thread Daniel Walter
Record only should only make changes to the properties and not the files. You can also just manually update the svn:merginfo on the trunk if you want. I think the problem is that because Daniel is using ancestrally unrelated trees for the left and right side of his merge diff there is no merge-

Re: duplicate merge conflict

2011-04-21 Thread Stefan Sperling
On Wed, Apr 20, 2011 at 04:32:54PM -0400, Bob Archer wrote: > > 2. I just tried the above command and it started trying to merge > > things from > > months ago together. Is there any way to tell SVN what it should > > use as a > > baseline for automatic merges? I tried tried just letting it > > f

RE: duplicate merge conflict

2011-04-20 Thread Bob Archer
> > Like I said, we don't even have a path named "trunk". > > > > The paths to the above versions in the repo would be like: > > > > svn://server/repo/project/v1.0.0 > > svn://server/repo/project/v1.0.1 (this was copied from the 1.0.0 > path) > > svn://server/repo/project/v1.0.2 (this was copied

Re: duplicate merge conflict

2011-04-20 Thread Daniel Walter
Like I said, we don't even have a path named "trunk". The paths to the above versions in the repo would be like: svn://server/repo/project/v1.0.0 svn://server/repo/project/v1.0.1 (this was copied from the 1.0.0 path) svn://server/repo/project/v1.0.2 (this was copied from the 1.0.1 path) On my

RE: duplicate merge conflict

2011-04-20 Thread Bob Archer
> > If you are merging everything in there is no need to worry. That > is the > > point of merge tracking. It will determine what has yet to be > merged and > > select the correct revisions. > > > > Here is how we have our repo set up... rather than using trunk. > We find it > > makes things easier

Re: duplicate merge conflict

2011-04-20 Thread Stefan Sperling
On Wed, Apr 20, 2011 at 10:05:08AM -0400, Daniel Walter wrote: > >4.1.x-release +LR-- > > / | +--- 4.3.x-release > > / | / > >/ |

Re: duplicate merge conflict

2011-04-20 Thread Daniel Walter
If you are merging everything in there is no need to worry. That is the point of merge tracking. It will determine what has yet to be merged and select the correct revisions. Here is how we have our repo set up... rather than using trunk. We find it makes things easier. We basically "branch"

RE: duplicate merge conflict

2011-04-20 Thread Bob Archer
> > On Tue, Apr 19, 2011 at 09:34:17PM -0400, Daniel Walter wrote: > >> I understand what is going on now, but this seems to indicate > that I > >> will need to look up revision numbers from tags every time I do > a > >> merge in SVN. Is there any automated way of doing this? It > seems > >> like

Re: duplicate merge conflict

2011-04-20 Thread Daniel Walter
-- From: "Stefan Sperling" Sent: Wednesday, April 20, 2011 6:38 AM To: "Daniel Walter" Cc: "Bob Archer" ; Subject: Re: duplicate merge conflict On Tue, Apr 19, 2011 at 09:34:17PM -0400, Daniel Walter wrote: I u

Re: duplicate merge conflict

2011-04-20 Thread Stefan Sperling
On Tue, Apr 19, 2011 at 09:34:17PM -0400, Daniel Walter wrote: > I understand what is going on now, but this seems to indicate that I > will need to look up revision numbers from tags every time I do a > merge in SVN. Is there any automated way of doing this? It seems > like a huge step backwards

Re: duplicate merge conflict

2011-04-19 Thread Daniel Walter
t: Tuesday, April 19, 2011 6:50 PM To: "Daniel Walter" Cc: "Bob Archer" ; Subject: Re: duplicate merge conflict On Tue, Apr 19, 2011 at 10:56:28AM -0400, Daniel Walter wrote: svn merge appears to work with revision numbers but not symbolically with tags. Is this expected? Th

Re: duplicate merge conflict

2011-04-19 Thread Stefan Sperling
On Tue, Apr 19, 2011 at 10:56:28AM -0400, Daniel Walter wrote: > svn merge appears to work with revision numbers but not symbolically > with tags. Is this expected? > > The merge happens twice if I use tags: > svn merge tag1 tag2 --non-interactive > > But when I find the revisions with svn info

Re: duplicate merge conflict

2011-04-19 Thread Ryan Schmidt
On Apr 19, 2011, at 09:56, Daniel Walter wrote: > svn merge appears to work with revision numbers but not symbolically with > tags. Is this expected? Tags are not symbols. Tags are directories. You can merge with directories if you want, provided you use their complete repository URL, or a val

Re: duplicate merge conflict

2011-04-19 Thread Daniel Walter
RE: duplicate merge conflict -- From: "Bob Archer" Sent: Thursday, April 14, 2011 9:33 AM To: "Daniel Walter" ; Subject: RE: duplicate merge conflict >> When I merge changes in SVN, the merges work well except for the

Re: duplicate merge conflict

2011-04-14 Thread Daniel Walter
would be the last commit before the svn copy and 462 is the svn copy itself. -- From: "Bob Archer" Sent: Thursday, April 14, 2011 1:38 PM To: "Daniel Walter" ; Subject: RE: dupl

RE: duplicate merge conflict

2011-04-14 Thread Bob Archer
> -- > From: "Bob Archer" > Sent: Thursday, April 14, 2011 9:33 AM > To: "Daniel Walter" ; > > Subject: RE: duplicate merge conflict > > >> When I merge changes in SVN, the merges work well ex

Re: duplicate merge conflict

2011-04-14 Thread Daniel Walter
o: "Daniel Walter" ; Subject: RE: duplicate merge conflict When I merge changes in SVN, the merges work well except for the conflicts. For some reason, the merges are frequently (but not always done twice). As an example: <<<<<<< .working <<<<<

RE: duplicate merge conflict

2011-04-14 Thread Bob Archer
> When I merge changes in SVN, the merges work well except for the > conflicts.  For some reason, the merges are frequently (but not > always done twice).  As an example: > <<< .working > <<< .working > const int SERIALIZE_FIELDS_DATA_LENGTH = 83; > === > const int SERIALIZE_FIELDS_DATA

duplicate merge conflict

2011-04-13 Thread Daniel Walter
When I merge changes in SVN, the merges work well except for the conflicts. For some reason, the merges are frequently (but not always done twice). As an example: <<< .working <<< .working const int SERIALIZE_FIELDS_DATA_LENGTH = 83; === const int SERIALIZE_FIELDS_DATA_LENGTH = 91;