On Mon, May 22, 2023 at 1:48 PM Yaniv Waldman <ya...@benarit.com> wrote: > > Hello > > I hope you can assist me > > > > I had to reinstall collabnet subversion svn server, and some of my > repositories are not working. > > I assume it’s because different versions. > > > > My svn server is 3.3.1 > > > > The error is – > > > > Python Traceback > > > > Traceback (most recent call last): File "C:\csvn\lib\viewvc\viewvc.py", line > 4872, in main request.run_viewvc() File "C:\csvn\lib\viewvc\viewvc.py", line > 321, in run_viewvc self.repos.open() File > "C:\csvn\lib\viewvc\vclib\svn\svn_repos.py", line 387, in open self.repos = > repos.svn_repos_open(self.rootpath) File > "C:\csvn\lib\svn-python\libsvn\repos.py", line 211, in svn_repos_open return > _repos.svn_repos_open(*args) SubversionException: 160043 - Expected FS format > between '1' and '4'; found format '6 > > > > I think I need to upgrade to version 4.0.11 > > But I can’t find any site with this installation file. > > > > Can you help me with that please ? > > > > Yaniv > > Benarit LTD > >
The actual error is "Expected FS format between '1' and '4'; found format '6". It appears that your repositories were created with a more recent format (or upgraded to it with `svnadmin upgrade`) and your outdated SVN Edge installation doesn't know how to work with them. AFAIK, SVN Edge 3.3.x was linked with SVN 1.7.x, and SVN Edge 4.0.x was linked with SVN 1.8.x that introduced a new version of the repository format. So I guess that installing SVN Edge 4.0.x will resolve that error. Two important notes: * The latest and current version of SVN is 1.14.x. SVN versions 1.7.x and 1.8.x are not supported, so your SVN Edge versions are linked against outdated and non-supported versions of SVN. * You've contacted a wrong mailing list. All SVN usage questions should be posted to the users@ mailing list[1]. [1]: https://subversion.apache.org/mailing-lists.html -- With best regards, Pavel Lyalyakin VisualSVN Team