That is my understanding (Haven't tried committing against git.apache.org/hbase.git). Just committed this to our pom:
- <connection>scm:svn:http://svn.apache.org/repos/asf/hbase/trunk </connection> - <developerConnection>scm:svn: https://svn.apache.org/repos/asf/hbase/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/hbase/trunk</url> + <connection>scm:git:git://git.apache.org/hbase.git</connection> + <developerConnection>scm:git: https://git-wip-us.apache.org/repos/asf/hbase.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=hbase.git</url> </scm> St.Ack On Thu, May 22, 2014 at 10:18 AM, Nick Dimiduk <[email protected]> wrote: > What is the relationship between > https://git-wip-us.apache.org/repos/asf/hbase.git and git:// > git.apache.org/hbase.git ? The latter is a read-only tracking repo? > > > On Thu, May 22, 2014 at 9:50 AM, Andrew Purtell <[email protected]> > wrote: > > > The migration from SVN to Git has completed and folks have begun > committing > > to the new repository already. > > > > See https://git-wip-us.apache.org/repos/asf?p=hbase.git > > > > Clone from https://git-wip-us.apache.org/repos/asf/hbase.git > > > > > > -- > > Best regards, > > > > - Andy > > > > Problems worthy of attack prove their worth by hitting back. - Piet Hein > > (via Tom White) > > >
