Re: Experimental TDB support for GIT REFS

2014-07-02 Thread Ronnie Sahlberg
On Wed, Jul 2, 2014 at 10:11 AM, Ronnie Sahlberg wrote: > On Fri, Jun 27, 2014 at 5:37 PM, Shawn Pearce wrote: >> On Fri, Jun 27, 2014 at 2:30 PM, Ronnie Sahlberg wrote: >>> List, >>> >>> One of my ref transaction aims is to make define a stable public API >>> for accessing refs. >>> Once this i

Re: Experimental TDB support for GIT REFS

2014-07-02 Thread Ronnie Sahlberg
On Fri, Jun 27, 2014 at 5:37 PM, Shawn Pearce wrote: > On Fri, Jun 27, 2014 at 2:30 PM, Ronnie Sahlberg wrote: >> List, >> >> One of my ref transaction aims is to make define a stable public API >> for accessing refs. >> Once this is done I want to make it possible to replace the current >> .git/

Re: Experimental TDB support for GIT REFS

2014-06-27 Thread Shawn Pearce
On Fri, Jun 27, 2014 at 2:30 PM, Ronnie Sahlberg wrote: > List, > > One of my ref transaction aims is to make define a stable public API > for accessing refs. > Once this is done I want to make it possible to replace the current > .git/refs/* model with a > different type of backend. > In my case

Experimental TDB support for GIT REFS

2014-06-27 Thread Ronnie Sahlberg
List, One of my ref transaction aims is to make define a stable public API for accessing refs. Once this is done I want to make it possible to replace the current .git/refs/* model with a different type of backend. In my case I want to add support to store all refs and reflogs in a TDB database bu