Re: [Bf-committers] Git svn wisdom for newcomers

2013-06-13 Thread Dalai Felinto
As per request, I updated my own git-svn instructions to include how to deal with branches: http://wiki.blender.org/index.php?title=User:Dfelinto#Git_svn_branch So instead of git svn clone the branch directly, you can still git svn clone trunk, and have your branch checkout as well. This helps to

Re: [Bf-committers] Git svn wisdom for newcomers

2013-05-29 Thread Antony Riakiotakis
Oh, nice! I didn't know about those. I'll probably add some information there too. ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] Git svn wisdom for newcomers

2013-05-29 Thread Dalai Felinto
It's good to remember that the "official" page is outdated, so it's good to have new info like yours: http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Git > unfortunately only available on linux currently. It works in OSX too (arguably linux, anyways, just to be clear). The other n

[Bf-committers] Git svn wisdom for newcomers

2013-05-29 Thread Antony Riakiotakis
Hi, Since the topic has emerged and since it's gsoc time, I thought I'd post my two cents on using git along with svn (unfortunately only available on linux currently). These are meant as an introduction to people who may want to try out git svn but a good reading on git basics is strongly recommen