Re: Making the dev process work for me.

2010-05-17 Thread Chris Snow
Thanks Ean - I will take a look at GIT... If you could make your changes in a cloned GIT repository we might be able to review and commit them en masse. On 05/15/2010 01:45 AM, chris snow wrote: On 15 May 2010 07:38, chris snowchsnow...@googlemail.com wrote: A while back, I had a small

Re: Making the dev process work for me.

2010-05-17 Thread Erwan de FERRIERES
Le 15/05/2010 08:38, chris snow a écrit : A while back, I had a small improvement committed to provide field tooltip help. I now have the time consuming process of extracting the tooltip help text from the manager references and putting it into the xml property files. The problem is that I

Re: Making the dev process work for me.

2010-05-17 Thread Chris Snow
Hi Erwan, The problem with commit lag is not caused by any one person, it is a problem with the process. Based on feedback from others, I think the way around it will be to get my own svn/git branch running and do my work there. I can then submit patches back upstream and not have to worry

Re: Making the dev process work for me.

2010-05-16 Thread Ean Schuessler
If you could make your changes in a cloned GIT repository we might be able to review and commit them en masse. On 05/15/2010 01:45 AM, chris snow wrote: On 15 May 2010 07:38, chris snowchsnow...@googlemail.com wrote: A while back, I had a small improvement committed to provide field tooltip

Making the dev process work for me.

2010-05-15 Thread chris snow
A while back, I had a small improvement committed to provide field tooltip help. I now have the time consuming process of extracting the tooltip help text from the manager references and putting it into the xml property files. The problem is that I have to rely on commiters to take my patches,

Re: Making the dev process work for me.

2010-05-15 Thread chris snow
On 15 May 2010 07:38, chris snow chsnow...@googlemail.com wrote: A while back, I had a small improvement committed to provide field tooltip help. I now have the time consuming process of extracting the tooltip help text from the manager references and putting it into the xml property files. The