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

Re: svn commit: r1739263 - /subversion/branches/1.9.x/STATUS

From: Stefan Fuhrmann <eqfox_at_web.de>
Date: Sun, 17 Apr 2016 20:06:39 +0200

On 17.04.2016 14:20, Stefan Sperling wrote:
> On Sun, Apr 17, 2016 at 01:30:26PM +0200, Branko Čibej wrote:
>> On 17.04.2016 18:54, Stefan Fuhrmann wrote:
>>> stsp wrote:
>>>
>>>> * STATUS: r1721285 nomination needs a backport branch
>>>
>>> This is what I get:
>>>
>>> $ svn --version
>>> svn, version 1.7.9 (r1462340)
>>> compiled Oct 15 2013, 12:40:34
>>> ...
>>>
>>> $ svn merge -c1721285 ^/subversion/trunk .
>>> --- Merging r1721285 into '.':
>>> U subversion/libsvn_fs_fs/caching.c
>>> --- Recording mergeinfo for merge of r1721285 into '.':
>>> U .
>>>
>>> Maybe a typo on your part?
>>
>>
>> Worksforme with 1.9.3 on the 1.9.x branch.
>>
>> -- Brane
>
> Funny. It works with 1.9.x indeed.
>
> Now try the same with a trunk client.
> Is this a regression? Or a new feature?
>
> $ svn merge -cr1721285 ^/subversion/trunk
> --- Merging r1721285 into '.':
> C subversion/libsvn_fs_fs/caching.c
> --- Recording mergeinfo for merge of r1721285 into '.':
> U .
> Summary of conflicts:
> Text conflicts: 1
> Conflict discovered in file 'subversion/libsvn_fs_fs/caching.c'.
> Select: (p) postpone, (df) show diff, (e) edit file, (m) merge,
> (mc) my side of conflict, (tc) their side of conflict,
> (s) show all options: q
> Summary of conflicts:
> Text conflicts: 1
> $ svn --version
> svn, version 1.10.0-dev (under development)
> compiled Apr 15 2016, 10:34:49 on x86_64-unknown-openbsd5.9
>
I can confirm the problem with 1.10.0-dev.
It seems that the diff hunks contain an extra
line that causes the conflict:

@@ -430,7 +430,15 @@
                         svn_fs_fs__deserialize_dir_entries,
                         sizeof(pair_cache_key_t),
                         apr_pstrcat(pool, prefix, "DIR", SVN_VA_NULL),
+<<<<<<< .working
                         SVN_CACHE__MEMBUFFER_DEFAULT_PRIORITY,
+||||||| .merge-left.r1721284
+ SVN_CACHE__MEMBUFFER_DEFAULT_PRIORITY,
+ has_namespace,
+=======
+ SVN_CACHE__MEMBUFFER_HIGH_PRIORITY,
+ has_namespace,
+>>>>>>> .merge-right.r1721285
                         fs,
                         no_handler,
                         fs->pool, pool));
@@ -804,9 +812,17 @@
                         svn_fs_fs__serialize_dir_entries,
                         svn_fs_fs__deserialize_dir_entries,
                         APR_HASH_KEY_STRING,
+<<<<<<< .working
                         apr_pstrcat(pool, prefix, "TXNDIR",
                                     SVN_VA_NULL),
                         0,
+||||||| .merge-left.r1721284
+ prefix,
+ 0,
+=======
+ prefix,
+ SVN_CACHE__MEMBUFFER_HIGH_PRIORITY,
+>>>>>>> .merge-right.r1721285
                         fs,
                         TRUE,
                         pool, pool));

-- Stefan^2.
Received on 2016-04-17 14:31:54 CEST

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.