Origo is shutting down their SVN hosting, so I am once again forced to move to another SVN hosting service. The thing is, they did provide us with an URL to a "nightly dump" of the repository.
But in fact, this is NOT a Subversion portable dump file. What I got is a 280Mb "tar.gz" backup of the whole filesystem repository.
Thus, when trying to "import" or manage that backup I am faced with a few issues.
Since I am planning to go back to Assembla for SVN hosting, I need a valid portable dump file for import. Here is where I am stuck:
svnadmin load
because I did not get a valid dump file in the first place.svnadmin dump
. But then I get a dreaded message: 'vnadmin: E160033: Unknown FS type 'fsfs
svnadmin create testrepo
against my Origo repository.I am posting a question here hoping that I can find a way to kinda handle this conversion from a linux svn repository to a windows svn repository.
I already see two options out of this mess, both of which I would rather try to avoid:
OPTION 1: Use a linux PC. That means:
OPTION 2: Use svnsync
svnsync
svndump
on that mirrored repository to create a portable dumpSIDE NOTE: I have been saving that daily backup file for years, but only now am I trying now to make any use of it and I have this problem. Which makes me think back about making restores instead of backups
If it really backup of FS-tree of repo, you can only