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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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