On Mon, Jul 17, 2006 at 07:15:03AM -0700, Tomas Winkler wrote: > I've tried to clone dscape git and I got the error > bellow. I hade no problem go get other trees. I'm new > to git so maybe I didn't use correct switches > Command Line: git clone > http://www.kernel.org/pub/scm/linux/kernel/git/jbenc/dscap > e.git/ dscape
When available, use the git protocol. It's both faster and more efficient. > Thanks for help > > got 0cdcef84239e5f1d60310883688b7aeca5278875 > error: The requested file was not found (curl_result = > 22, http_code = 503, sha1 > = 27fd37621255799602d74e94d670ff7a1658d40a) > Getting pack list for > http://www.kernel.org/pub/scm/linux/kernel/git/jbenc/dscap > e.git/ > got 80f18b79eacc07319afe473023a5358cfbc11ae6 > Getting pack list for http://www.kernel.or > error: The requested file was not found > error: Unable to find > 27fd37621255799602d74e94d670ff7a1658d40a under > http://www. > kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git/ > Cannot obtain needed blob > 27fd37621255799602d74e94d670ff7a1658d40a > while processing commit a495f8ec7590d6df5edc36bff419f25b8c3440de. Could be that www.kernel.org didn't yet fully sync up with master.kernel.org. Just wait, it usually gets corrected in half an hour. I just succesfully clone'd dscape with the following command line: git clone --reference linux-2.6 \ git://git.kernel.org/pub/scm/linux/kernel/git/jbenc/dscape.git dscape The "--reference" parameter tells git that I have a local repository called "linux-2.6" (which just follow Linus' 2.6 tree) which can be used to pull the shared git objects from. Saves quite some disk space. Erik -- +-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 -- | Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html