Git migration - website moved

eo10nd at duesdings.de eo10nd at duesdings.de
Fri Jun 13 21:32:18 BST 2025


Hi,

> This has the unintented side effect that people that could commit directly to
> their subteams area in SVN can no longer direct commit because git websites
> are write protected for most people.
> 
> For now please create Merge Requests and I will try to merge them ASAP.
> 
> @sysadmin any idea how we can fix that so those who could commit to the l10n/
> teams can still do it now?

I'm not a sysadmin but generally what you (or the sysadmins) maybe can 
do is to allow everyone to merge Merge Requests into the master branch, 
but activate that a review by a code owner is required. And then you can 
create a CODEOWNERS file and write down the teams on the paths of their 
team pages.
See https://docs.gitlab.com/user/project/codeowners/reference/

You could also use push rules to limit teams to only change their 
directories, but it will probably be a bit more complicated than 
CODEOWNERS. Then they could even push directly to the master branch.

Or you allow write access to the whole repo for all teams and intervene 
if the trust is violated.

Cheers,
Nico




More information about the kde-i18n-doc mailing list