Semantic diff and automerge

US9519631B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9519631-B2
Application numberUS-201213435636-A
CountryUS
Kind codeB2
Filing dateMar 30, 2012
Priority dateMar 30, 2012
Publication dateDec 13, 2016
Grant dateDec 13, 2016

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Resolving conflicting changes to structured data files. A method includes for a structured data file which has both a generic structure and dialects built on top of the generic structure, for which conflicting changes have been made, and where an original version of the structured data, a first version of the structured data and a second version of the structured data exist, determining a dialect of the structured data. The method further includes, based on the determined dialect performing at least one of merge or diff operations on the original version of the structured data, the first version of the structured data and the second version of the structured data.

First claim

Opening claim text (preview).

What is claimed is: 1. In a computing environment, a method of determining and resolving conflicting changes to versions of structured data files, the method comprising: for a structured data file which has both a generic structure and dialects built on top of the generic structure, for which conflicting changes have been made, and where an original version of the structured data, a first version of the structured data, and a second version of the structured data exist; determining a dialect which is used for the structured data; and based on the determined dialect, wherein the determined dialect imposes semantic rules for determining differences and applying changes: performing a two-way diff comprising: determining differences, Diff 1 , between the original version and the first version, and determining differences, Diff 2 , between the original version and the second version; performing a three-way diff comprising: traversing Diff 1 and recording changes in Diff 1 which do not conflict with changes in Diff 2 in a change file and recording changes in Diff 1 which conflict with changes in Diff 2 in a conflict file, and traversing Diff 2 and recording changes in Diff 2 which do not conflict with changes in Diff 1 in the change file and recording changes in Diff 2 which conflict with changes in Diff 1 in the conflict file; and performing a merge by: applying each change recorded in the change file to the original version, and resolving conflicts recorded in the conflict file. 2. The method of claim 1 further comprising: identifying a rule file associated with the determined dialect; using the rule file, identifying different subsets of one or more of the three versions of the structured data file and at least one of different merge or diff rules associated with the different subsets of one or more of the three versions of the structured data file; and applying the different rules to the different subsets of one or more of the three versions of the structured data file. 3. The method of claim 2 , wherein using the rule file identifying different subsets of one or more of the three versions of the structured data file and at least one of different merge or diff rules associated with the different subsets of one or more of the three versions of the structured data the file, comprises following an Xpath expression. 4. The method of claim 2 , wherein the rule file comprises a rule specifying that a merge is not resolved for a particular subset of one or more of the three versions of the structured data file. 5. The method of claim 2 , wherein the rule file comprises a rule specifying that order matters for at least one of merge or diff operations for a particular subset of one or more of the three versions of the structured data file. 6. The method of claim 2 , wherein the rule file comprises a rule specifying that order does not matter for at least one of merge or diff operations for a particular subset of one or more of the three versions of the structured data file. 7. The method of claim 2 , wherein the rule file comprises a rule specifying that differences in specific identified attributes do not matter for at least one of merge or diff operations for a particular subset of one or more of the three versions of the structured data file. 8. The method of claim 2 , wherein the rule file comprises a rule specifying a subset of one or more of the three versions of the structured data file as requiring uniqueness such that two or more modified data items with the same unique identifier are in conflict. 9. The method of claim 8 , further comprising resolving the conflict by creating one or more new unique identifiers. 10. The method of claim 2 , wherein the rule file comprises a rule specifying that a particular portion of one or more of the three versions of the structured data file should not be semantically merged. 11. The method of claim 1 wherein determining a dialect comprises examining a description document. 12. The method of claim 1 , wherein determining a dialect comprises examining the structured data file. 13. The method of claim 1 further comprising automatically generating rules for at least one of semantic merge or diff operations based on previously existing semantic format descriptions for structured data. 14. The method of claim 1 , wherein the dialect specifies a related set of structured textual data to be operated on. 15. The method of claim 1 , further comprising merging the different versions while preserving human context recognizability. 16. The method of claim 15 wherein merging the different versions while preserving human context recognizability comprises preserving whitespace structure across the file. 17. The method of claim 15 wherein merging the different versions while preserving human context recognizability comprises preserving comment adjacency. 18. One or more computer readable hardware storage devices comprising computer executable instructions that when executed by one or more processors cause the one or more processors to perform the following: for a structured data file which has both a generic structure and dialects built on top of the generic structure, for which conflicting changes have been made, and where an original version of the structured data, a first version of the structured data and a second version of the structured data exist: determining a dialect which is used for the structured data; and based on the determined dialect, wherein the determined dialect imposes semantic rules for determining differences and applying changes: performing a two-way diff comprising: determining differences, Diff 1 , between the original version and the first version, and determining differences, Diff 2 , between the original version and the second version; performing a three-way diff comprising: traversing Diff 1 and recording changes in Diff 1 which do not conflict with changes in Diff 2 in a change file and recording changes in Diff 1 which conflict with changes in Diff 2 in a conflict file, and traversing Diff 2 and recording changes in Diff 2 which do not conflict with changes in Diff 1 in the change file and recording changes in Diff 2 which conflict with changes in Diff 1 in the conflict file; and performing a merge by: applying each change recorded in the change file to the original version, and resolving conflicts recorded in the conflict file. 19. In a computing environment, a system for determining and resolving conflicting changes to versions of structured data files, the system comprising: one or more processors; a memory; a file repository configured to store a latest version of a structured data file and to check the latest version of the structured data file out to users, wherein the latest version of the structured data file is an authoritative version of the structured text data file; and a rules engine configured to: determine a dialect is used for the structured data file which has both a generic structure and a dialect built on top of the generic structure; select a rules file from among a plurality of rules files for the determined dialect; and based on the determined dialect, wherein the determined dialect imposes semantic rules for determining differences and applying changes: performing a two-way diff comprising: determining differences, Diff 1 , between the original version and the first version, and determining differences, Diff 2 , between the original version and the second version; performing a three-w

Assignees

Inventors

Classifications

  • Parsing · CPC title

  • G06F40/197Primary

    Version control (for software G06F8/71) · CPC title

  • Concurrency control, e.g. optimistic or pessimistic approaches · CPC title

  • Ensuring data consistency and integrity · CPC title

  • Physics · mapped topic

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9519631B2 cover?
Resolving conflicting changes to structured data files. A method includes for a structured data file which has both a generic structure and dialects built on top of the generic structure, for which conflicting changes have been made, and where an original version of the structured data, a first version of the structured data and a second version of the structured data exist, determining a diale…
Who is the assignee on this patent?
Kilian David Charles, Millott Louisa Rose, Jones Gareth Alun, and 7 more
What technology area does this patent fall under?
Primary CPC classification G06F40/197. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Dec 13 2016 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).