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

Re: svn commit: r16428 - in trunk/subversion: clients/cmdline libsvn_ra_local tests/clients/cmdline/svntest

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-10-04 23:20:27 CEST

On Mon, 3 Oct 2005 maxb@tigris.org wrote:

> Modified: trunk/subversion/clients/cmdline/main.c
> Url: http://svn.collab.net/viewcvs/svn/trunk/subversion/clients/cmdline/main.c?rev=16428&p1=trunk/subversion/clients/cmdline/main.c&p2=trunk/subversion/clients/cmdline/main.c&r1=16427&r2=16428
> ==============================================================================
> --- trunk/subversion/clients/cmdline/main.c (original)
> +++ trunk/subversion/clients/cmdline/main.c Mon Oct 3 13:55:14 2005
> @@ -845,7 +845,7 @@
> if (err)
> return svn_cmdline_handle_exit_error (err, pool, "svn: ");
>
> -#ifdef WIN32
> +#if defined(WIN32) || defined(__CYGWIN__)

I'm wondering if we should introduce an own macro for this. If we need to
do something special on Windows, it seems easy to forget about __CYGWIN__
(yes, I use Cygwin sometimes...:-)

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 4 23:22:17 2005

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.