I have SVN dump file created with 'svnadmin dump' command in SVN version 1.10.x. and Would like to store this data to some data-storage server location and want to retire/decommission the current old SVN server since we are not using SVN anymore.
If I need this SVN code sometime in future and want to re-dump/load it with higher version of Subversion installed, eg - 1.13.x or 1.14.x or xyz version of svn, will that repo dump file or repo zip file will be compatible and works with newer version ?
Tried dumping the repo and re-load the dumped repo in same version - works fine.