Re: Issue running git-svn-mirror script on code

2013-01-21 Thread Yawar Amin
Hi Derek, On 2013-01-21, at 9:11, Derek Atkins wrote: > Hey all, > > Geert and I were working over the weekend to try to set up an svn->git > mirror on code. Alas, I seem to have an issue that I don't know how to > fix. I don't know gitolite, but wouldn't it work if you simply copied (not cl

Re: Issue running git-svn-mirror script on code

2013-01-21 Thread John Ralls
On Jan 21, 2013, at 8:33 AM, Derek Atkins wrote: > John Ralls writes: > >>> I did: >>> >>> git clone >>> git svn init --stdlayout file:///repo/gnucash-docs >>> git-update >>> git-svn-mirror update . >> >> Yes, the [svn2git] and [svn] sections are normally set up by >> git-svn-mirror when st

Re: Making GnuCash development on Windows easier, one step at the time

2013-01-21 Thread Geert Janssens
On 21-01-13 16:50, Derek Atkins wrote: Christian Stimming writes: Oh, you're right. Paths with spaces will continue to give us headaches at each and every place that uses normal Unix shell scripts. That would be enough of a reason to stick to a direct installation in c:\, unfortunately. Unles

Re: Backport policy regarding new strings ?

2013-01-21 Thread Geert Janssens
Hi Yawar, I believe I have already committed the patch for trunk in r22711. So with that I think the bug report can be closed. Regards, Geert On 20-01-13 21:57, Yawar Amin wrote: Hi Christian, On 2013-01-20 14:55, Christian Stimming wrote: [...] It's up to you (or anyone who wants to comm

Re: Issue running git-svn-mirror script on code

2013-01-21 Thread Derek Atkins
John Ralls writes: >> I did: >> >> git clone >> git svn init --stdlayout file:///repo/gnucash-docs >> git-update >> git-svn-mirror update . > > Yes, the [svn2git] and [svn] sections are normally set up by > git-svn-mirror when starting from scratch. So am I not supposed to add those manual

Re: Issue running git-svn-mirror script on code

2013-01-21 Thread John Ralls
On Jan 21, 2013, at 6:11 AM, Derek Atkins wrote: > Hey all, > > Geert and I were working over the weekend to try to set up an svn->git > mirror on code. Alas, I seem to have an issue that I don't know how to > fix. > > I did: > > git clone > git svn init --stdlayout file:///repo/gnucash-d

Re: Making GnuCash development on Windows easier, one step at the time

2013-01-21 Thread Derek Atkins
Christian Stimming writes: > Oh, you're right. Paths with spaces will continue to give us headaches > at each and every place that uses normal Unix shell scripts. That > would be enough of a reason to stick to a direct installation in c:\, > unfortunately. Unless we properly quote everything eve

Issue running git-svn-mirror script on code

2013-01-21 Thread Derek Atkins
Hey all, Geert and I were working over the weekend to try to set up an svn->git mirror on code. Alas, I seem to have an issue that I don't know how to fix. I did: git clone git svn init --stdlayout file:///repo/gnucash-docs git-update git-svn-mirror update . After doing a bunch of stu

Re: GnuCash for Android with double entry accounting

2013-01-21 Thread Ngewi Fet
That is very weird. Double entry is specified in the OFX. I'm just not sure right now if I had implemented it before I released the beta or not. It definitely is implemented now. Double entry on the Android app would really be useless if it cannot be imported into the desktop. I'll check and test a

Re: GnuCash for Android with double entry accounting

2013-01-21 Thread am65
Finished testing. I don't understand why if I specify both side of the transaction in the phone, then I have to specify again them when I'm importing the OFX file in GnuCash. I guess it's a problem with the OFX standard or its implementation in GnuCash. But for me its a lot of work if i have to ma