On Sun, 2007-05-13 at 16:55 +0200, Juergen Daubert wrote:
On Sun, May 13, 2007 at 04:12:41PM +0200, Mark Rosenstand wrote:
On Sat, 2007-05-12 at 11:53 +0200, Tilman Sauerbeck wrote:
Mark Rosenstand [2007-05-12 03:16]:
My local copy of git://crux.nu/system/iso.git is very outdated and only has a master branch (at 2.1), while http://crux.nu/gitweb/?p=system/iso.git;a=summary seems to have a 2.3 branch and a lot of activity. Is the gitweb page showing a different repository?
Nope, the repository didn't move.
I suggest to re-clone with git 1.5 and then follow the git tutorial that I sent here some months ago to keep track of updates.
I've already tried that. Didn't change anything.
Really?
$:> git clone git://crux.nu/system/iso.git $:> cd iso $:> git branch 2.3 origin/2.3 $:> git checkout 2.3
Whoops, 1.5 has changed more than I expected. Anyway, it works now. Thanks for the help.