Great, that worked. I was just taking the URL Adam gave, and the message that was returned, without thinking too much about it.
Something (git or the server interacting with git) is mishandling that URL, but as long as we give the https://git-wip-us.apache.org/repos/asf/incubator-hdt.git URL instead of the one with the query string, we're golden. It looks like the one with the query string is what it redirects to if you enter the above URL into the browser, so we can just be careful to hand out that instead, for both browsing and cloning. On Mon, Jan 7, 2013 at 12:15 PM, Jeffrey Zemerick <[email protected]>wrote: > Bob, > > I was able to clone it with: > > git clone https://git-wip-us.apache.org/repos/asf/incubator-hdt.git > > (Your clone command gave me the same error message.) > > Jeff > > > On Mon, Jan 7, 2013 at 2:26 PM, Bob Kerns <[email protected]> wrote: > > > > I don't seem to be able to clone the new repository yet. > > > > $ git clone https://git-wip-us.apache.org/repos/asf?p=incubator-hdt.git. > > Cloning into '.'... > > fatal: > https://git-wip-us.apache.org/repos/asf?p=incubator-hdt.git/info/refsnot > > found: did you run git update-server-info on the server? > > > > (Yes, I know there's just the readme there, I'm just testing & > preparing). > > > > > > On Sun, Jan 6, 2013 at 7:59 PM, Adam Berry <[email protected]> > wrote: > > > > > I'll be updating the content tomorrow, so that it has links to the git > > > repo, and well, more content. > > > > > > The repo is at > https://git-wip-us.apache.org/repos/asf/incubator-hdt.git. > > > Right now, there is just a readme in master branch, but the existing > source > > > from hadoop contrib will be in there soon. > > > > > > So things are up and open, but there is more work to do for things to > be > > > more informative. > > > > > > Cheers, > > > Adam > > > > > > On Sun, Jan 6, 2013 at 9:38 PM, Bob Kerns <[email protected]> wrote: > > > > > > > This looks good to me, especially the "three most important issues". > > > > > > > > But I don't see the git repository being up, and > > > > http://hdt.incubator.apache.org has no links to anything but the > mailing > > > > list. > > > > > > > > Is this written to match the expected situation at the time of > > > submission? > > > > Or am I just not looking in the right place? > > > > > > > > > > > > On Sun, Jan 6, 2013 at 6:25 PM, Adam Berry <[email protected]> wrote: > > > > > > > > > Hey guys, > > > > > > > > > > below is the draft of the report that I've added to the wiki. > > > > > > > > > > Any suggestions, and if not, could we get it signed off. > > > > > > > > > > Cheers, > > > > > Adam > > > > > > > > > > ------------- > > > > > > > > > > Hadoop Development Tools > > > > > > > > > > Eclipse based tools for developing applications on the Hadoop > platform. > > > > > > > > > > Entered 11/09/2012 > > > > > > > > > > Three most important issues to address in the move towards > graduation: > > > > > - Migrate current code from Hadoop contrib, fill podlings.xml. > > > > > - Porting and releasing existing codebase to support multiple > versions > > > of > > > > > Hadoop in a single IDE instance. During this time building > > > understanding > > > > of > > > > > the Apache processes around working and releasing. > > > > > - Grow the podling community in terms of users and contributors. > > > > > > > > > > Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to > be > > > > aware > > > > > of? > > > > > - None > > > > > > > > > > How has the community developed since the last report? > > > > > - All committers have completed ICLAs. > > > > > - Project infrastructure (git repository, website, wiki) up and > open > > > for > > > > > business. > > > > > > > > > > How has the project developed since the last report? > > > > > - We are now open for business and ready to get going migrating and > > > > porting > > > > > the code. > > > > > > > > > > > > >
