Saving Text Versions
-
I want to in C# be able: 1. create a text file 2. save it 3. Make a change to the text file 4. Save only the changes, which can be merged back into the original file. This is basically a poor mans version control system in C#. I have found examples of how to compare two files byte by byte. I am hoping someone has seen an efficient way to save the changes before I start rolling my own. Thanks, Darren
-
I want to in C# be able: 1. create a text file 2. save it 3. Make a change to the text file 4. Save only the changes, which can be merged back into the original file. This is basically a poor mans version control system in C#. I have found examples of how to compare two files byte by byte. I am hoping someone has seen an efficient way to save the changes before I start rolling my own. Thanks, Darren
Darren Pruitt wrote: I have found examples of how to compare two files byte by byte. For text, line by line comparisons should be fine, but it can be tricky :) top secret
Download xacc-ide 0.0.3 now!
See some screenshots