CS207: Systems Development for Computational Science
https://harvard-iacs.github.io/2019-CS207/lectures/lecture3/
David Sondak
Harvard University Institute for Applied Computational Science
CS207: Systems Development for Computational Science - - PowerPoint PPT Presentation
CS207: Systems Development for Computational Science https://harvard-iacs.github.io/2019-CS207/lectures/lecture3/ David Sondak Harvard University Institute for Applied Computational Science 9/12/2019 Version Control Minimum guidlines
https://harvard-iacs.github.io/2019-CS207/lectures/lecture3/
Harvard University Institute for Applied Computational Science
1 / 12
2 / 12
3 / 12
4 / 12
1 Read-only Local Workspaces
read-only local copy of the source files
checked-out as needed and locked in the repo in order to gain write access
the changes to the repo and makes the file read-only again
2 Read / Write Local Workspaces
copy of the source files
files in their local copy
simultaneous edits handled with merging algorithms or manually when files are synced against the repo or committed to it
this way
5 / 12
6 / 12
inconsistency or corruption
7 / 12
8 / 12
8 / 12
9 / 12
10 / 12
11 / 12
11 / 12
11 / 12
11 / 12
11 / 12
11 / 12
11 / 12
11 / 12
12 / 12