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/08/23 08:36:00 UTC

[jira] [Commented] (SVN-4077) FSFS recover should prune unborn revisions from rep-cache.db

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

Julian Foad commented on SVN-4077:
----------------------------------

Follow-ups: r1213681, r1213690, r1213711, r1213716

These follow-ups were all included in the original backport to 1.7.x, which was merged from branch '1.7.x-r1213331' in r1213757. The 1.8.x branch was created much later (r1467414) and so naturally included all of these revisions.

 

> FSFS recover should prune unborn revisions from rep-cache.db
> ------------------------------------------------------------
>
>                 Key: SVN-4077
>                 URL: https://issues.apache.org/jira/browse/SVN-4077
>             Project: Subversion
>          Issue Type: Improvement
>          Components: libsvn_fs_fs
>    Affects Versions: 1.7.x
>            Reporter: Daniel Shahaf (äñ§€¥£¢)
>            Priority: Major
>             Fix For: 1.7.3, 1.8.0
>
>
> {noformat:nopanel=true}
> 'svnadmin recover', once it has determined what YOUNGEST is, should run:
> sqlite3 rep-cache.db "DELETE FROM rep_cache WHERE revision > ?" YOUNGEST;
> {noformat}



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