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
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
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