Actions
Feature #1454
openSupport repository syncing for new repository imports
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM extra
Target version:
-
Start date:
2008-06-15
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
When used with automatic repository creation mode, it would be a nice feature to have the repository generated using svnsync from a URL and credentials, this would allow people to migrate projects fropm other systems into redmine system complete with history. This would require the following steps
1. Create the repository as normal
2. Change the pre-revprop-change hook to allow only one user to write (see svnsync docs)
3. Run svnsync with destination repository, credentials and URL.
4. When completed, remove pre-revprop-change hook
Hook files and auth files are not migrated with svnsync so the repository would then work correctly with the perl svn auth library.
Related issues
Actions