|
Re: Why you should care about version control, and why I suggest git
That list is for tools that are integrated. Any SCC tools that can handle binary files will work with LV, but you will then use their command line or GUI to do check-in and check-out. These tools have wrappers already built into the LV IDE so that you start to edit, confirm a checkout, and continue editing.
Depending on the project, I've used both, and while integrated is nice, sometime it is useful to learn the tool's API for advanced stuff anyhow. If not using the integrated tool, a diff would consist of getting both revisions on disk and using the LV Compare tool on those files.
Greg McKaskle
|