Re: Git Migration: github with svn access

2011-11-11 Thread Yawar Amin
Hi Geert, run: git push origin :master This pushes an empty branch name (the part before the colon) from your local repo to the master branch of the origin repo, effectively deleting it. Regards, Yawar Geert Janssens wrote: >On vrijdag 11 november 2011, Yawar Amin wrote: >> Hi Geert, >> >

Scripting

2011-11-11 Thread Hendrik Boom
A few years ago I wanted some printouts of gnucash data formatted in a form that my wife and I could use. It was frustrating to me that the easiest way to accomplish that was to reverse-engineer the gnucash file and hand-coding a C++ program that read in the XML file and further processed it.

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
GUILE_WARN_DEPRECATED=detailed make check cut = PASS: test-load-c FAIL: test-load-scm PASS: test-gwrapped-c PASS: test-scm-module FAIL: test-scm-multi FAIL: test-load-deps On Fri, Nov 11, 2011 at 10:33 AM, Geert Janssens wrote: > On vrijdag 11 november 2011, Ted Creedon wrote: > > he

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Geert Janssens
On vrijdag 11 november 2011, Ted Creedon wrote: > here's what I did, it it correct? > > git clone git://github.com/Gnucash/gnucash.git > cd gnucash/ > ./autogen.sh > ./configure --enable-debug --disable-error-on-warning #won't > compile without this disable switch > make > > gnucash --v

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
here's the trace file 10:04:12 INFO [gnc_hook_lookup] no hook lists * 10:04:12 INFO [init_from_file] guid_init got 512 bytes from /dev/urandom * 10:04:12 INFO [init_from_file] guid_init got 1375 bytes from /etc/passwd * 10:04:12 INFO [init_from_file] guid_init got 27 bytes from /proc/loada

Re: Git Migration: github with svn access

2011-11-11 Thread Geert Janssens
On vrijdag 11 november 2011, Yawar Amin wrote: > Hi Geert, > > On 2011-11-11, at 11:47, Geert Janssens wrote: > >> […] > > > > Is there a way to create a branch via the github interface ? Or do I have > > to create one on my local repo and push it ? I didn't seem to find a > > feature on the webs

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
here's what I did, it it correct? git clone git://github.com/Gnucash/gnucash.git cd gnucash/ ./autogen.sh ./configure --enable-debug --disable-error-on-warning #won't compile without this disable switch make gnucash --version gnc.bin-Message: main: binreloc relocation support was disabl

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread John Ralls
On Nov 11, 2011, at 8:39 AM, Ted Creedon wrote: > Whats the correct incantation? To do what? Regards, John Ralls ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Git Migration: github with svn access

2011-11-11 Thread Yawar Amin
Hi Geert, On 2011-11-11, at 11:47, Geert Janssens wrote: >> […] > Is there a way to create a branch via the github interface ? Or do I have to > create one on my local repo and push it ? I didn't seem to find a feature on > the website, but perhaps I missed it. I'm not very comfortable yet with

Re: Git Migration: github with svn access

2011-11-11 Thread Geert Janssens
On vrijdag 11 november 2011, John Ralls wrote: > On Nov 11, 2011, at 6:16 AM, Geert Janssens wrote: > > On woensdag 9 november 2011, Yawar Amin wrote: > >> Hi, > >> > >> On Wed, Nov 9, 2011 at 2:30 PM, Christian Stimming > >> > >> wrote: > >>> [...] > >>> > >>> > >>> Same for me - I was able to

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread Ted Creedon
Whats the correct incantation? ted On Fri, Nov 11, 2011 at 8:30 AM, John Ralls wrote: > > On Nov 11, 2011, at 8:01 AM, Derek Atkins wrote: > > > Ted, > > > > Ted Creedon writes: > > > >> Brand new clean system "Lizzy" - first build did a git pull and ran the > >> perl script > >> > >> #!/usr/bi

Re: 2.4.8 git /w guile 2.0

2011-11-11 Thread John Ralls
On Nov 11, 2011, at 8:01 AM, Derek Atkins wrote: > Ted, > > Ted Creedon writes: > >> Brand new clean system "Lizzy" - first build did a git pull and ran the >> perl script >> >> #!/usr/bin/perl >> #-;-perl-;- >> use strict; >> >> use lib (split(/:/, $ENV{GITPERLLIB} || >> "/usr/local/git/lib

Re: r21533 - gnucash-docs/trunk/help/C - Bug #651886

2011-11-11 Thread Yawar Amin
OK, On 2011-11-09, at 09:00, Derek Atkins wrote: >> […] > > Looks good. :) Committed and bug resolved. Cheers PGP.sig Description: This is a digitally signed message part ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnu

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-11 Thread Derek Atkins
Ted, Ted Creedon writes: > Brand new clean system "Lizzy" - first build did a git pull and ran the > perl script > > #!/usr/bin/perl > #-;-perl-;- > use strict; > > use lib (split(/:/, $ENV{GITPERLLIB} || > "/usr/local/git/lib/perl5/site_perl")); > use Git; > > Git::command_noisy("pull", ("--reb

Re: Git Migration: github with svn access

2011-11-11 Thread John Ralls
On Nov 11, 2011, at 6:16 AM, Geert Janssens wrote: > On woensdag 9 november 2011, Yawar Amin wrote: >> Hi, >> >> On Wed, Nov 9, 2011 at 2:30 PM, Christian Stimming >> >> wrote: >>> [...] >>> >>> >>> Same for me - I was able to "svn checkout" one of my other normal git >>> repos, >>> but with

Re: Git Migration: github with svn access

2011-11-11 Thread Geert Janssens
On woensdag 9 november 2011, Yawar Amin wrote: > Hi, > > On Wed, Nov 9, 2011 at 2:30 PM, Christian Stimming > > wrote: > > [...] > > > > > > Same for me - I was able to "svn checkout" one of my other normal git > > repos, > > but with gnucash I, too, got "502 Bad Gateway". However, it came up w

Re: Latest invoice window edits gtk+ requirements

2011-11-11 Thread Geert Janssens
On vrijdag 11 november 2011, Christian Stimming wrote: > Zitat von Geert Janssens : > > Hmm, good point. So far there are no changes yet that require 2.24 > > as far as I > > know. But we'll see what turns up when the DISABLE_DEPRECATED defines are > > used. > > > > Shouldn't we change configure.a

Re: Latest invoice window edits gtk+ requirements

2011-11-11 Thread Christian Stimming
Zitat von Geert Janssens : Hmm, good point. So far there are no changes yet that require 2.24 as far as I know. But we'll see what turns up when the DISABLE_DEPRECATED defines are used. Shouldn't we change configure.ac already to require 2.18 ? There is a comment in there that this is currentl

Re: Latest invoice window edits gtk+ requirements

2011-11-11 Thread Geert Janssens
On vrijdag 11 november 2011, John Ralls wrote: > On Nov 10, 2011, at 9:56 AM, Geert Janssens wrote: > > On donderdag 10 november 2011, Mike Evans wrote: > >> I just compiled and ran the latest SVN and I now have no invoice windows > >> just the status bar. This appears to be due the gtk+ requireme

Re: Fwd: 2.4.8 git /w guile 2.0

2011-11-11 Thread Geert Janssens
On donderdag 10 november 2011, Ted Creedon wrote: > Built a new system w. guile 2.0 > > export GUILE_AUTO_COMPILE=0 > make clean;./configure --disable-error-on-warning;time nice make -s > gnucash > > On Wed, Nov 9, 2izzy:/data/gnucash # rm -rf /root/.cache/guile/*;gnucash > > gnc.bin-Message: ma