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,
>>
>
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
20 matches
Mail list logo