Hi,

You could start from here:

https://community.openvpn.net/openvpn/wiki/DeveloperDocumentation#Testingrepositorygit

Take a look at the links in that chapter. You'd probably have to do
something like this:

apt-get install git-core
git clone <repository_url>
# do your changes
# then git <something> to create and mail a patch to -devel

Hope this helps, I'm not a Git wizard myself, either.

-- 
Samuli Seppänen
Community Manager
OpenVPN Technologies, Inc

irc freenode net: mattock


> 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
> svn co http://repo.openvpn.net/patchme # translated into git syntax
> #do your changes
> svn diff > my_patch  # again , git syntax
>
>
> Thanks!
>
> David Balažic
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate 
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
> lucky parental unit.  See the prize list and enter to win: 
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> Openvpn-users mailing list
> openvpn-us...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openvpn-users
>   



Reply via email to