Go to file
Shawn O. Pearce e284ad1d1a Add 'repo init --mirror' to download a complete forrest
The mirror option downloads a complete forrest (as described by the
manifest) and creates a replica of the remote repositories rather
than a client working directory.  This permits other clients to
sync off the mirror site.

A mirror can be positioned in a "DMZ", where the mirror executes
"repo sync" to obtain changes from the external upstream and
clients inside the protected zone operate off the mirror only,
and therefore do not require direct git:// access to the external
upstream repositories.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2008-11-05 18:08:32 -08:00
codereview Update proto_client to notify the user when auth cookies are accessed 2008-11-04 10:49:04 -08:00
docs Add a basic outline of the repo manifest file format 2008-11-04 11:19:36 -08:00
froofle Initial Contribution 2008-10-21 07:00:00 -07:00
hooks Install a default pre-auto-gc hook in all repositories 2008-11-03 11:00:44 -08:00
subcmds Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00
.gitignore Initial Contribution 2008-10-21 07:00:00 -07:00
color.py Initial Contribution 2008-10-21 07:00:00 -07:00
command.py Initial Contribution 2008-10-21 07:00:00 -07:00
COPYING Initial Contribution 2008-10-21 07:00:00 -07:00
editor.py Initial Contribution 2008-10-21 07:00:00 -07:00
error.py Install a default pre-auto-gc hook in all repositories 2008-11-03 11:00:44 -08:00
gerrit_upload.py Remove unused import from gerrit_upload.py 2008-10-28 08:44:18 -07:00
git_command.py Initial Contribution 2008-10-21 07:00:00 -07:00
git_config.py Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00
main.py Install a default pre-auto-gc hook in all repositories 2008-11-03 11:00:44 -08:00
Makefile Initial Contribution 2008-10-21 07:00:00 -07:00
manifest.py Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00
pager.py Initial Contribution 2008-10-21 07:00:00 -07:00
project.py Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00
remote.py Initial Contribution 2008-10-21 07:00:00 -07:00
repo Add 'repo init --mirror' to download a complete forrest 2008-11-05 18:08:32 -08:00