On 3/30/10 11:14 AM, Derek Atkins said:
> [...]
> 2) What features does the distributed VCS have that SVN does not (based
>on how we use SVN)?
>
One killer feature is git bisect: http://lwn.net/Articles/317154/
(written by the bisect author)
With bisect, hunting for a commit that introduce
Am Dienstag, 30. März 2010 schrieb Derek Atkins:
> Mike Evans writes:
> > gnucash_core.c: In function '_wrap_gncSplitGetGUID':
> > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this
> > function) gnucash_core.c:3268: error: (Each undeclared identifier is
> > reported only once gnucas
Am Dienstag, 30. März 2010 schrieb Derek Atkins:
> Mike Evans writes:
> > gnucash_core.c: In function '_wrap_gncSplitGetGUID':
> > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this
> > function) gnucash_core.c:3268: error: (Each undeclared identifier is
> > reported only once gnucas
Very good! So far I didn't encounter this macro (fortunately), but I'm all in
for replacing a macro with this weird characteristics by a normal function.
After all, in gnucash we have not at all a performance bottleneck that would
require using macros instead of normal function calls. Hence, I'm
On Mar 30, 2010, at 10:14 AM, Derek Atkins wrote:
> John Ralls writes:
>
>> There's not much point to a read-only git repo, as it's pretty easy to just
>> use git-svn instead.
>
> Actually, there WOULD be a point -- which is testing our migration
> strategy to make sure all the SVN history is
John Ralls writes:
> There's not much point to a read-only git repo, as it's pretty easy to just
> use git-svn instead.
Actually, there WOULD be a point -- which is testing our migration
strategy to make sure all the SVN history is correctly in the repo. It
would let us create the git repo, tes
Hi,
Geert Janssens writes:
> On Saturday 27 March 2010, Christian Stimming wrote:
>> For this reason I propose to move all code from business-core/ into
>> engine/, the code from business-core/xml/ into backend/xml, and from
>> business-core/sql into backend/sql. This will get us back to the p
On Mar 30, 2010, at 8:14 AM, Derek Atkins wrote:
> Hi,
>
> Christian Stimming writes:
>
>> What would other devs around here choose as distributed VCS for a new
>> project, and why? Do you know of any hosting sites with that VCS that
>> offers continuous tracking of the original SVN branch?
>
On Saturday 27 March 2010, Christian Stimming wrote:
> For this reason I propose to move all code from business-core/ into
> engine/, the code from business-core/xml/ into backend/xml, and from
> business-core/sql into backend/sql. This will get us back to the point
> where each single level of
Mike Evans writes:
> gnucash_core.c: In function '_wrap_gncSplitGetGUID':
> gnucash_core.c:3268: error: 'GUID' undeclared (first use in this function)
> gnucash_core.c:3268: error: (Each undeclared identifier is reported only once
> gnucash_core.c:3268: error: for each function it appears in.)
>
Hi,
Christian Stimming writes:
> Ideally, I'd like to find a hosting location with distributed VCS
> hosting which automatically imports and tracks the gnucash/trunk SVN
> branch, though. However, the only hosting place that supports this
> seems to be launchpad.net - and their VCS is bazaar. (
On Tuesday March 30 2010 09:25:37 Andy Wingo wrote:
> Hi,
>
> The attached patches drop the slib dependency, clean up some Scheme
> code, with the end result that Guile 2.0 seems to work with Gnucash.
> This process found a couple of bugs in Guile, so if you try with 2.0,
> try from git.
I get a c
12 matches
Mail list logo