Difference between revisions of "AGIVS"
From AGI Wiki
Jump to navigationJump to searchLine 26: | Line 26: | ||
| | ||
− | == See Also == | + | == <br />See Also == |
* [[:Category:AGI Tools|AGI Tools]] | * [[:Category:AGI Tools|AGI Tools]] | ||
Line 33: | Line 33: | ||
| | ||
+ | [[Category:Development Tools]] | ||
[[Category:AGI Tools]] | [[Category:AGI Tools]] |
Revision as of 16:26, 25 May 2014
AGIVS
by Nat Budin
Description
AGIVS online version-control system for multi-developer AGI games is a tool to help a team of AGI developers to work on the same code. It requires access to an Internet server. AGIVS is a simple clone of CVS to allow developers to "check out" source from a server. The server made sure that nobody else could touch it until the original people "checks in" the same source. It's this ability that allows multiple people to work on the same source. It was one of the tools that Nat Budin developed for the development of Operation: Recon to solve problems with multiple people sharing code via email.
Usage
Options
Download
See Also