Content
View differences
Updated by Robin Wagner over 11 years ago
Reproduce (with OpenProject instance using reposman):
- Create project
- Wait for repository to be created
- Change project identifier
- Try to checkout repository under new URL
Expected: Repository checkout works
Result: `svn: E000002: Could not open the requested SVN filesystem`
The project identifier is changed, but neither are repository URL nor the folder on the filesystem.
[Redmine has solved this by freezing the project identifier](http://www.redmine.org/issues/11109). This might also be a short-term solution for us, I think in the future we should implement something like GitHub has (redirects etc).
- Create project
- Wait for repository to be created
- Change project identifier
- Try to checkout repository under new URL
Expected: Repository checkout works
Result: `svn: E000002: Could not open the requested SVN filesystem`
The project identifier is changed, but neither are repository URL nor the folder on the filesystem.
[Redmine has solved this by freezing the project identifier](http://www.redmine.org/issues/11109). This might also be a short-term solution for us, I think in the future we should implement something like GitHub has (redirects etc).