On Sun, Apr 7, 2019 at 3:07 AM Miller, Christopher M CIV USARMY MEDCOM AISR (US) <[email protected]> wrote: > > CLASSIFICATION: UNCLASSIFIED > > > > Hello, in the next few days, I'm going to be moving a Subversion repo from > RHEL5 to RHEL7 and version of Subversion (1.6.11 to 1.7.14-el7). > > > Here are some high level steps that I am going to take: > > > * Move dumps from older server to new server > * load the dump again into a new repository > $ svnadmin create /path/to/repo > $ svnadmin load /path/to/repo --force-uuid < repo.dmp > > > How do I tell what type of Data Store the old Subversion Server is using?
You don't care. > Do anyone have any recommendations on what Data Store to use? Or will it > need to be the same as the old version? > > Thanks Use the default created by the "svnadmin create" command.
