On Sun, Jun 07, 2009 at 01:50:27PM +0200, Roy Sigurd Karlsbakk wrote: > On 1. juni. 2009, at 23.04, Chris Mason wrote: > >> I've setup git branches called newformat where you can pull the new >> code. >> >> For the kernel (based on 2.6.30-rc7): >> >> git pull git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs- >> unstable.git newformat > > # git pull git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs- > unstable.git newformat > fatal: Not a git repository > >> For the progs: >> >> git pull git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs- >> progs-unstable.git newformat > > # git pull git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs- > progs-unstable.git newformat > fatal: Not a git repository > >> > Have this code been removed, or is it me doing something funny? You're doing something funny. I'm guessing you don't already have a copy of the btrfs repositories, so you should be using clone instead of pull. If you do have them, cd into them. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
