I have a few questions about the manifest.xml file format and adding
projects to Gerrit.
First, is there any documentation on the manifest.xml format?
When inserting a project into the projects table of the Gerrit
Postgres DB, is it best to use the path or the name attribute form the
project tag of the manifest file?
When setting up an android mirror, would you insert each project that
has a <project> tag in the manifest file into the Gerrit projects and
branches table? Is this normally dependent on usage; in other words,
only add the projects that your team is going to use?
Is there ever more than one manifest file in a repo repository?
Finally, is the purpose of the add-branch UI tool to add branches that
already exist in the repository or to create a new branch altogether?
When inserting a project into the projects table of the Gerrit
Postgres DB, is it best to use the path or the name attribute form the
project tag of the manifest file?
The path.
I'll consider renaming it to path in the projects table. Its a relatively painless change. Its just YetAnotherSchemaUpgrade. We seem to have one every release. :)
I have another question. My company will have several projects going
at the same time for different customers. It's necessary to keep all
the development efforts completely separate for the customers as
well. I just pulled down a repo repository that has something like 70
sub-projects inside of it. If we have several going at the same time,
we might have something like 300 projects in Gerrit within the first
year or so of using it.
Is there a way to create wildcard style access rules? For example, if
you have
Project/proj1
Project/proj2
Project/proj3
Could you use a wildcard in the database to assign some user group to
have "verify" access to Project/*?
The System Design document lists these numbers in the Scalability
On Mar 4, 1:33 pm, Shawn Pearce <s...@google.com> wrote:
> Yea, easily. AOSP is up to 139 hosted on the site...
section:
Parameter/Estimated Maximum
Projects 500
Is the "500 projects" number still an accurate estimation?
On Thu, Mar 5, 2009 at 09:02, Mike <msw...@gmail.com> wrote:The System Design document lists these numbers in the Scalability
section:
Parameter/Estimated Maximum
Projects 500Is the "500 projects" number still an accurate estimation?