Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Let me make sure I understand correctly. You have a piece of code (4) that creates a file, and another one (7) that modifies that file, and want to revert 4? Or do you have a piece of code (4) that modifies earlier module (0), and then 7 also modifies 0 but because it came later modifies 4 as well? Commented Jan 29, 2011 at 8:20
  • We are sharing model files. So, for example, I have a model in file X. Now, (4) changes some values in X. One week after (4) completed, (7) changes the same values as (4) changed. Commented Jan 29, 2011 at 8:44