> -----Original Message-----
> From: Daniel Rall [mailto:dlr@collab.net]
> Sent: Friday, April 13, 2007 5:22 PM
> To: Kamesh Jayachandran
> Cc: dev@subversion.tigris.org; Peter N. Lundblad
> Subject: Re: [PATCH] Implicit detection of merge source URL
> and merge revision range
Hi Kamesh,
I haven't had time to look at your patch in depth yet, so just one quick
note: In a few places (e.g. svn_client__get_copy_source) you place
variable declarations after statements in a block. This is fine per the
C99 standard, but it's illegal syntax on Visual Studio which supports
the C89 standard (or at least isn't fully C99 compliant - I'm not sure
which - it's Microsoft after all...).
Thanks,
Paul B.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 17 16:46:20 2007