Internal reference deletion error message when attempting a mirror#1569
Labels
No labels
accessibility
bug
bug
infrastructure
Codeberg
contributions welcome
docs
duplicate
enhancement
infrastructure
legal
licence / ToS
please chill
we are volunteers
public relations
question
question
user support
s/Forgejo
s/Pages
s/Weblate
s/Woodpecker
security
service
upstream
wontfix
No milestone
No project
No assignees
3 participants Notifications
Due date No due date set.
Dependencies
No dependencies set.
Reference: Codeberg/Community#1569
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?
Comment
I am getting multiple copies of the error message added by forgejo/forgejo#2834 in the following mirror creation workflow. Perhaps there's ONE intended workflow for mirror creation on Codeberg an this is not it? Please use the same gh repo to reproduce.
git clone git@github.com:lucat1/visimp
cd visimp
git remote add --mirror=push mirror git@codeberg.org:<user>/<mirror-name>
git push --mirror mirror
Output:
git push --mirror
#422Update: logging in with my user (i.e., the owner of the repo mentioned above), I now get the header
This sends me to the ["Push Hook / Webhook / Actions aren't running" Gita FAQ page](Push Hook / Webhook / Actions aren't running). Of course, none of the scenario mentioned there applies, as the error messages I am getting are due to forgejo/forgejo#2834, as already mentioned.
The alternative to these error messages is currently that pull requests are borked, which is also a frequent issue.
There's currently no best solution for mirroring repos between many forges, I believe.
This does not reproduce on other repos, though, and it does not seem to be the intended behavior, as disabling the "Pull Requests" unit was supposed to fix it, according to Codeberg/Documentation#422.
How to manage it with the mirroring function in forgejo?
I got this message on my new repo (which i want mirror back to my old)