On Fri, Dec 2, 2011 at 8:57 PM, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > On Fri, Dec 02, 2011 at 07:36:54AM -0300, Joilnen Leite wrote: >> Should I to do git pull ? >> or like said http://linux.f-seidel.de/linux-next/pmwiki/pmwiki.php?n=Linux-next.FAQ >> >> $ git remote add linux-next >> git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git >> $ git fetch linux-next >> $ git fetch --tags linux-next >> ... # later on >> $ git remote update > > No. Don't update. After the fetch do a git checkout next-20111201. > > The problem is that you have to update from one tree to the other > tree but linux-next doesn't follow a linear plan like that. Linux > next is rebuilt every day independently from the day before. > > regards, > dan carpenter Joilnen, if you haven't figured this out already and still can't set linux-next up as a remote: This line (still on the linux-next web page to date): git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git is actually now wrong (it's been replaced on kernel.org), so you need to replace it with this line: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git instead. HTH, Cheers Julie -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html