Menu

Empty dump file (PATH_SEPARATOR problem)

Help
kdre76
2005-08-18
2013-05-01
  • kdre76

    kdre76 - 2005-08-18

    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

     
    • Marijn Verkerk

      Marijn Verkerk - 2005-08-22

      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

       

Log in to post a comment.