Re: Branching strategy for git

2014-03-27 Thread Geert Janssens
On Wednesday 26 March 2014 12:53:36 Derek Atkins wrote: John Ralls jra...@ceridwen.us writes: It will be. When we’re ready to release 2.8, the ‘maint’ branch will be renamed to ‘2.6’; when we release 2.8.3, we’ll create a new ‘maint’ branch from ‘master’. We could even do that at 2.8.0,

Re: Branching strategy for git

2014-03-27 Thread Geert Janssens
On Tuesday 25 March 2014 09:17:29 John Ralls wrote: On Mar 25, 2014, at 8:15 AM, Geert Janssens janssens-ge...@telenet.be wrote: If no one beats me to it I'll try to adapt the git wiki page with this info in the coming days. OK. The main change seems to me to be that instead of making a

Re: Branching strategy for git

2014-03-27 Thread Geert Janssens
On Saturday 22 March 2014 18:39:13 John Ralls wrote: On Mar 22, 2014, at 4:01 PM, Geert Janssens janssens-ge...@telenet.be wrote: I like the workflow as proposed in the git workflows man page (section Branch management for a release and following). They propose a long-term maintenance

Re: Branching strategy for git

2014-03-27 Thread John Ralls
On Mar 27, 2014, at 2:13 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Saturday 22 March 2014 18:39:13 John Ralls wrote: On Mar 22, 2014, at 4:01 PM, Geert Janssens janssens-ge...@telenet.be wrote: I like the workflow as proposed in the git workflows man page (section Branch

Re: Branching strategy for git

2014-03-27 Thread John Ralls
On Mar 27, 2014, at 1:47 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Tuesday 25 March 2014 09:17:29 John Ralls wrote: On Mar 25, 2014, at 8:15 AM, Geert Janssens janssens-ge...@telenet.be wrote: If no one beats me to it I'll try to adapt the git wiki page with this info in

Re: Branching strategy for git

2014-03-27 Thread Geert Janssens
On Thursday 27 March 2014 07:25:20 John Ralls wrote: On Mar 27, 2014, at 2:13 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Saturday 22 March 2014 18:39:13 John Ralls wrote: On Mar 22, 2014, at 4:01 PM, Geert Janssens janssens-ge...@telenet.be wrote: I like the workflow as

Re: Branching strategy for git

2014-03-27 Thread Geert Janssens
On Thursday 27 March 2014 07:45:14 John Ralls wrote: On Mar 27, 2014, at 1:47 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Tuesday 25 March 2014 09:17:29 John Ralls wrote: On the matter of feature branches, I'm tempted to create two public ones, 'boost' and 'mvc' to provide a

Re: Branching strategy for git

2014-03-27 Thread John Ralls
On Mar 27, 2014, at 8:14 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Thursday 27 March 2014 07:45:14 John Ralls wrote: On Mar 27, 2014, at 1:47 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Tuesday 25 March 2014 09:17:29 John Ralls wrote: On the matter of feature

Re: Branching strategy for git

2014-03-27 Thread Geert Janssens
On Thursday 27 March 2014 10:27:58 John Ralls wrote: On Mar 27, 2014, at 8:14 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Thursday 27 March 2014 07:45:14 John Ralls wrote: On Mar 27, 2014, at 1:47 AM, Geert Janssens janssens-ge...@telenet.be wrote: On Tuesday 25 March 2014

Using a Networked Drive with Ubuntu for GnuCash Data

2014-03-27 Thread Rik Hess
I am in the process of trying to move from an XP environment to Ubuntu and I am having trouble with GnuCash. I use a home network and I store all my data on a network drive so it is available for all my devices. GnuCash works great with the network drive in XP. The network device

Re: gnucash wiki - overall table of contents

2014-03-27 Thread Christian Stimming
Am Dienstag, 25. März 2014, 11:32:57 schrieb Alex Aycinena: A wiki it typically not hierarchical and meant to be a bunch of pages loosely linked together. Search is the main method to get around. I can confirm this once more: Our wiki implementation, MediaWiki, is particularly bad in

Re: Help with error during msgfmt checking po file

2014-03-27 Thread Christian Stimming
The flag c-format is wrong, as the string is not used in a sprintf format string (to my knowledge). If you remove the c-format, the file is accepted by msgfmt. I think the difference between de.po and ru.po is that de.po accidentally has a valid sprintf format character as the next one after

Re: Help with error during msgfmt checking po files

2014-03-27 Thread Dmitry Pavlov
Thank you, but I'm not sure, if it's it right to manually remove this string. I'll check tomorrow if msgmerge will insert this formatting directive again on updating po from pot. 28.03.2014 0:01 пользователь Christian Stimming christ...@cstimming.de написал: The flag c-format is wrong, as the

Re: Branching strategy for git

2014-03-27 Thread Mike Alexander
--On March 27, 2014 7:25:20 AM -0700 John Ralls jra...@ceridwen.us wrote: Changelog may be more difficult though we'll have to run a test to be sure. The main question for me here is whether or not our code to generate the Changelog file can properly handle multi-parent commits ? This is

Re: Using a Networked Drive with Ubuntu for GnuCash Data

2014-03-27 Thread Dmitry Pavlov
Hi, Rik Such questions should better be sent to gnucash users list, because this list is used for gnucash development questions (coding, translations etc.). 27.03.2014 22:45 пользователь Rik Hess rikh...@usa.net написал: I am in the process of trying to move from an XP environment to Ubuntu

Re: Using a Networked Drive with Ubuntu for GnuCash Data

2014-03-27 Thread Dave H
Perhaps you need to check out mounting network drives in Ubuntu - search for mount network drive in ubuntu for lots of answers. Once you have it mounted you should be able to run GnuCash on Ubuntu and then do a file open and browse to the network drive I would think ? Cheers dave H. On 28

Re: Using a Networked Drive with Ubuntu for GnuCash Data

2014-03-27 Thread Dmitry Pavlov
The problem is that gnucash does not see gvfs volumes (in file selection dialog) and it is not trivial at first glance to open file on network mount, but you can fix it with symbolic links. 1. In file manager open a network mount you should ensure that in file manager you can see your gnucash