Re: Building with VC6 [WAS: Re: Minor patch suggestion:]

2011-10-18 Thread Mat Booth
@subversion.apache.org Subject: Re: Minor patch suggestion: On 14 October 2011 18:25, Peter Samuelson pe...@p12n.org wrote: [Mat Booth] --- subversion/libsvn_subr/cmdline.c  (revision 1183368) I don't know anybody that still does real Subversion work with the 2002/2003 Visual Studio versions. Visual

Re: Minor patch suggestion:

2011-10-17 Thread Mat Booth
On 14 October 2011 18:25, Peter Samuelson pe...@p12n.org wrote: [Mat Booth] --- subversion/libsvn_subr/cmdline.c  (revision 1183368) +++ subversion/libsvn_subr/cmdline.c  (working copy) @@ -32,8 +32,10 @@  #include fcntl.h  #include unistd.h  #else +#if _MSC_VER = 1400  #include crtdbg.h

RE: Minor patch suggestion:

2011-10-17 Thread Bert Huijben
-Original Message- From: Mat Booth [mailto:mat.bo...@wandisco.com] Sent: maandag 17 oktober 2011 12:26 To: Peter Samuelson Cc: dev@subversion.apache.org Subject: Re: Minor patch suggestion: On 14 October 2011 18:25, Peter Samuelson pe...@p12n.org wrote: [Mat Booth

Building with VC6 [WAS: Re: Minor patch suggestion:]

2011-10-17 Thread Joe Swatosh
On Mon, Oct 17, 2011 at 4:42 AM, Bert Huijben b...@qqmail.nl wrote: -Original Message- From: Mat Booth [mailto:mat.bo...@wandisco.com] Sent: maandag 17 oktober 2011 12:26 To: Peter Samuelson Cc: dev@subversion.apache.org Subject: Re: Minor patch suggestion: On 14 October 2011 18

Re: Minor patch suggestion:

2011-10-14 Thread Peter Samuelson
[Mat Booth] --- subversion/libsvn_subr/cmdline.c (revision 1183368) +++ subversion/libsvn_subr/cmdline.c (working copy) @@ -32,8 +32,10 @@ #include fcntl.h #include unistd.h #else +#if _MSC_VER = 1400 #include crtdbg.h #endif +#endif Looks reasonable ... but then when I scrolled