[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: Markus Schuh <markus.schuh_at_sdm.de>
Date: 2005-04-19 12:07:46 CEST

Lübbe Onken wrote:
> Is there any other chance for me to automate the download?

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)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Apr 19 12:08:13 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.