[Openvpn-devel] CVS out-of-date

2004-05-19 Thread Gisle Vanem
What's the situation with the Sourgeforge CVS server? Seems the OpenVPN-2.0 beta 2 isn't in CVS (in tar-ball only). I used these commands to checkout cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn co op

[Openvpn-devel] MingW patch

2004-05-19 Thread Gisle Vanem
The latest MingW runtime and headers defines 'ssize_t'. So this patch is needed: --- openvpn-2.0_beta2/config-win32.h.in Thu May 13 23:56:23 2004 +++ config-win32.h.in Wed May 19 16:54:07 2004 @@ -42,8 +42,12 @@ #define random rand #define srandom srand -typedef unsigned int in_addr_t; +typed

Re: [Openvpn-devel] CVS out-of-date

2004-05-19 Thread Matthias Andree
On Wed, 19 May 2004, Gisle Vanem wrote: > What's the situation with the Sourgeforge CVS server? > Seems the OpenVPN-2.0 beta 2 isn't in CVS (in tar-ball > only). > > I used these commands to checkout > cvs -z3 -d:pserver:anonym...@cvs.sourceforge.net:/cvsroot/openvpn login > cvs -z3 -d:pserv

Re: [Openvpn-devel] CVS out-of-date

2004-05-19 Thread Mike Auty
Hi, You're using the right server, just the wrong branch. Branches allow you to take a copy of the work off the trunk (main branch) and work on it for a while without disturbing everything else. Then once all the work's been done and is mostly stable, you can merge the branch back into the