mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 20:58:16 -05:00
[GH-ISSUE #95] Mirror Repo with same name project name issue #180
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @svh1985 on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/95
Originally assigned to: @arunavo4 on GitHub.
I have multiple starred Github repo's which have the same project name but with different owners:
When I import to Gitea only the first repo imported shows up as:
Is it possible to add a suffix with the user account like so they show up in Gitea as:
Or maybe an org per user:
Thanks!
@arunavo4 commented on GitHub (Sep 11, 2025):
@svh1985 Thanks for reporting this. Maybe we can make it configurable when conflicts like these happen.
@arunavo4 commented on GitHub (Sep 14, 2025):
@svh1985 Please try v3.7.0 I have added one option in config. Let me know if this helps.
I have avoided adding org and also suffix together as that will cause migration headaches for existing users. Easiest was using prefix suffix so I have added that.
@svh1985 commented on GitHub (Sep 16, 2025):
@arunavo4 Thanks it works well!
Two suggestions:
@arunavo4 commented on GitHub (Sep 16, 2025):
Sure will take the suggestions into consideration and make updates