Tuleap refuses the access to a file named .htmlhintrc
in my subversion repository
svn co https://my.tuleap.org/svnplugin/myproject/myrepo/my/path/.htmlhintrc
svn: E170013: Unable to connect to a repository at URL 'https://my.tuleap.org/svnplugin/myproject/myrepo/my/path/.htmlhintrc'
svn: E175013: Access to '/svnplugin/DataGovernance/Airbus/trunk/MasterData/Expertise/Model_Editor/.htmlhintrc' forbidden
It was ok some times ago.
I recently move from version 13.7 to 13.11.
Steps to reproduce:
- create a new SVN repository (or use existing one) on a Tuleap project
- checkout the repository
- cd into the repository
- echo "file to test" > .htmlhintrc
- svn add .htmlhintrc
- svn ci -m "Test svn permission issue"
->
svn: E175013
error