From: martin schitter <ms+git@mur.at>
To: ffmpeg-devel@ffmpeg.org
Subject: Re: [FFmpeg-devel] Regarding Git Tooling
Date: Wed, 22 Jan 2025 07:41:49 +0100
Message-ID: <8b2e6b6d-0db4-460f-8aa2-bee4c94b2719@mur.at> (raw)
In-Reply-To: <DM8P223MB03658364E48816BD617C0350BAE12@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM>
On 22.01.25 03:00, Soft Works wrote:
> It's a bit difficult to judge those repo providers without appropriate data, so I made copies of the ffstaging GitHub site (for creating PRs being sent to the ML), so the all have current ffmpeg data:
>
>
> Gitea
>
> https://gitea.com/ffstaging/FFmpeg
>
>
> forgejo
>
> https://v10.next.forgejo.org/ffstaging/FFmpeg
>
>
> GitLab
>
> https://gitlab.com/ffstaging/FFmpeg
Perhaps you should also add a `radicle` (https://radicle.xyz/) test repo
to the play, because it's one of the rare solutions, which takes
decentralization, platform independent meta info within the git repo
data itself and access by various means really serious. And it's core
isn't based on one of this horrible web tech frameworks but using rust
for a perfomance and safety critical server implementation. Only the
web-browser-frontend uses svelte. Unfortunately it's still in very early
development stage and hard to get used for newcomers.
In regard to the other three more common choices, you should definitely
also ask about their CI, search and federation capabilities and current
support.
Forgejo may look nice on first sight, because it's more or less just
copying GitHub, which most of us became used over time, but it has a lot
of really insufficient solved edges, which are very annoying in daily work.
Whenever I contribute to a codberg.org based project, I have to use some
GitHub mirror in parallel, because the current search capabilities are
so much worse in Forgjo. You may argue, that searching is a task, which
you handle localy in your IDE or by old-fashioned command line tools
anyway. But this will work only for code and commit content! All the
info, which is placed in issue and merge request threads, isn't easily
accessibly by other means. If you have to make changes in huge projects,
you always spend lots of time to understand the history and decisions
during the development process in the past. This info is usually placed
in exactly this hidden corners, if available at all, just as here on
this mailing list.
Better CI support, which is the strong side of GitLab, is IMHO just
similar important as pure git repo hosting. It helps to automatically
check merge requests, and report and step by step correcting the related
issues in a significant more efficient way than here on the list. But
good CI solutions, which are not just somehow glued together with the
code management infrastructure, allow much more! They are not controlled
and configured only by the repo owner by hidden setups, but are
transparent and can be easily modified by users in their private forks
or runners on their local machines. That's a very important feature in
practice, because it motivates developers to also improve this test and
build infrastructure together instead of just relaying on some
non-transparent given infrastructure maintained by a few professionals.
martin
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2025-01-22 6:42 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-20 20:39 Marth64
2025-01-20 21:09 ` Nicolas George
2025-01-20 21:12 ` Marth64
2025-01-20 22:25 ` Nicolas George
2025-01-20 22:44 ` Marth64
2025-01-20 23:28 ` Marth64
2025-01-22 12:39 ` Nicolas George
2025-01-27 20:39 ` Jan Ekström
2025-01-27 20:55 ` Timo Rothenpieler
2025-01-20 22:44 ` compn
2025-01-20 22:14 ` Leo Izen
2025-01-21 1:26 ` Michael Niedermayer
2025-01-21 1:56 ` Soft Works
2025-01-21 2:38 ` Michael Niedermayer
2025-01-21 3:22 ` Soft Works
2025-01-21 3:56 ` Kieran Kunhya via ffmpeg-devel
2025-01-21 4:03 ` Soft Works
2025-01-21 4:07 ` Marth64
2025-01-21 7:17 ` Nicolas George
2025-01-21 1:57 ` compn
2025-01-21 2:41 ` Michael Niedermayer
2025-01-21 2:56 ` James Almer
2025-01-21 3:34 ` Soft Works
2025-01-21 11:51 ` Niklas Haas
2025-01-21 17:55 ` Frank Plowman
2025-01-21 18:20 ` Niklas Haas
2025-01-21 12:04 ` Niklas Haas
2025-01-21 15:39 ` Lynne
2025-01-21 15:54 ` Michael Niedermayer
2025-01-21 16:14 ` Soft Works
2025-01-22 0:38 ` Soft Works
2025-01-22 1:08 ` Marth64
2025-01-22 2:00 ` Soft Works
2025-01-22 6:41 ` martin schitter [this message]
2025-01-25 7:54 ` Soft Works
2025-01-25 19:17 ` martin schitter
2025-01-25 22:20 ` Marth64
2025-01-21 16:22 ` James Almer
2025-01-21 17:48 ` Michael Niedermayer
2025-01-21 17:57 ` James Almer
2025-01-21 18:14 ` Niklas Haas
2025-01-25 6:57 ` Rémi Denis-Courmont
2025-01-21 16:37 ` James Almer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8b2e6b6d-0db4-460f-8aa2-bee4c94b2719@mur.at \
--to=ms+git@mur.at \
--cc=ffmpeg-devel@ffmpeg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git