Hey guys,
I am currently struggling with the file system format of one of my SVN repositories.
I have a Windows Server at home, running with a SVN server software. I created a FSFS SVN repository on that server a while ago. The server software automatically created that repository with the SVN file system format 8 (which is the most recent one, afaik). Running so far!
Now I tried to move my SVN repositories onto my Synology NAS with a current DSM version installed. I installed the SVN server package on the NAS, created a new repository and then moved the /db directory from my existing FS format 8 repository into the /db folder in the repo's folder on the NAS.
But now, if I want to check out a working copy, I get this error message:
So my question is now: Is this an issue of the SVN server on the Synology NAS? Is it too old?
Because when I check the SVN directory via SSH, I get this:
The files are from 2017. That's the reason I came to the conclusion, the version may be too old.
Are there newer versions of the SVN server running on Synology NAS available and, if yes, could I replace the files in the folder above with newer files?
Looking forward to your comments.
Thanks,
teha
I am currently struggling with the file system format of one of my SVN repositories.
I have a Windows Server at home, running with a SVN server software. I created a FSFS SVN repository on that server a while ago. The server software automatically created that repository with the SVN file system format 8 (which is the most recent one, afaik). Running so far!
Now I tried to move my SVN repositories onto my Synology NAS with a current DSM version installed. I installed the SVN server package on the NAS, created a new repository and then moved the /db directory from my existing FS format 8 repository into the /db folder in the repo's folder on the NAS.
But now, if I want to check out a working copy, I get this error message:
"Expected FS format between '1' and '7'; found format '8'"
I have SVN 1.14.x installed, which should be fine. I also tried this with another (older) repo with FS format 4, that worked fine this way!So my question is now: Is this an issue of the SVN server on the Synology NAS? Is it too old?
Because when I check the SVN directory via SSH, I get this:
Code:
USERNAME@HOSTNAME:/volume1/@appstore/SVN/bin$ ll
total 2520
drwxr-xr-x 2 root root 4096 Aug 16 2017 .
drwxr-xr-x 7 root root 4096 Jul 6 11:56 ..
-rwxr-xr-x 1 root root 1092120 Aug 16 2017 svn
-rwxr-xr-x 1 root root 166220 Aug 16 2017 svnadmin
-rwxr-xr-x 1 root root 212268 Aug 16 2017 svnbench
-rwxr-xr-x 1 root root 87852 Aug 16 2017 svndumpfilter
-rwxr-xr-x 1 root root 107488 Aug 16 2017 svnfsfs
-rwxr-xr-x 1 root root 149692 Aug 16 2017 svnlook
-rwxr-xr-x 1 root root 82332 Aug 16 2017 svnmucc
-rwxr-xr-x 1 root root 177132 Aug 16 2017 svnrdump
-rwxr-xr-x 1 root root 297248 Aug 16 2017 svnserve
-rwxr-xr-x 1 root root 138712 Aug 16 2017 svnsync
-rwxr-xr-x 1 root root 38792 Aug 16 2017 svnversion
Are there newer versions of the SVN server running on Synology NAS available and, if yes, could I replace the files in the folder above with newer files?
Looking forward to your comments.
Thanks,
teha