Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiki start page will overwritten by other top pages #57

Closed
hkato opened this issue Aug 15, 2020 · 0 comments
Closed

Wiki start page will overwritten by other top pages #57

hkato opened this issue Aug 15, 2020 · 0 comments

Comments

@hkato
Copy link
Contributor

hkato commented Aug 15, 2020

This kind of wiki structure pattern

redmine-wiki

$ migrate-rg pages --redmine-key my_redmine_key \
  --gitlab-wiki ~/tmp/test.wiki \
  http://localhost/projects/test

migrate-rg creates these pages

  • Wik -> home.md
  • WikiTopPage2 -> home.md (overwrite)
  • WikiTopPage3 -> home.md (overwrite)
$ cd ~/tmp/test.wiki
$ ls -l *.md
.rw-r--r-- 84 hideyuki staff 2020-08-15 17:52 ChiledPage1.md
.rw-r--r-- 39 hideyuki staff 2020-08-15 17:52 ChiledPage2.md
.rw-r--r-- 33 hideyuki staff 2020-08-15 17:52 GrandchildPage1.md
.rw-r--r-- 27 hideyuki staff 2020-08-15 17:52 home.md

WikiTopPage2.md, WikiTopPage3.md are not created and home.md is overwritten.

I'm tested on

  • Redmine 4.1.1 (docker official image)
  • 6992a60

// Maybe, I will fix this issue... OK?

hkato added a commit to hkato/redmine-gitlab-migrator that referenced this issue Aug 15, 2020
…check parent, just replace 'Wiki' with 'home'
hkato added a commit to hkato/redmine-gitlab-migrator that referenced this issue Aug 15, 2020
…check parent, just replace 'Wiki' with 'home'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant