Perforce is a centralized verson control system (i.e. there is only one central location of the project - depot
).
Perforce handles massive projects efficiently.
Instead of creating a hash for the entire project (i.e. what git
does) Perforce only does this for the files you’d like changed.
This makes it a favourite for industries that have projects that have large file sizes (e.g. gaming, film, engineering, etc).
Checkout
only the files you want to changeGet latest revision
- to get the latest code