Fellow Committers, I've gotten a Git clone of the SVN repository configured to receive actual writes. Now for everyone to try writing to it start causing mischief. Things that committers should do: 1. Clone the repository 2. Edit the AUTHORS file marking their entry with something like "GIT OK" so that I know who can write to the repository 3. Try and kill the repository For 1, there are instructions here: http://git-wip-us.apache.org Basically to clone: $ git clone https://git.apache.org/repos/asf/couchdb.git There are instructions on how to configure a .netrc file on that page so you don't have to type your password every time you want to push. For 3, I'd like everyone to start trying to do mean things to this repository. Try to rewind trunk or master. The only branches that are protected are master, trunk and anything starting with rel/. Try pushing commits by people that aren't couchdb committers. Anything you can think of. Other things to try are to include UTF-8 data in commit messages or in Git committer names and the like. If you get any sort of backtrace when you git push to that repository please copy paste the entire command and output and send me an email with what you were trying to do with the paste. Until then, happy hunting. On Sun, Aug 21, 2011 at 10:45 PM, wrote: > Updated Branches: >  refs/heads/master 79c82c3d3 -> 2698e68c5 > > > davisp - GIT OK > > > Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo > Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2698e68c > Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2698e68c > Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2698e68c > > Branch: refs/heads/master > Commit: 2698e68c5555ff888915a1f9c11bdeb22f06e884 > Parents: 79c82c3 > Author: Paul J. Davis > Authored: Sun Aug 21 22:43:31 2011 -0500 > Committer: Paul J. Davis > Committed: Sun Aug 21 22:43:31 2011 -0500 > > ---------------------------------------------------------------------- >  AUTHORS |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/couchdb/blob/2698e68c/AUTHORS > ---------------------------------------------------------------------- > diff --git a/AUTHORS b/AUTHORS > index 16a926c..f057a1d 100644 > --- a/AUTHORS > +++ b/AUTHORS > @@ -9,7 +9,7 @@ documentation or developing software. Some of these people are: >  * Noah Slater >  * Christopher Lenz >  * J. Chris Anderson > - * Paul Joseph Davis > + * Paul Joseph Davis    GIT OK >  * Adam Kocoloski >  * Jason Davies >  * Mark Hammond > >