Login  Register

Re: Getting the daily build source

Posted by dscho on May 12, 2009; 5:06pm
URL: http://imagej.273.s1.nabble.com/Getting-the-daily-build-source-tp3692575p3692576.html

Hi,

On Tue, 12 May 2009, Gabriel Landini wrote:

> I have been trying to get the daily build source code from here
> http://rsb.info.nih.gov/ij/source/ with wget :
>
> wget -r rsb.info.nih.gov/ij/source/ .
>
> but this command insists on downloading the whole site structure. For some
> reason I do not seem to be able to make it download only the contents of the
> /ij/source/ directory.
>  
> Can anybody suggest an alternative way of doing this?

As you are already familiar with Git, you could clone the ImageJA
repository from

        http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=ImageJA.git

I have a script that tries to keep the 'current' branch up-to-date in
that repository.

Ciao,
Dscho