Categories: Java | Java ME | Symbian C++ | Python
This page was last modified 03:01, 21 November 2007.
Version Control
From Forum Nokia Wiki
What is a version control
If one or more developers are working on the same project then there are chances that a same file being edited by two or more persons & at the end causing a dilema on what all changes to be made & which are the correct ones. In order to avoid this situation, version control is used.
The main advantages of using version control system are :
- The version control system flags all the changes that are made to a file
- An older version can be easily retrieved
- One can easily view all the changes made by a developer on a particular file
- can easily compare the current file to an older version etc
Some of the mainly used Version Control systems are:
- CVS
- Subversion
CVS
CVS - Concurrent Versioning System , was a frequently used version system & also being used now.
The main features are:
- Easy to use
- Concurrent versioning system
- Open source
- Individual File versioning (One version for a particular file)
- Can be integrated to IDEs like eclipse, Netbeans etc
Subversion
Subversion is an advanced form of CVS.Currently popular, so many projects moved from CVS to SVN
The main features are:
- Easy to use
- Concurrent versioning system
- Open source
- Global version number, unlike individual versioning in CVS
- Has standalone existence.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CEikLabel and HandlePointerEventL | asheeshv | General Symbian C++ | 2 | 2005-03-11 15:44 |
| MIDlet-Version number NOT match, always 1.01 | laxcrab | Mobile Java General | 11 | 2007-08-04 08:17 |
| 你觉得爽吗?用手机监视家中的一切,控制冰箱、空调等一切家电!!!!!!!!!!!!! | lsxjf | Other Programming Discussion 关于其他编程技术的讨论 | 7 | 2003-12-17 20:29 |
| Forms and fonts | kota | Symbian User Interface | 0 | 2006-11-02 15:34 |
| OfferKeyEventL Not working | gtemgire | Symbian User Interface | 6 | 2008-03-05 09:53 |
