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:42:00 UTC

[jira] [Updated] (SVN-4214) "svnadmin recover" should not create rep-cache.db

     [ https://issues.apache.org/jira/browse/SVN-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Foad updated SVN-4214:
-----------------------------
    Fix Version/s:     (was: ---)
                   1.8.0

> "svnadmin recover" should not create rep-cache.db
> -------------------------------------------------
>
>                 Key: SVN-4214
>                 URL: https://issues.apache.org/jira/browse/SVN-4214
>             Project: Subversion
>          Issue Type: Bug
>          Components: libsvn_fs_fs
>    Affects Versions: all
>            Reporter: Philip Martin
>            Priority: Major
>             Fix For: 1.8.0
>
>
> {noformat:nopanel=true}
> $ svnadmin create repo
> $ echo [rep-sharing] >> repo/db/fsfs.conf
> $ echo enable-rep-sharing = true >> repo/db/fsfs.conf
> $ svn mkdir -mm file://`pwd`/repo/A
> $ ls repo/db/rep-cache.db
> ls: repo/db/rep-cache.db: No such file or directory
> $ svnadmin recover repo
> $ ls repo/db/rep-cache.db
> repo/db/rep-cache.db
> Recover should not operate on rep-cache.db if rep-caching is disabled.
> {noformat}



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