
In message 20070308145454.6a60322b.kim.phillips@freescale.com you wrote:
I was going to ask you to pull from the mpc83xx tree on your server (I updated it), however, I seem to be having trouble doing so myself:
$ git pull http://www.denx.de/git/u-boot-mpc83xx.git Cannot get the repository state from http://www.denx.de/git/u-boot-mpc83xx.git
I'm wondering whether the path has changed, or whether a
That's probably a problem on our side; we changed the gitweb format to show the custodian trees as "forks"; see http://www.denx.de/cgi-bin/gitweb.cgi and click at the "+" in front of the u-boot.git entry...
This must have broken HTTP access; we'll try to fix this ASAP.
In the meantime, please use git protocol, i. e. try
$ git pull git://www.denx.de/git/u-boot-mpc83xx.git
Best regards,
Wolfgang Denk