Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Git

To tłumaczenie jest niekompletne. Pomóż przetłumaczyć ten artykuł z języka angielskiego.

Aktualna i oficjalna kopia mozilla-central dla git znajduje się pod adresem https://github.com/mozilla/gecko-dev. Jezeli chcesz pracować nad innymi gałęziami Mozilli to ten link https://github.com/mozilla/gecko-projects się Tobie przyda.

Tutaj znajdziesz też notkę, która powstała aby opisać sposób w jaki należy pracować z mozilla-central używając git.

Reszta strony tłumaczy jak wykonać własną kopię mozilla-central, jednakże praktycznie każdy powinien korzystać z linka podanego powyżej.

Maintaining your own Mercurial mirror of mozilla-central

The rest of this page is for historical reference only - most people can ignore it and it's almost certainly out of date - refer to the information above.

The most commonly used Mercurial mirror is at https://github.com/doublec/mozilla-central

This repository is synced using hg-git. The git-mapfile for it is available at https://www.bluishcoder.co.nz/git-mapfile.bz2

Bootstrapping a hg-git repo

hg clone https://hg.mozilla.org/mozilla-central mozilla-central-hg-git

cd mozilla-central-hg-git/.hg

wget https://www.bluishcoder.co.nz/git-mapfile.bz2

bunzip2 git-mapfile.bz2

git clone git://github.com/doublec/mozilla-central.git --bare git

cd ../

# sync up what's left

hg gexport

 Misc

 -R can be used for specifying a repository other than nearest .hg
e.g. hg -R ../mozilla-central-hg-git push .

Things that would be nice to be able to do

use try-server

Autorzy i etykiety dokumentu

 Autorzy tej strony: Trebor
 Ostatnia aktualizacja: Trebor,