summaryrefslogtreecommitdiffstats
path: root/docs/internal-fs-layout.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r--docs/internal-fs-layout.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md
index 0b6c4709..8050e4f0 100644
--- a/docs/internal-fs-layout.md
+++ b/docs/internal-fs-layout.md
@@ -68,13 +68,20 @@ support, see the [manifest-format.md] file.
68 If you want to switch the tracking settings, re-run `repo init` with the 68 If you want to switch the tracking settings, re-run `repo init` with the
69 new settings. 69 new settings.
70 70
71* `manifest.xml`: The manifest that repo uses. It is generated at `repo init`
72 and uses the `--manifest-name` to determine what manifest file to load next
73 out of `manifests/`.
74
75 Do not try to modify this to load other manifests as it will confuse repo.
76 If you want to switch manifest files, re-run `repo init` with the new
77 setting.
78
79 Older versions of repo managed this with symlinks.
80
71* `manifest.xml -> manifests/<manifest-name>.xml`: A symlink to the manifest 81* `manifest.xml -> manifests/<manifest-name>.xml`: A symlink to the manifest
72 that the user wishes to sync. It is specified at `repo init` time via 82 that the user wishes to sync. It is specified at `repo init` time via
73 `--manifest-name`. 83 `--manifest-name`.
74 84
75 Do not try to repoint this symlink to other files as it will confuse repo.
76 If you want to switch manifest files, re-run `repo init` with the new
77 setting.
78 85
79* `manifests.git/.repo_config.json`: JSON cache of the `manifests.git/config` 86* `manifests.git/.repo_config.json`: JSON cache of the `manifests.git/config`
80 file for repo to read/process quickly. 87 file for repo to read/process quickly.