dev:kb:version_control
This is an old revision of the document!
Table of Contents
Version Control System
Perforce
Official p4 document
http://www.perforce.com/perforce/doc.current/manuals/p4guide/chapter.usingp4.html
http://www.perforce.com/perforce/doc.current/manuals/cmdref/index.html
Add directory recursively to perforce depot
# In Windows dir /b /s /a-d | p4 -x – add # In Linux/Unix find . -type f -print | p4 -x - add # In Mac files -f -q -r -s | p4 -x - add
Git
SVN
dev/kb/version_control.1399212927.txt.gz · Last modified: 2020/06/06 23:32 (external edit)