[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 14:09:47 CEST

On 4/19/05, Lübbe Onken <l.onken@rac.de> wrote:
[...]
> wget --continue --no-parent --no-host-directories --no-directories
> --recursive --accept TortoiseSVN-*-UNICODE_svn-*.msi
> http://mapcar.org/tsvn-snapshots/latest/ -P%target%
> wget --continue --no-parent --no-host-directories --no-directories
> --recursive --accept LanguagePack_*_de.exe
> http://mapcar.org/tsvn-snapshots/latest/ -P%target%
>

Probably you'd better combine the two commands in one by combining the
accept list. Something like that:

wget --continue --no-parent --no-host-directories --no-directories
--recursive --accept TortoiseSVN-*-UNICODE_svn-*.msi,LanguagePack_*_de.exe
http://mapcar.org/tsvn-snapshots/latest/ -P%target%

That way you save bandwith and time by parsing the index files only once.

And, as Markus suggested, the "--level 1" parameter could be useful too.

-- 
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 14:10:21 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.