mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[GH-ISSUE #95] Mirror Repo with same name project name issue #50
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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