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

Re: Issue: get-deps.sh script is not idempotent

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 20 Jun 2012 12:16:55 +0200

On Tue, Jun 19, 2012 at 01:39:48PM -0400, Daniel Richard G. wrote:
> host:/tmp/subversion$ ./get-deps.sh
> [script output elided]
>
> host:/tmp/subversion$ find . -name apr_hash.c
> ./apr/tables/apr_hash.c
>
> host:/tmp/subversion$ ./get-deps.sh
> [script output elided]
>
> host:/tmp/subversion$ find . -name apr_hash.c
> ./apr/apr-1.4.6/tables/apr_hash.c
> ./apr/tables/apr_hash.c
>
>
> Re-running the script may be necessary in case some packages failed to
> download the first time around (zlib in my case, as the current version
> is now 1.2.7 instead of 1.2.6).
>
> A proposed patch against SVN is attached. (It also bumps the zlib
> version, as that is needed anyway.)
>
>
> --Daniel
>
> (Please Cc: any replies to me, as I am not subscribed to this list.)

Thanks! Committed as two separate patches -- zlib bump in r1352031,
idempotency fix in r1352032.

In the future, please send patches to dev@, and more importantly provide
a log message for each patch you send, as described here:
http://subversion.apache.org/docs/community-guide/general.html#patches
Received on 2012-06-20 12:17:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

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