Getting the daily build source

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting the daily build source

Gabriel Landini
Hi
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?

I do not think one can ftp to this address.

Thanks for any insight,

G.
Reply | Threaded
Open this post in threaded view
|

Re: Getting the daily build source

Michael Schmid
Hi Gabriel,

probably it is the `parent directory' links that cause the problems.

Maybe the `-np' aka `--no-parent' switch cures the problem?

Michael
________________________________________________________________

On 12 May 2009, at 17:20, Gabriel Landini wrote:

> Hi
> 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?
>
> I do not think one can ftp to this address.
>
> Thanks for any insight,
>
> G.
Reply | Threaded
Open this post in threaded view
|

Re: Getting the daily build source

Gabriel Landini
On Tuesday 12 May 2009 16:33:34 Michael Schmid wrote:
> Hi Gabriel,
>
> probably it is the `parent directory' links that cause the problems.
> Maybe the `-np' aka `--no-parent' switch cures the problem?

Hi Michael,

Yes, it does! Many thanks for the hint.

Best wishes

G.
Reply | Threaded
Open this post in threaded view
|

Re: Getting the daily build source

dscho
In reply to this post by Gabriel Landini
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