Update Migration trac redmine

Anthony Callegaro 2024-06-18 12:55:31 +00:00
parent d6a2e39991
commit ffb809962a

@ -129,8 +129,8 @@ And some ugly hack that might be removed :
I [sent it I [sent it
upstream](http://www.redmine.org/boards/1/topics/12273?r=24039#message-24039) upstream](http://www.redmine.org/boards/1/topics/12273?r=24039#message-24039)
hoping they will put it in a future version of redmine. Else you can hoping they will put it in a future version of redmine. Else you can
download it from here : ![migrate_from_trac.rake](../raw/migrate_from_trac.rake). The download it from here : ![migrate_from_trac.rake](../raw/attachments/migrate_from_trac.rake). The
corresponding patch for Redmines trunk revision 5857 is here : ![migrate_from_trac.rake_r5857.patch](../raw/migrate_from_trac.rake_r5857.patch). corresponding patch for Redmines trunk revision 5857 is here : ![migrate_from_trac.rake_r5857.patch](../raw/attachments/migrate_from_trac.rake_r5857.patch).
Once you have the new script, run : Once you have the new script, run :
@ -184,7 +184,7 @@ In redmine, go to Administration ->Settings ->Repository (i.e.
http://newredmineserver:3000/settings?tab=repositories) to include http://newredmineserver:3000/settings?tab=repositories) to include
see/fix : see/fix :
![](../raw/AdminSettingsRepository.png) ![](../raw/attachments/AdminSettingsRepository.png)
### 7.1. Add pre-revprop-change hooks to allow revision modifications ### 7.1. Add pre-revprop-change hooks to allow revision modifications
@ -215,7 +215,7 @@ see/fix :
In redmine, go to : your project ->Settings ->Repository (i.e. In redmine, go to : your project ->Settings ->Repository (i.e.
http://newredmineserver:3000/project1/settings/repository) : http://newredmineserver:3000/project1/settings/repository) :
![](../raw/RepositorySettings.png) ![](../raw/attachments/RepositorySettings.png)
### 7.4. Sync redmine DB from SVN ### 7.4. Sync redmine DB from SVN
@ -223,7 +223,7 @@ You have to generate a key first by going back in Administration ->
Settings ->Repository (i.e. Settings ->Repository (i.e.
http://newredmineserver:3000/settings?tab=repositories) : http://newredmineserver:3000/settings?tab=repositories) :
![](../raw/GenerateKey.png) ![](../raw/attachments/GenerateKey.png)
Then to import all projects repository at once run : Then to import all projects repository at once run :