[EMAIL PROTECTED] wrote:
Hi list,
i am trying to download current version snapshot using wget. this is the
command i issued
wget
'http://source.mvista.com/git/?p=linux-davinci-2.6.git;a=snapshot;h=dba75d59b3057f657e8e98bbdd32ff1244977e38'
but when i am unzipping the downloaded file, i am getting the following
error.
gunzip:
linux-davinci-2.6.git-dba75d59b3057f657e8e98bbdd32ff1244977e38.tar.gz:
unexpected end of file
what is wrong with this approach?
please get me some idea
Hmm, I remember a comment on
http://www.denx.de/wiki/UBoot/SourceCode
"NOTE: even though the download will be a bzip2 compressed tarball,
and the file on your disk will be named "*.tar.bz2", you may find that
it's actually not compressed at all. This is a "feature" of your web
browser, and we cannot do anything to help it."
Not sure if anything like this applies here as well.
Did you try
tar xvfz
linux-davinci-2.6.git-dba75d59b3057f657e8e98bbdd32ff1244977e38.tar.gz
(uncompress & untar)
or
tar xvf
linux-davinci-2.6.git-dba75d59b3057f657e8e98bbdd32ff1244977e38.tar.gz
(untar only)
?
Regards
Dirk
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source