Subversion Repository
Introduction
NOTE: Latest OpenVPN development code is maintained in a Git repository, which is also used as a basis for official OpenVPN releases. Instruction for using it are available here. The old Subversion repository is still used at OpenVPN Technologies and code from it is merged into Git.
The root of the old SVN repository is here:
https://svn.openvpn.net/projects/openvpn/
Main SVN Branches
- OpenVPN 2.0.x branch -- https://svn.openvpn.net/projects/openvpn/trunk/openvpn/
- OpenVPN 2.1 branch -- https://svn.openvpn.net/projects/openvpn/branches/2.1/openvpn/
Examples
Check out and build OpenVPN 2.1:
svn co https://svn.openvpn.net/projects/openvpn/branches/2.1/openvpn cd openvpn autoreconf -i -v ./configure make
View a comprehensive revision history of OpenVPN 2.1:
svn log -v https://svn.openvpn.net/projects/openvpn/branches/2.1/openvpn