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

Re: svnauthz-validate.c: Tool to validate authz files

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-02-17 19:34:46 CET

A new version of svnauthz-validate.c is attached.

Changes:
- changed return values ( 0 when ok, 1 if not ok, 2 if any error )
- added collabnet license
- fixed linux build statement for build started in tools folder, changed
it to:
  cc svnauthz-validate.c -o svnauthz-validate -I../subversion/include
-I../apr/include -I../apr-util/include -L/usr/local/lib -lsvn_repos-1
-lsvn_subr-1
- cleanup of pool and apr
- pass app.name to svn_cmdline_init

Lieven.

On Fri, 2006-02-17 at 10:58 +0000, Max Bowsher wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Lieven Govaerts wrote:
> > I suppose EXIT_SUCCESS = 0 & EXIT_FAILURE = 1?
>
> EXIT_SUCCESS == 0, but EXIT_FAILURE is simply defined as "non-zero" by
> SUSv3 - which is why it is necessary to not use them if you want to use
> the return value to communicate anything other than a boolean
> success/failure.
>
> Max.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.1 (Cygwin)
>
> iD8DBQFD9axcfFNSmcDyxYARAkljAKCQ1XYGU69cF39sdvpcCXAalN8PhgCfdSZD
> 82GM2I1uEEvMrw9xeQQ5x0E=
> =r/0D
> -----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Feb 17 19:38:12 2006

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.