|
|
Choosing A Webhost: |
Re: [Monotone-devel] Re: [cdv-devel] more merging stuff (bit long...): msg#00011version-control.codeville.devel
Nathaniel Smith wrote: > (One horrible idea I had, suitable for scaring small children who are > interested in merge algorithms: since it seem like trees may actually > be _easier_ to merge than text, by passing to the representation > of nodes-and-pointers-to-parents and then applying a nice scalar merge > algorithm, why not apply the same trick to the linear ordering > structure that makes up text? Model each line as a (text, pointer to > preceding line) pair, and merge on those. That's an interesting idea, but doesn't make anything easier. The whole point of using a weave is that you can version each line independently, and thus far I've taken the approach of giving each line a binary value of either present or not present, which is easier than supporting a full-blown scalar. The hard part is resolution, where you figure out what lines are currently present. That's the part which needs all the work. Using previous line as part of state could be useful for fixing that weird edge case you were discussing on IRC though, the one which codeville merge gets wrong but three way merge gets right. -Bram
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [Monotone-devel] Re: [cdv-devel] more merging stuff (bit long...), Florian Weimer |
|---|---|
| Next by Date: | Re: [cdv-devel] more merging stuff (bit long...), Bram Cohen |
| Previous by Thread: | Re: [Monotone-devel] Re: [cdv-devel] more merging stuff (bit long...), Bram Cohen |
| Next by Thread: | Re: [Monotone-devel] Re: [cdv-devel] more merging stuff (bit long...), Nathaniel Smith |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |