From 43c3d9ea17f1436a6b3b2e7e7827da6f48a21da9 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Wed, 4 Mar 2009 14:26:50 -0800 Subject: Add a 'repo manifest' command whose help is the manifest file format This should make it easier for users to discover the file format on their own, and read about it. Signed-off-by: Shawn O. Pearce --- docs/manifest-format.txt | 84 +++++++++++++++++++++++------------------------- 1 file changed, 41 insertions(+), 43 deletions(-) (limited to 'docs') diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 562e66e2..89257b8b 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -19,39 +19,39 @@ XML File Format A manifest XML file (e.g. 'default.xml') roughly conforms to the following DTD: - - - - - - - - - - - - - - - - - - - - - - - - - - - -]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]> A description of the elements and their attributes follows. @@ -179,16 +179,14 @@ manifest, stored in `$TOP_DIR/.repo/local_manifest.xml`. For example: ----- - $ cat .repo/local_manifest.xml - - - - - ----- + $ cat .repo/local_manifest.xml + + + + + Users may add projects to the local manifest prior to a `repo sync` invocation, instructing repo to automatically download and manage -- cgit v1.2.3-54-g00ecf