[
https://issues.apache.org/jira/browse/SVN-4850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Shahaf updated SVN-4850:
-------------------------------
Component/s: (was: svnadmin)
libsvn_repos
Affects Version/s: (was: 1.10.x)
1.14.0
Description:
`svnadmin dump --include=/foo` does not include svn:log values for some
revisions.
The values are omitted by svn_repos_fs_revision_proplist() because
svn_repos_dump_fs4() implements filtering support by setting up authz
internally. See the referenced mail for details.
was:
Svnadmin dump with include will lost the svn:log in sometime.
I was fix this issue several months ago , I forgot how to the issue happened
again. But I have a patch to fix this issue, the code was lost the processing
for SVN_PROP_REVISION_LOG.
If there is no svn:log in the dump file , the load will be fail.
Environment:
https://mail-archives.apache.org/mod_mbox/subversion-users/202003.mbox/%3C20200323062500.3755e06f%40tarpaulin.shahaf.local2%3E
(was: CentOS 6.6)
Summary: 'svnadmin dump --include' omits svn:log (because it's
implemented by authz) (was: Svnadmin dump with include will lost the svn:log
in sometime )
> 'svnadmin dump --include' omits svn:log (because it's implemented by authz)
> ---------------------------------------------------------------------------
>
> Key: SVN-4850
> URL: https://issues.apache.org/jira/browse/SVN-4850
> Project: Subversion
> Issue Type: Bug
> Components: libsvn_repos
> Affects Versions: 1.14.0
> Environment:
> https://mail-archives.apache.org/mod_mbox/subversion-users/202003.mbox/%3C20200323062500.3755e06f%40tarpaulin.shahaf.local2%3E
> Reporter: haiyuan qian
> Priority: Major
> Attachments: fs-wrap.jpg, fs-wrap.patch
>
>
> `svnadmin dump --include=/foo` does not include svn:log values for some
> revisions.
> The values are omitted by svn_repos_fs_revision_proplist() because
> svn_repos_dump_fs4() implements filtering support by setting up authz
> internally. See the referenced mail for details.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)