Ryan Schmidt wrote on Wed, Nov 14, 2012 at 00:27:21 -0600: > > On Nov 13, 2012, at 21:54, Robert R. Kessler <kess...@cs.utah.edu> wrote: > > > Unfortunately, I have not been able to find an archived download of the 1.7 > > alpha3 version in order to try to see if the svnadmin extraction will work. > > > > Does anyone have a copy of that version so I can give this a shot. > > Source downloads for all versions of Subversion are here: > > http://archive.apache.org/dist/subversion/ > > Since you mentioned TortoiseSVN, I assume you are looking for a pre-compiled > Windows binary of Subversion. The Subversion project doesn't provide > pre-compiled binaries, but does provide links to others who do: > > http://subversion.apache.org/packages.html#windows > > You'll have to ask those individuals and organizations if they have older > versions and how to get them. > > As for TortoiseSVN itself, older versions can be found here: > > http://sourceforge.net/projects/tortoisesvn/files/ > > You might try the first beta of TortoiseSVN 1.7.0; perhaps the beta of > Subversion 1.7.0 that it was linked with is close enough to the alpha3 > version that your repository was made with.
Good idea, but no. 1.7.0-beta1 doesn't support FSFS format 5: % svn cat ^/subversion/tags/1.7.0-beta1/subversion/libsvn_fs_fs/fs.h | grep SVN_FS_FS__FORMAT_NUMBER #define SVN_FS_FS__FORMAT_NUMBER 4 Neither do 1.7.0-rc* of course. So only 1.7.0-alpha* and 1.7-dev (ie, trunk or branch snapshots). IIRC format 5 is identical to 4 except for storage of revprops. It would be straightforward to export it without the revprops, and should be straightforward to write a script to convert the revprops storage to format 4 (supported by 1.6+); but I don't know that anyone ever wrote that script. >