[cfe-dev] clang - getting started with git

Konstantin Tokarev annulen at yandex.ru
Thu Jul 12 01:22:07 PDT 2012



> On 2012-07-12 06:28, Eric Christopher wrote:
> 
>> Nope. Only people with commit rights may commit that way.
> 
> Then what's the point of git-svn? Just use this workflow:
> 
> 1. Clone the git repository
> 
> 2. Put it on github or somewhere else accessible
> 
> 3. Then those with commit rights can pull from the git repository and
> push it up to svn. Or just make a diff with git if that's what's preferred.

1. Clone the git repository

2. Use git format-patch to extract your patches and send them to
cfe-commits


 -- 
Regards,
Konstantin



More information about the cfe-dev mailing list