Hi,

> Is there some crash course for using git with openvpn sources?
> 
> I know svn and other tools, but not git.
> 
> So i need steps list like:
> 
> apt-get install git

You should apt-get install git-core, well, at leat on some version "git"
package used to be something else.
For instance on debian http://packages.debian.org/lenny/git

Then, for crash courses, checkout
https://community.openvpn.net/openvpn/wiki/DeveloperDocumentation#Testingrepositorygit
you will find some links there that might help you


> svn co http://repo.openvpn.net/patchme # translated into git syntax
> #do your changes
> svn diff > my_patch  # again , git syntax

In a nutshell:

$ git clone
git://openvpn.git.sourceforge.net/gitroot/openvpn/openvpn-testing.git
# do changes
$ git diff > my_patch 

 But you might rather consider
https://community.openvpn.net/openvpn/wiki/DeveloperDocumentation#Communitypatchesandtheacceptanceprocessofthesepatches


> 
> Thanks!
> 
> David Balažic
> 

chantra
-- 
http://www.debuntu.org


!DSPAM:4c18c13861671523120871!

Reply via email to