Actions
Defect #4782
closedRedmine tries to update database for archived projects
Start date:
2010-02-09
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Hi guys, it seems that I have problem.
When I start this command:
$ ruby script/runner "Repository.fetch_changesets" -e production
I got such error messages:
svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'https://svn.some-projects.com/some-project/qwe/asd' svn: Server sent unexpected return value (403 Forbidden) in response to OPTIONS request for 'https://svn.some-projects.com/some-project/CustomChannels'
This repositories was disabled but projects which contained this repositories was already in archive.
This problem was solved only when I unarchived those projects and delete inactive repositories.
It seems to me that when project in archive Redmine should not access to their repositories.
Redmine 0.9.1 svn, version 1.6.5
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Resolved
- Target version set to 0.9.3
- Resolution set to Fixed
Fixed in r3402.
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from Resolved to Closed
Merged in 0.9-stable in r3431.
Actions