Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 4002 days ago | link | parent

Building atop git is an interesting idea, and you clearly have more experience with it. Do you have any pointers to code?


3 points by shader 4002 days ago | link

Here's the code I had written before, using the shell git interface to interact with the repo: https://github.com/shader/metagame/blob/master/git-db.arc

That code is pretty rudimentary, but allows low level access to git commands from arc, plus storage and retrieval of arc objects. After my previous comment though, I'll probably change it so that each object gets a separate branch, with 'meta branches' listing which branches to load if necessary.

-----