Source control: Difference between revisions
From VNDev Wiki
Mochipie95 (talk | contribs) No edit summary |
Mochipie95 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Source control is a set of activities which is often performed by any member of the team who is producing game assets of any kind (script, art, music, code, etc). It involves managing and organizing different versions of the assets produced, communicating to the [[Visual_Novel_Development_Team|team]] about changes made and the version to use for relevant team members. With VNs that have longer development duration, a | Source control is a set of activities which is often performed by any member of the team who is producing game assets of any kind (script, art, music, code, etc). It involves managing and organizing different versions of the assets produced, communicating to the [[Visual_Novel_Development_Team|team]] about changes made and the version to use for relevant team members. With VNs that have longer development duration, a [https://betterexplained.com/articles/a-visual-guide-to-version-control/ version control system] can be used to assist the development team in managing asset changes as well as facilitate coding in parallel. The job of managing the version control system typically falls under the [[Visual_Novel_Development_Team#Programmer|programmer]]'s role. | ||
== Source control tools == | == Source control tools == | ||
=== Classic === | === Classic === | ||
- | - [https://drive.google.com/ Google Drive] | ||
- Dropbox | - Dropbox | ||
- Discord | - Discord | ||
Line 10: | Line 10: | ||
=== Version control system === | === Version control system === | ||
- | - | ||
Revision as of 15:03, 24 June 2022
Source control is a set of activities which is often performed by any member of the team who is producing game assets of any kind (script, art, music, code, etc). It involves managing and organizing different versions of the assets produced, communicating to the team about changes made and the version to use for relevant team members. With VNs that have longer development duration, a version control system can be used to assist the development team in managing asset changes as well as facilitate coding in parallel. The job of managing the version control system typically falls under the programmer's role.
Source control tools
Classic
- Google Drive - Dropbox - Discord - any application that allows file sharing
Version control system
-