[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: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-04-19 11:58:59 CEST

Lübbe Onken wrote:
> I have set up a wget script that downloads the nightlies from mapcar.org.
> Since the nightlies installer now contains the repository revision and
> wildcards don't work via http, that script doesn't work anymore. Is there
> any other chance for me to automate the download?

What tools do you (want) to use? Any you dislike?

Seems trivial to pull the rev number out of BuildOutput.txt by
grepping for SubWCRev's "Last committed at revision nnnn"..

Example (wget http://mapcar.org/tsvn-snapshots/latest/BuildOutput.txt first):

awk '/Last committed at revision/ {print $NF}' < BuildOutput.txt

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