From mr at sun.com Wed Apr 23 07:58:51 2008 From: mr at sun.com (Mark Reinhold) Date: Wed, 23 Apr 2008 07:58:51 -0700 Subject: Critical issue with pushing hotspot out to the openjdk/closedjdk repositories... In-Reply-To: erik.trimble@sun.com; Tue, 22 Apr 2008 23:22:01 PDT; <480ED589.2000406@sun.com> Message-ID: <20080423145851.7B2DF5B657@eggemoggin.niobe.net> > Date: Tue, 22 Apr 2008 23:22:01 -0700 > From: erik.trimble at sun.com > ... > > [et151817 at foundation hotspot]$ hg fpush > [.] > pushing to ssh://trims at hg.openjdk.java.net/jdk7/jdk7-gate/hotspot > searching for changes > skipped: invalid literal for int(): > remote: abort: could not lock repository jdk7/jdk7-gate/hotspot: > Read-only file system This is because you didn't have push rights into jdk7-gate. You do now; please try again. Gatekeepers: Before you do your first push to the master forest, please check with me to make sure that you have push rights. Right now it's also unwise to do integrations so late in the day. For paranoia's sake the master gate is configured not to automatically push changes to the clone; that's done manually, after a quick sanity check, by a human who might or might not be awake. The gate will eventually auto-push once we all have more experience with Mercurial. - Mark