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

Re: [PATCH] Implicit detection of merge source URL and merge revision range

From: Paul Burba <pburba_at_collab.net>
Date: 2007-04-17 16:45:37 CEST

> -----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

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.