[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Nightlies download

From: Milen A. Radev <mradev_at_gmail.com>
Date: 2005-04-19 13:08:18 CEST

On 4/19/05, Markus Schuh <markus.schuh@sdm.de> wrote:
[...]
> dirty hacks:
>
> wget --quiet --output-document=- \
> http://mapcar.org/tsvn-snapshots/latest/ |
> %SystemRoot%\system32\find "msi" |
> wget --input-file=- --force-html --no-clobber \
> --base=http://mapcar.org/tsvn-snapshots/latest/
>
> (downloads unnecessary "unknown.gif")
>
> or
>
> wget --recursive --level 1 --accept msi \
> --no-directories --no-clobber --no-parent \
> http://mapcar.org/tsvn-snapshots/latest/
>
> (downloads some unnecessary sorted fancy indices)
>

OR

wget --continue --no-parent --no-host-directories --no-directories
--recursive --accept 'msi' 'http://mapcar.org/tsvn-snapshots/latest/'

And it's tested - works just fine. The only problem could be if in the
future there are more than one '.msi' file, but I think the "--accept'
parameter is flexible enough.

-- 
Milen A. Radev
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Apr 19 13:08:34 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.