on my Linux system I could not download a dump file with svnmanager. I always received an empty file. After debugging a little, I found out, that PATH_SEPARATOR is set to ":".
I "fixed" this bug by replacing PATH_SEPARATOR with "/" (in files: DumpOutputPage.php and LoadPage.php).
Maybe this info helps someone.
Greetings,
Klaus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
on my Linux system I could not download a dump file with svnmanager. I always received an empty file. After debugging a little, I found out, that PATH_SEPARATOR is set to ":".
I "fixed" this bug by replacing PATH_SEPARATOR with "/" (in files: DumpOutputPage.php and LoadPage.php).
Maybe this info helps someone.
Greetings,
Klaus
Hi there!
Thanks for pointing this out!
PATH_SEPARATOR should be replaced with DIRECTORY_SEPARATOR in three files:
DumpOutputPage.php
LoadPage.php
RecoverPage.php
Kind regards,
Marijn