P4SimpleScc is a simple Perforce (Helix Core) source control provider. The "simple" part of this extension is that it only does one thing. It checks files out from a Perforce server when they are modified (or when they are saved). It doesn't do anything else. It doesn't show status of checked out files. It doesn't submit changelists of files. It doesn't diff files. It doesn't revert files. It doesn't shelve files. It doesn't show history or time-lapse view of files. It doesn't show a revision graph of files. All of those functions can be performed in P4V instead of implementing that same interface in Visual Studio. See the GitHub page for usage instructions and additional documentation. |