Actions
Defect #43356
openSubversion checkout results in 'forbidden' error on 190511141819_ecookbook-gantt.pdf
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I deploy Redmine via Subversion checkout, which has been working fine for years. I'm currently running 5.1.7 without issue but upon updating to 6.1.0 I'm encountering a problem checking the code out from the repository:
svn: E175013: Access to '/redmine/!svn/rvr/24009/tags/6.1.0/test/fixtures/files/2019/05/190511141819_ecookbook-gantt.pdf' forbidden
The rest of the tagged release checks out fine, at least up to this point.
This can be confirmed using curl:
$ curl -I https://svn.redmine.org/redmine/tags/6.1.0/test/fixtures/files/2019/05/190511141819_ecookbook-gantt.pdf
HTTP/1.0 403 Forbidden
Or by just attempting to access the file in a browser:
https://svn.redmine.org/redmine/tags/6.1.0/test/fixtures/files/2019/05/190511141819_ecookbook-gantt.pdf
This is an issue at least as far back as 6.0.0. I haven't checked tags prior to that.
Actions