Skip to main content

Subversion Repository

Introduction

Caution

The latest OpenVPN development code is maintained in a Git repositoryand used as a basis for official OpenVPN releases. Instructions for using it are available here. The old Subversion repository is still used at OpenVPN Technologies, and its code has been merged into Git.

The root of the old SVN repository is here:

Main SVN Branches:

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