RE: ODF mapping (was RE: Git revert difficulty)

2015-04-29 Thread Franz de Copenhague
> From: svante.schub...@gmail.com > Date: Wed, 29 Apr 2015 20:52:00 +0200 > To: dev@corinthia.incubator.apache.org > Subject: Re: ODF mapping (was RE: Git revert difficulty) > > Am 29.04.2015 um 18:53 schrieb Dennis E. Hamilton: >>

Re: ODF mapping (was RE: Git revert difficulty)

2015-04-29 Thread Svante Schubert
Am 29.04.2015 um 18:53 schrieb Dennis E. Hamilton: -- commenting inline to -- From: Peter Kelly [mailto:pmke...@apache.org] Sent: Sunday, April 26, 2015 21:56 To: dev@corinthia.incubator.apache.org Subject: Re: Git revert difficulty On 27 Apr 2015, at 11:27 am, Franz de Copenhague wrote: I

ODF mapping (was RE: Git revert difficulty)

2015-04-29 Thread Dennis E. Hamilton
-- commenting inline to -- From: Peter Kelly [mailto:pmke...@apache.org] Sent: Sunday, April 26, 2015 21:56 To: dev@corinthia.incubator.apache.org Subject: Re: Git revert difficulty > On 27 Apr 2015, at 11:27 am, Franz de Copenhague wrote: > > I have a question regardi

RE: Git revert difficulty

2015-04-27 Thread Franz de Copenhague
> From: pmke...@apache.org > Subject: Re: Git revert difficulty > Date: Mon, 27 Apr 2015 11:55:46 +0700 > To: dev@corinthia.incubator.apache.org > > > On 27 Apr 2015, at 11:27 am, Franz de Copenhague wrote: > > > > I have a question regarding to the ODFTe

Re: Git revert difficulty

2015-04-26 Thread Peter Kelly
> On 27 Apr 2015, at 11:27 am, Franz de Copenhague wrote: > > I have a question regarding to the ODFTextConverter to HTML. ODF only use > span tags and style names to define text content and formats like bold, > italic, strike, etc as opposite to OOXML that uses run texts tags with > separate

RE: Git revert difficulty

2015-04-26 Thread Franz de Copenhague
> From: gabriela.gib...@gmail.com > Date: Sun, 26 Apr 2015 16:28:32 +0100 > Subject: Re: Git revert difficulty > To: dev@corinthia.incubator.apache.org > CC: dennis.hamil...@acm.org > > Hi Jan, > > I agree, this should really be a branch. > > I see if I can wo

Re: Git revert difficulty

2015-04-26 Thread Gabriela Gibson
Hi Jan, I agree, this should really be a branch. I see if I can work out how to move it to a branch, but I'll leave Peter's excellent stub in place. However, about trees shooting, well, it's spring. So yeah, they would shoot ;-D G On Sun, Apr 26, 2015 at 3:16 PM, jan i wrote: > On 26 April

Re: Git revert difficulty

2015-04-26 Thread jan i
On 26 April 2015 at 15:58, Gabriela Gibson wrote: > Hi Peter, > > thank you very much for this, it's a great structure to start on :) > Please feel tree to shoot me if I am wrong. I think a feature like ODF should not be developed in "master" but in a public branch, that way this revert could h

RE: Git revert difficulty

2015-04-26 Thread Gabriela Gibson
Hi Peter, thank you very much for this, it's a great structure to start on :) --- On 26 Apr 2015 02:30, "Dennis E. Hamilton" wrote: > > If you look at the file(s) that is(are) being complained about, you might see that there is a DIFF there instead of the file. Do the process to reconcile

RE: Git revert difficulty

2015-04-25 Thread Dennis E. Hamilton
If you look at the file(s) that is(are) being complained about, you might see that there is a DIFF there instead of the file. Do the process to reconcile to what you want to end up with and commit that. Then see if Sync works. (A little GIT magic joojoo.) - Dennis -Original Message-

Re: Git revert difficulty

2015-04-25 Thread Peter Kelly
Hi Gabriela, I’ve just added a new version of ODFConverter, which is actually called ODFTextConverter and is located in DocFormats/filters/odf/src/text/. The reason I’ve used the latter name is to distinguish it from classes like ODFPresentationConverter and ODFSheetConverter which we may have

Re: Git revert difficulty

2015-04-25 Thread Gabriela Gibson
Thank you very much :) G On Sat, Apr 25, 2015 at 4:12 PM, Peter Kelly wrote: > The revert failed because it conflicted with some fixes I made to > OOXMLTypedefs.h, to remove compiler warnings about duplicate typedefs. > > ‘git revert’ essentially takes a diff between the files before and after

Re: Git revert difficulty

2015-04-25 Thread Peter Kelly
The revert failed because it conflicted with some fixes I made to OOXMLTypedefs.h, to remove compiler warnings about duplicate typedefs. ‘git revert’ essentially takes a diff between the files before and after a given commit, and then applies that patch in reverse. So if changes have been made