Expected FS format between '1' and '7'; found format '8'

Hi everybody:
Ubuntu 16.04
svn, version 1.9.3 (r1718519)
Rhodecode version: 4.24.0
When I cretae a repository with rhodecode from the version 4.24.0, this new repository is created with FS format 8.
We use svntortoise as client and we cannot visualize the newest repositories:
Apache’s error log: Expected FS format between ‘1’ and ‘7’; found format ‘8’
svntortoise error: unable to connect to a repository …

I have created in the server , with command-line, svnadmin create xxxxx y the new repository is created with format 7
however
If the repository is created by rhodecode, format 8.
Who creates the repository??
Are there two different svn versions in my server?
thanks in advance

Hi,

Please adjust .ini file and set proper
vcs.svn.compatible_version = 1.9

This way repositories would be created using older version

It works. Thank you
Now, in the new repositories , the file format, they show version 7 again and can be modified.
thank you very much.