Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Saving Text Versions

Saving Text Versions

Scheduled Pinned Locked Moved C#
csharpcollaborationtutorialannouncement
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Darren Pruitt
    wrote on last edited by
    #1

    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

    L 1 Reply Last reply
    0
    • D Darren Pruitt

      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

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups