Changes between Version 3 and Version 4 of Docs/Prog/Manual/Development/VersionControl
- Timestamp:
- 11/30/09 13:55:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/Development/VersionControl
v3 v4 1 = = Version Control ==1 = Version Control = 2 2 3 == = Subversion ===3 == Subversion == 4 4 5 === = About Subversion ====5 === About Subversion === 6 6 From [http://http://en.wikipedia.org/wiki/Subversion_(software) Wikipedia]: 7 7 … … 14 14 Subversion is released under the [http://en.wikipedia.org/wiki/Apache_License Apache License], making it [http://en.wikipedia.org/wiki/Free_software free software]. 15 15 16 === = Subclipse for Eclipse ====16 === Subclipse for Eclipse === 17 17 Subclipse is an Eclipse Team Provider plug-in providing support for Subversion within the Eclipse IDE. The software is released under the Eclipse Public License (EPL) 1.0 open source license. Using Subclipse we can fully integrate a subversion client in Eclipse. 18 18 19 19 If you are using the Cardinal provided VMWare development environment Subclipse is already installed. 20 20 21 ==== = Installing Subclipse =====21 ==== Installing Subclipse ==== 22 22 1. Start Eclipse and choose '''Help -> Software Updates -> Find and Install'''. 23 23