You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Julian Foad (JIRA)" <ji...@apache.org> on 2018/11/01 16:02:00 UTC

[jira] [Commented] (SVN-4780) Factor out the dumpstream loader editor driver

    [ https://issues.apache.org/jira/browse/SVN-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671798#comment-16671798 ] 

Julian Foad commented on SVN-4780:
----------------------------------

Caller-specific processing includes:
 * validate & normalize properties
 * adjust mergeinfo (revs, paths)
 * adjust copyfrom (revs, paths)
 * defer 'date' and 'author' rev-props to after commit
 * skip selected rev-props
 * ...

> Factor out the dumpstream loader editor driver
> ----------------------------------------------
>
>                 Key: SVN-4780
>                 URL: https://issues.apache.org/jira/browse/SVN-4780
>             Project: Subversion
>          Issue Type: Task
>            Reporter: Julian Foad
>            Assignee: Julian Foad
>            Priority: Major
>
> The dumpstream loader in 'svnrdump' contains an editor driver, whose input is the dumpstream parser API, and whose output makes commits through a delta-editor over the RA layer.
> Factor out the generic parts of this for re-use:
>  * dumpstream parser API to generic delta-editor API
> Use callbacks or separate layers for all caller-specific processing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)