Hi,
I've installed Tuleap on a Centos 6.5 at Amazon AWS.
I've added an external storage mounted at /mnt/datas
I've changed the svnroot in the config file to /mnt/datas/repository
My project has been correctly created, I can commit, update, checkout, see the content of each commit but I cannot browse the repository
I've got this error :
import viewvc File "/usr/share/viewvc/lib/viewvc.py", line 62, in import include File "/usr/share/tuleap/src/www/../utils/include.py", line 61, in load_local_config(db_include) File "/usr/share/tuleap/src/www/../utils/include.py", line 47, in load_local_config exec
It looks like an error while loading the conf file but I couldn't have a more explicit error.
I've tried the solution exposed here : [Tuleap-bugs] [
request #7357] Blank page while browsing svn repository
I though it was the same bug at first.
I've removed all the comments in the file just to be sure.
I tried changing the folder rights to 777 just in case.
Any ideas ?