Re: [Openvpn-devel] [PATCH] Fix non-C89 comments

2009-01-28 Thread Matthias Andree
On Tue, 27 Jan 2009, Alon Bar-Lev wrote: > > Perhaps the choice of version control system used for OpenVPN could > > deserve a second thought -- Mercurial or better Git might support such > > models or merge queues much better than Subversion does. > > > > Nope. > subversion is the simplest one

Re: [Openvpn-devel] [PATCH] Fix non-C89 comments

2009-01-27 Thread James Yonan
Matthias Andree wrote: On Tue, 27 Jan 2009, Alon Bar-Lev wrote: Sent this to James. Did not apply. My queue is at: http://svn.openvpn.net/projects/openvpn/contrib/alon Perhaps the choice of version control system used for OpenVPN could deserve a second thought -- Mercurial or better Git migh

Re: [Openvpn-devel] [PATCH] Fix non-C89 comments

2009-01-27 Thread David Sommerseth
Alon Bar-Lev wrote: On 1/27/09, Matthias Andree wrote: On Tue, 27 Jan 2009, Alon Bar-Lev wrote: > Sent this to James. > Did not apply. > > My queue is at: > http://svn.openvpn.net/projects/openvpn/contrib/alon Perhaps the choice of version control system used for OpenVPN could deserv

Re: [Openvpn-devel] [PATCH] Fix non-C89 comments

2009-01-27 Thread Alon Bar-Lev
On 1/27/09, Matthias Andree wrote: > On Tue, 27 Jan 2009, Alon Bar-Lev wrote: > > > Sent this to James. > > Did not apply. > > > > My queue is at: > > http://svn.openvpn.net/projects/openvpn/contrib/alon > > > Perhaps the choice of version control system used for OpenVPN could > deserve a se

Re: [Openvpn-devel] [PATCH] Fix non-C89 comments

2009-01-27 Thread Matthias Andree
On Tue, 27 Jan 2009, Alon Bar-Lev wrote: > Sent this to James. > Did not apply. > > My queue is at: > http://svn.openvpn.net/projects/openvpn/contrib/alon Perhaps the choice of version control system used for OpenVPN could deserve a second thought -- Mercurial or better Git might support such mo

Re: [Openvpn-devel] [PATCH] Fix non-C89 comments

2009-01-27 Thread Alon Bar-Lev
Sent this to James. Did not apply. My queue is at: http://svn.openvpn.net/projects/openvpn/contrib/alon On 1/27/09, Matthias Andree wrote: > Hi, > > openvpn uses non-C89 //-style comments in two places. Patch to convert > these to /* ... */ style comments attached. > > Best > > -- > > Matthi