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

Re: 1.8.x backport issue #4476 - svnsync with r0 mergeinfo - resolve the veto

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 13 Feb 2015 23:31:53 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> Julian Foad <julianfoad_at_btopenworld.com> writes:
>
>> Hi Philip. I've updated the 1.8.x nomination of issue #4476 - svnsync
>> with r0 mergeinfo - to resolve the concern that's the subject of your
>> veto. Please could you review and remove your veto if
>> possible. Thanks.
>
> The new test, svnsync_tests.py 30, is a FAIL.

Something has really gone wrong, the source repository for the sync has
the wrong content. On trunk I see:

$ svnlook proplist -v svn-test-work/repositories/svnsync_tests-30 /D1
Properties on '/D1':
  svn:mergeinfo
    /a:1

$ svnlook proplist -v svn-test-work/repositories/svnsync_tests-30 /D2
Properties on '/D2':
  svn:mergeinfo
    /a:1
    /b:1*,2

On the 1.8.x branch I see:

$ svnlook proplist -v svn-test-work/repositories/svnsync_tests-30 /D1
Properties on '/D1':
  svn:mergeinfo

$ svnlook proplist -v svn-test-work/repositories/svnsync_tests-30 /D2
Properties on '/D2':
  svn:mergeinfo
    /b:2

The load is stripping some of the mergeinfo from D1, D2 and D3.

Ah! This is issue 4538. The test requires an svnadmin load that has
that fixed.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2015-02-14 00:33:08 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.