Gert Doering wrote: > The nice thing about git is that people can very easily do > "experimental branches" in their own repository, giving access to > testers, without having to have write access to SVN.
Agree, but the hosting issue aside this is possible also from an SVN repo thanks to the git svn support. Try: git svn clone http://svn.openvpn.net/projects/openvpn/trunk/openvpn (You may want to create and use a gitauthors file for best results.) //Peter