Fix a bug which can corrupt mergeinfo when filtering self-referential
commitca6e867be083f959bbe71189097c2f9b6b84fc03
authorpburba <pburba@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Wed, 9 Apr 2008 21:31:36 +0000 (9 21:31 +0000)
committerpburba <pburba@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Wed, 9 Apr 2008 21:31:36 +0000 (9 21:31 +0000)
treef3a738c9cd8713a93fccef74b88987325950d71e
parent0710ad9ebc46227d32e477a3267d41773fa70451
Fix a bug which can corrupt mergeinfo when filtering self-referential
mergeinfo.

* subversion/libsvn_client/merge.c
  (filter_self_referential_mergeinfo): When processing the array of
  svn_prop_t's *don't* create multiple elements for svn:mergeinfo.
  At most only one will be in the input array and at most only one should
  be in the output array.

git-svn-id: http://svn.collab.net/repos/svn/trunk@30467 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
subversion/libsvn_client/merge.c