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

Re: svn commit: r1602871 - /subversion/trunk/subversion/libsvn_fs/fs-loader.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 17 Jun 2014 09:20:17 +0200

On Tue, Jun 17, 2014 at 12:08:05AM +0000, Daniel Shahaf wrote:
> stsp_at_apache.org wrote on Mon, Jun 16, 2014 at 14:11:18 -0000:
> > -#ifdef PACK_AFTER_EVERY_COMMIT
>
> Should we make it an #error for PACK_AFTER_EVERY_COMMIT to be defined?
> (in order to forcibly break any scripts that use the #define and expect it
> to have an effect)
>
> Daniel

I don't think many people have used this.
Are you aware of anyone other than yourself using this?

If you want this for your own builds, wouldn't adding this #error
definition to subversion/svn_private_config.h after running configure
do the trick?

  ./configure
  printf '#ifdef PACK_AFTER_EVERY_COMMIT\n#error "PACK_AFTER_EVERY_COMMIT is defined"\n#endif\n' >> subversion/svn_private_config.h
  make
Received on 2014-06-18 01:20:53 CEST

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

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