IGetDBWiki/GettingStarted/VersionControl: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
(No difference)
|
Revision as of 14:02, 10 May 2007
Version Control
IGetDB has dependencies on several CVS-controlled projects (IGetDB itself is in a Subversion repository, see below).
CVS
- create a working direktory for CVS in your home named 'CVS'
- cd to that directory and get the projects needed to run emma:
cvs checkout bioinfo/<name of project>
You need to checkout the following projects:
- projectmanagement
- O2DBI
Subversion
- change into the directory
CVS/bioinfoand execute
svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/trunk igetdb