Revision control

Is there any revision control mechanism available with VC++ Express edition Is there an easy way to roll back to a previous version of an application, or have different versions available for debugging/comparison

Thanks,

Kumar



Answer this question

Revision control

  • RamyaP

    Do the Standard and Professional editions have built-in revision control

    Thanks,

    Kumar


  • A. Heuts

    Express editions do not have this feature integrated. You can use any revision control software like CVS, Visual Source Safe etc. but you will have to use it manually (from command line or whatever tools the revision control software provides).


  • Tega

    Thanks. I am a bit surprised that it is not a built-in feature.

    Kumar


  • Steve_fr88

    Yes and no. They can be integrated with a revision control system like Visual Source Safe but they don't come out of the box with a revision control system.
  • Revision control