Alex Bennee writes: > We've migrated our old CVS repository into GIT without too many > issues. However now we are rolling out the usage of the new repository > we are hitting some performance bottlenecks, especially on the initial > clone (something our buildbot instance does a lot). Do you often need to clone from a remote? Instead of cloning from a local (git clone --mirror) which gets auto-updated from the remote. Could the buildbot make do with a shallow repo, clone --depth <num>? -- Hallvard -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html