[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems merging the reintegrate-improvements branch [was: 1.5.x currently doesn't build]

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 18 Dec 2008 19:09:56 +0000

On Thu, 2008-12-18 at 11:08 -0500, Paul Burba wrote:
> On Thu, Dec 18, 2008 at 8:59 AM, Julian Foad <julianfoad_at_btopenworld.com> wrote:
> > Paul Burba wrote:
> >> Done. I've locally reintegrated the 1.5.x-reintegrate-improvements to
> >> 1.5.x and ran the [FSFS]x[LOCAL] tests with no failures.
> >>
> >> One oddity, when I did the merge I got an unexpected conflict on merge.c:
> >>
> >> >svn info
> >> Path: .
> >> URL: http://svn.collab.net/repos/svn/branches/1.5.x
> >> Repository Root: http://svn.collab.net/repos/svn
> >> Repository UUID: 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
> >> Revision: 34802
> >> Node Kind: directory
> >> Schedule: normal
> >> Last Changed Author: hwright
> >> Last Changed Rev: 34799
> >> Last Changed Date: 2008-12-17 15:20:41 -0500 (Wed, 17 Dec 2008)
> >>
> >> >svn merge --reintegrate http://svn.collab.net/repos/svn/branches/1.5.x-reintegrate-improvements .
> >> --- Merging differences between repository URLs into '.':
> >> U STATUS
> >> G www\images\subversion-diagram.png
> >> G www\images\subversion_logo-200x173.png
> >> G www\images\subversion_logo_hor-468x64.png
> >> G www\images\subversion_logo-384x332.png
> >> G COMMITTERS
> >> G notes\tree-conflicts\scratch-pad.txt
> >> U subversion\libsvn_fs_base\tree.c
> >> U subversion\libsvn_fs_base\fs.c
> >> U subversion\include\svn_mergeinfo.h
> >> U subversion\include\svn_client.h
> >> U subversion\include\private\svn_mergeinfo_private.h
> >> G subversion\include\private
> >> UG subversion\libsvn_wc\adm_ops.c
> >> U subversion\libsvn_subr\mergeinfo.c
> >> G subversion\libsvn_subr
> >> Conflict discovered in 'subversion/libsvn_client/merge.c'.
> >> Select: (p) postpone, (df) diff-full, (e) edit,
> >> (mc) mine-conflict, (tc) theirs-conflict,
> >> (s) show all options: p
> >> CG subversion\libsvn_client\merge.c
> >> U subversion\libsvn_client\ra.c
> >> U subversion\libsvn_client\copy.c
> >> G subversion\bindings\swig
> >> U subversion\mod_dav_svn\mirror.c
> >> U subversion\tests\cmdline\revert_tests.py
> >> U subversion\tests\cmdline\copy_tests.py
> >> U subversion\tests\cmdline\update_tests.py
> >> UG subversion\tests\cmdline\svntest\actions.py
> >> U subversion\tests\cmdline\merge_tests.py
> >> U subversion\libsvn_ra_svn\cyrus_auth.c
> >> U subversion\libsvn_ra_svn\internal_auth.c
> >> U subversion\libsvn_ra_svn\ra_svn.h
> >> G CHANGES
> >> G .
> >> Summary of conflicts:
> >> Text conflicts: 1
> >>
> >> The conflict was on the whole file:
> >>
> >> >svn diff subversion\libsvn_client\merge.c
> >> Index: subversion/libsvn_client/merge.c
> >> ===================================================================
> >> --- subversion/libsvn_client/merge.c (revision 34802)
> >> +++ subversion/libsvn_client/merge.c (working copy)
> >> @@ -1,3 +1,4 @@
> >> +<<<<<<< .working
> >> /*
> >> * merge.c: merging
> >> *
> >> @@ -7086,3 +7087,7473 @@
> >> target_wcpath, recurse, ignore_ancestry, force,
> >> dry_run, NULL, ctx, pool);
> >> }
> >> +=======
> >> +/*
> >> + * merge.c: merging
> >>
> >> <SNIP the whole right side file added>
> >>
> >> + target_wcpath, recurse, ignore_ancestry, force,
> >> + dry_run, NULL, ctx, pool);
> >> +}
> >> +>>>>>>> .merge-right.r34802
> >
> > Paul,
> >
> > When I tried to reproduce, I got some odd results:
> >
> > (I reverted to a clean WC before each of these attempts.)
> >
> > [[[
> > $ svn-trunk info
> > Path: .
> > URL: http://svn.collab.net/repos/svn/branches/1.5.x
> > Repository Root: http://svn.collab.net/repos/svn
> > Repository UUID: 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
> > Revision: 34802
> > Node Kind: directory
> > Schedule: normal
> > Last Changed Author: hwright
> > Last Changed Rev: 34799
> > Last Changed Date: 2008-12-17 20:20:41 +0000 (Wed, 17 Dec 2008)
> >
> >
> > $ svn-trunk merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements_at_34802 .
> > --- Merging differences between repository URLs into '.':
> > G www/images/subversion-diagram.png
> > G www/images/subversion_logo-200x173.png
> > G www/images/subversion_logo_hor-468x64.png
> > G www/images/subversion_logo-384x332.png
> > G COMMITTERS
> > G notes/tree-conflicts/scratch-pad.txt
> > U subversion/include/private/svn_mergeinfo_private.h
> > G subversion/include/private
> > G subversion/libsvn_wc/adm_ops.c
> > U subversion/libsvn_subr/mergeinfo.c
> > G subversion/libsvn_subr
> > UG subversion/libsvn_client/merge.c
> > G subversion/bindings/swig
> > G subversion/tests/cmdline/svntest/actions.py
> > U subversion/tests/cmdline/merge_tests.py
> > G CHANGES
> > G .
>
> I'm not sure whether to be happy or sad that you don't get that odd
> conflict on merge.c (but that is another topic).
>
> > $ svn-1.5.4 merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements .
> > svn: Cannot reintegrate from 'http://svn.collab.net/repos/svn/branches/1.5.x-reintegrate-improvements' yet:
> > Some revisions have been merged under it that have not been merged
> > into the reintegration target; merge them first, then retry.
>
> Agreed, this is expected with 1.5.4.
>
> > $ svn-r-i merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements/@34802 .
> > /home/julianfoad/src/subversion-grey/subversion/libsvn_ra_neon/util.c:592: (apr_err=175002)
> > svn: REPORT of '/repos/svn/!svn/bc/34802': 200 OK (http://svn.collab.net)
>
> Using http://svn.collab.net/repos/svn/branches/1.5.x-reintegrate-improvements@34082
> I don't get any error:

> > $ svn-r-i merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements/subversion/libsvn_client/merge.c subversion/libsvn_client/merge.c
> > --- Merging differences between repository URLs into 'subversion/libsvn_client/merge.c':
> > UG subversion/libsvn_client/merge.c
> >
> > $ svn-trunk merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements .
> > /home/julianfoad/src/subversion-trunk/subversion/libsvn_ra_neon/util.c:603: (apr_err=175002)
> > svn: REPORT of '/repos/svn/!svn/bc/34802': 200 OK (http://svn.collab.net)
>
> Also works for me,
[...]
> > $ svn-trunk merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements/subversion/libsvn_client_at_34802 subversion/libsvn_client
> > /home/julianfoad/src/subversion-red/subversion/libsvn_client/merge.c:6723: (apr_err=195016)
> > svn: Cannot reintegrate from 'http://svn.collab.net/repos/svn/branches/1.5.x-reintegrate-improvements/subversion/libsvn_client' yet:
> > Some revisions have been merged under it that have not been merged
> > into the reintegration target; merge them first, then retry.
>
> Are you sure that svn-trunk is trunk_at_34721? That error message was
> changed in r34091.

Oh, I see what you're saying. I couldn't have got this message from
trunk >= 34091. Hmm. My "svn-trunk" etc. were shell aliases pointing to
built versions. I quite possibly updated and built a version in between
gathering some of these results. Sorry, I must have messed up.

But now I can't reproduce with any of the trunk versions I've been
trying: trunk_at_34721 or trunk_at_34764 or trunk_at_34807. Nor
with /branches/1.5.x-reintegrate-improvements_at_34521. Aargh!

- Julian

> > $ svn-1.5.x merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements_at_34802 .
> > /home/julianfoad/src/subversion-red/subversion/libsvn_client/merge.c:6723: (apr_err=195016)
> > svn: Cannot reintegrate from 'http://svn.collab.net/repos/svn/branches/1.5.x-reintegrate-improvements' yet:
> > Some revisions have been merged under it that have not been merged
> > into the reintegration target; merge them first, then retry.
> >
> > $ svn-1.5.x merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements .
> > /home/julianfoad/src/subversion-red/subversion/libsvn_client/merge.c:6723: (apr_err=195016)
> > svn: Cannot reintegrate from 'http://svn.collab.net/repos/svn/branches/1.5.x-reintegrate-improvements' yet:
> > Some revisions have been merged under it that have not been merged
> > into the reintegration target; merge them first, then retry.
> >
> > $ svn-1.5.x merge --reintegrate $SVN_REPOS/branches/1.5.x-reintegrate-improvements/subversion/libsvn_client subversion/libsvn_client
> > /home/julianfoad/src/subversion-red/subversion/libsvn_client/merge.c:6723: (apr_err=195016)
> > svn: Cannot reintegrate from 'http://svn.collab.net/repos/svn/branches/1.5.x-reintegrate-improvements/subversion/libsvn_client' yet:
> > Some revisions have been merged under it that have not been merged
> > into the reintegration target; merge them first, then retry.
> >
> > ]]]
> >
> > The 1.5.4 bail-out is not surprising to me, but the "200 OK" "errors" are troubling.
> >
> > Local WC is /branches/1.5.x_at_34802
> > svn-1.5.4 is v1.5.4
> > svn-r-i is /branches/1.5.x-reintegrate-improvements_at_34802
> > svn-trunk is /trunk_at_34721
> >
> > Which version of svn did you use?
> >
> > A couple of fixes to merging EOL-style changes were recently merged into
> > 1.5.x at r34799. What you saw looks like it might be an EOL-style bug.
> >
> > - Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=986897
Received on 2008-12-18 20:05:32 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.