hraban / tomono

Multi- To Mono-repository merge
https://tomono.0brg.net
GNU Affero General Public License v3.0
842 stars 138 forks source link

Tags #17

Closed Tobias-08 closed 2 years ago

Tobias-08 commented 6 years ago

Hi, your script does not migrate the existing tags to the monorepo (at least in my case). Do you have any advice how to achieve this?

Thanks!

hraban commented 6 years ago

Can you give an example of what you tried?

I just tried with:

$ cat repos.txt
git@github.com:ncw/rclone.git rclone
git@github.com:justone/dockviz.git dockviz

and I got all tags, from both repos. If anything, that's probably a bad thing; I had never really planned out tag clashes. I just checked, and it turns out all duplicate tag names are ignored, so you'll only be left with the first tag. Is it possible that's what happened on your end?

hraban commented 2 years ago

This has been fixed