Thread: WDL in the wild
View Single Post
Old 08-31-2010, 12:08 AM   #63
bvesco
Human being with feelings
 
bvesco's Avatar
 
Join Date: Jun 2007
Posts: 125
Default

Thanks to the help on this forum and a git-savvy coworker I am now online with my own thing.

git@github.com:b-vesco/vfx-wdl.git

Since I'm on github the repo is technically "public" which means anyone can write to it. So I can only ask that you not write to the master and cause me a bunch of headaches of learning how to clean it up back to my own personal version If you want to push code to me, at least create a branch for it.

Unfortunately there doesn't seem to be a clean way to do complex merging while keeping a nice revision graph. For instance, if you cherry pick a revision from another branch and later merge that other branch you now have two different unconnected nodes on your revision graph that both point to the same commit. Confusing and cluttered.
__________________
Audio tutorials and articles: http://www.benvesco.com/tonemonster/
My VST plugins: http://www.vescofx.com/
bvesco is offline   Reply With Quote