silly GIT question

Rolf Eike Beer kde at opensource.sf-tec.de
Wed Nov 30 08:05:07 UTC 2011


> Am 29.11.11 22:52, schrieb Evan Teran:
>> (http://www.kde.org/applications/utilities/kcalc/development) what the
>> info is for anonymous access. But I must have missed the info for
>> actual dev access.
>
> I used to be a developer in ancient svn times, so I don't know this
> either, but can give you some hints:
>
> * If you have SVN devel access, this one is automagically transferred to
> your git access. You can set a new key here, if you lost your old one:
> ** https://identity.kde.org/
>
> * Instead of using "git://anongit.kde.org", to check out code, you
> instead use "git at git.kde.org" to push code to the repository.
> Further reading there:
> ** http://community.kde.org/Sysadmin/GitKdeOrgManual

The interesting pieces are in
http://community.kde.org/Sysadmin/GitKdeOrgManual#Let_Git_rewrite_URL_prefixes

The point is to use the anongit for read operations as that one is in fact
not a single server, so the load is distributed. Only write operations
then go to git.kde.org so this server isn't overcrowded.

Greetings,

Eike (the real one *g*)


More information about the Kde-utils-devel mailing list