[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: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-04-19 13:25:28 CEST

Thanks for the replies! I love you all!

Here's my script:
---SNIP---

@echo off
set target=C:\TortoiseSVN\NightlyBuilds
del /Q %target%

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%

---SNIP---

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
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:26:14 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.