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

Re: unfixable missing ranges problem

From: Marek Gulanowski <marek.gulanowski_at_gmail.com>
Date: Wed, 19 Feb 2014 08:33:35 +0100

Hello,

Some questions:

Which version of svn are you using? Depending on the version, the
"keep-alive dance" for multiple reintegration may be required.
Have you previously reintegrated this branch into trunk? This seems to be
the case here.
Have you tried examining mergeinfo in the branch? What does it show?
Have you tried merging using --record-only for the missing revisions?

Regards,
Marek Gulanowski

>
>

2014-02-18 11:13 GMT+01:00 Sergei Riaguzov <riaguzov_at_gmail.com>:

> HI,
>
> I'm having a branch which I integrate to trunk time after time. It's just
> one directory from trunk, not the whole trunk. Also I sometimes want to
> integrate this directory from trunk to the branch. However this ended up
> recently with the following error:
>
> sr_at_cocaine:~/_work/_repo/swmagi2_merge/C_Test/SC_OAM/SWM_SoftwareManagement$
> svn merge
> https://wrisop30.emea.nsn-net.net/isource/svnroot/BTS_SC_OAM/WCDMA/trunk/C_Test/SC_OAM/SWM_SoftwareManagement
> svn: E195016: Reintegrate can only be used if revisions 171446 through
> 172049 were previously merged from
> https://wrisop30.emea.nsn-net.net/isource/svnroot/BTS_SC_OAM/WCDMA/branches/development/swmagi2/C_Test/SC_OAM/SWM_SoftwareManagementto the reintegrate source, but this is not the case:
> WCDMA/trunk/C_Test/SC_OAM/SWM_SoftwareManagement
> Missing ranges:
> /WCDMA/trunk/C_Test/SC_OAM/SWM_SoftwareManagement:171530,171551,171573,171583
> WCDMA/trunk/C_Test/SC_OAM/SWM_SoftwareManagement/MT
> Missing ranges:
> /WCDMA/trunk/C_Test/SC_OAM/SWM_SoftwareManagement/MT:171530
> WCDMA/trunk/C_Test/SC_OAM/SWM_SoftwareManagement/MT/test_cases/FSMr2
> Missing ranges:
> /WCDMA/trunk/C_Test/SC_OAM/SWM_SoftwareManagement/MT/test_cases/FSMr2:171530
>
> So I've tried to do what SVN suggested and merge missing revisions from
> branch to trunk:
>
> sr_at_cocaine:~/_work/_repo/trunk2/C_Test/SC_OAM/SWM_SoftwareManagement$ svn
> merge -c 171530
> https://wrisop30.emea.nsn-net.net/isource/svnroot/BTS_SC_OAM/WCDMA/branches/development/swmagi2/C_Test/SC_OAM/SWM_SoftwareManagement
> --- Recording mergeinfo for merge of r171530 into '.':
> U .
> sr_at_cocaine:~/_work/_repo/trunk2/C_Test/SC_OAM/SWM_SoftwareManagement$ svn
> st -q
> sr_at_cocaine:~/_work/_repo/trunk2/C_Test/SC_OAM/SWM_SoftwareManagement$
>
> And as you can see something very strange happens. SVN says that it
> updated mergeinfo on the SWM_SoftwareManagement directory, but svn st says
> that there are no modifications! So I am not able to commit this change of
> mergeinfo and fix the problem.
>
> How can I resolve this issue apart from deleting the branch and creating
> it again (this way I will loose history). Is it possible to manually set
> mergeinfo using propset? Is it really the only option here?
>
Received on 2014-02-19 08:34:32 CET

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

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