Source Control: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
* '''Game.agf.bak''' - It's just another backup file. Will be generated by the AGS Editor. | * '''Game.agf.bak''' - It's just another backup file. Will be generated by the AGS Editor. | ||
If you're using Subversion, you can add these files to your .svnignore file. | If you're using Subversion, you can add these files to your .svnignore file. In git, use git ignore (read below). | ||
== Rules when making changes == | == Rules when making changes == | ||
Line 40: | Line 40: | ||
* Adding new rooms can be tricky. Make sure that everyone knows you're adding a new room and commit it as soon as possible before you keep going. | * Adding new rooms can be tricky. Make sure that everyone knows you're adding a new room and commit it as soon as possible before you keep going. | ||
* Don't have more than one person work on the same room or adding/changing sprites at the same time! Coordinate over chat! | * Don't have more than one person work on the same room or adding/changing sprites at the same time! Coordinate over chat! | ||
== Source control with Subversion (SVN) == | |||
Add the ifles to ignore to your .svnignore file. | |||
== Source Control with Microsoft MSSCCI system (SourceSafe, TFS...) == | == Source Control with Microsoft MSSCCI system (SourceSafe, TFS...) == |