You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Ben Reser (JIRA)" <ji...@apache.org> on 2014/12/09 08:18:12 UTC

[jira] [Created] (INFRA-8830) Subversion

Ben Reser created INFRA-8830:
--------------------------------

             Summary: Subversion 
                 Key: INFRA-8830
                 URL: https://issues.apache.org/jira/browse/INFRA-8830
             Project: Infrastructure
          Issue Type: Bug
          Components: Subversion
         Environment: svn.eu.apache.org
            Reporter: Ben Reser


Revision property synchronization is not working properly.  svn.eu.apache.org is not getting property updates from the master.  Consider these two commands.  They should produce the same output:

$ svn log -c 1643189 https://svn.us.apache.org/repos/asf/subversion
------------------------------------------------------------------------
r1643189 | julianfoad | 2014-12-05 00:25:52 -0800 (Fri, 05 Dec 2014) | 7 lines

Merged r1643119 from '1.8.x-r1643074' branch onto '1.7.x' branch.

[Note from the future: This was a mis-merge on the wrong branch,
 it was reverted in r1643986 and r1643991.  The original commit message
 said it was a merge of r1643074 from trunk onto 1.7.x-r1643074 which
 was not the case and has been corrected above.]

------------------------------------------------------------------------

$ svn log -c 1643189 https://svn.eu.apache.org/repos/asf/subversion
------------------------------------------------------------------------
r1643189 | julianfoad | 2014-12-05 00:25:52 -0800 (Fri, 05 Dec 2014) | 1 line

On the '1.7.x-r1643074' branch: merge r1643074 from trunk.
------------------------------------------------------------------------

I'm assuming this is something that was missed or simply not setup correctly during the rebuild of the svn.us machine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)