Hi Yves;

Am Dienstag, 22. Juli 2014, 14:10:49 schrieb Yves Blusseau:
> Hi all,
> 
> i have create a small tool to download file(s) or directory directly from
> sourceforge repository by using git-archive command. It is at least 3x
> faster to download with git-archive than using the http transport. I have
> put the tools currently on a personal branch (yves/git_archive_download).
> Can you make a test and see if it works on your system:
> 
> git fetch -a
> git checkout -b git_archive_download origin/yves/git_archive_download
> 
> and try for example to retrieve the gcc source tar file from the
> bering-uclibc repository:
> 
> tools/git_archive_download --url=git://git.code.sf.net/p/leaf/bering-uclibc
> --basedir=repo/toolchain -C /tmp gcc-4.8.2.tar.bz2
> 
> and see if you have the gcc-4.8.2.tar.bz2 file under /tmp

it worked for me, although I had to install pv
"Can't find 'pv' utility. Please install it with:
    sudo yum install pv
or
    sudo apt-get install pv"

kp



------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to