Menu

Folders with special character in the name not seen

Help
guz42
2015-08-15
2015-09-08
  • guz42

    guz42 - 2015-08-15

    Hi,

    I just installed svn-access-manager (v 0.5.6.2) on debian jessie / apache2.4 / php5.6 / svn 1.8.10. Everything works fine, including the ldap import of users and svn rights are being applied correctly . So far so good.
    Now I notice that that some Folders in the repository cannot be seen. Some special characters seem tro trigger this behaviour like " " (space) and special german characters. For example the following does not work: my SVN repository contains "New Folder/New Folder/New Folder"
    In the Repository access management this happens
    New Folder #can be seen
    -New Folder #can not be seen
    --New Folder #can not be seen

    Is there any way to make the Folder structure visible again in the web browser? do I miss any php settings for example?

     
  • David Helwig

    David Helwig - 2015-09-08

    In this case you have to add the following line to the following php file:

    /Path/to/svn_access_manager/include/functions.inc.php:61: $locale = "de_DE.UTF-8";

    This helps with special characters needed in the german language.

    I hope this helps

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.