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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Revision Control Software

Revision Control Software

Scheduled Pinned Locked Moved C / C++ / MFC
sysadminquestionworkspace
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
    donaldsa
    wrote on last edited by
    #1

    Does anyone know of a revision control system that I could easily integrate into a custom designed application? My users need to be able to check in/out text files and view past revisions. I would like to be able to setup a document server and then add simple menu button to my application to give my users access to the files. All of the revision control systems that I have seen are either a) standalone systems without any integration, b) expensive when you need a site license, or c) bloated with features that my users don't need. Can anyone offer any suggestions?

    E 1 Reply Last reply
    0
    • D donaldsa

      Does anyone know of a revision control system that I could easily integrate into a custom designed application? My users need to be able to check in/out text files and view past revisions. I would like to be able to setup a document server and then add simple menu button to my application to give my users access to the files. All of the revision control systems that I have seen are either a) standalone systems without any integration, b) expensive when you need a site license, or c) bloated with features that my users don't need. Can anyone offer any suggestions?

      E Offline
      E Offline
      Erik Funkenbusch
      wrote on last edited by
      #2

      Yes, you can use GNU RCS, which comes with source code. However, since it's GPL'd you'll also have to release your source with it. The other things you can do is simply use RCS standalone executables and just call them from within your program.

      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