Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
repo manifest documentation?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
skillzero  
View profile  
 More options Apr 17 2009, 8:47 pm
From: skillzero <skillz...@gmail.com>
Date: Fri, 17 Apr 2009 17:47:29 -0700 (PDT)
Local: Fri, Apr 17 2009 8:47 pm
Subject: repo manifest documentation?
Is there documentation for the repo manifest file and how to set
things up to use repo outside of Android? Do the git repositories need
to be set up in any special way to use them effectively with repo? Or
is repo not recommended for use outside of Android?

I can sort of figure things out by looking at the Android manifest and
I got a test project working, but I was curious if there's any
documentation on it to make sure I'm doing things correctly.

I started converting a large CVS repository (~3GB of code when checked
out) to git, but it's just too much for a single git repository to
handle (takes a long time for things like git status, etc.). I'd also
like to split things up since most people only need to work on their
project and not the whole thing. repo seems perfect for this so I
wanted to ask before I went down the wrong path.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Shawn Pearce  
View profile  
 More options Apr 17 2009, 8:52 pm
From: Shawn Pearce <s...@google.com>
Date: Fri, 17 Apr 2009 17:52:40 -0700
Local: Fri, Apr 17 2009 8:52 pm
Subject: Re: repo manifest documentation?

On Fri, Apr 17, 2009 at 17:47, skillzero <skillz...@gmail.com> wrote:

> Is there documentation for the repo manifest file and how to set
> things up to use repo outside of Android?

repo help manifest

If you don't have an existing repo client, just clone the repo repository:

  git clone git://android.git.kernel.org/tools/repo.git
  ./repo help manifest

Do the git repositories need

> to be set up in any special way to use them effectively with repo?

No.  They are just standard Git repositories, like any other repository.

> Or
> is repo not recommended for use outside of Android?

Its another solution to git-submodule.  Personally I don't find
git-submodule to be very useful.  repo has more features at this point, and
can implement both "floating branch" (where the repository tracks a branch
and automatically advances) and "pegged revision" models (where the
repository is frozen to a specific SHA-1 listed in the manifest).

> I started converting a large CVS repository (~3GB of code when checked
> out) to git, but it's just too much for a single git repository to
> handle (takes a long time for things like git status, etc.). I'd also
> like to split things up since most people only need to work on their
> project and not the whole thing. repo seems perfect for this so I
> wanted to ask before I went down the wrong path.

Its why we built it for Android!  :-)

We have tried really hard to make sure repo is a general solution to this
sort of problem, and is not Android specific.  But, if you find rough edges,
please report them so we can make it even better.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »