IGetDBWiki/GettingStarted/VersionControl: Difference between revisions
Jump to navigation
Jump to search
imported>KaiRunte No edit summary |
m (7 revisions) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 22: | Line 22: | ||
svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/trunk igetdb | svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/trunk igetdb | ||
</nowiki></pre> | </nowiki></pre> | ||
* checking out the release 1.0 is done as follows: | |||
<pre><nowiki> | |||
svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/branches/release_1_0 igetdb_1_0 | |||
</nowiki></pre> | |||
* checking out the release 1.2.2 is done as follows: | |||
<pre><nowiki> | |||
svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/branches/release_1_2_2 igetdb_1_2_2 | |||
</nowiki></pre> | |||
release 1.2 is deprecated. |
Latest revision as of 07:15, 26 October 2011
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/bioinfo
and execute
svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/trunk igetdb
- checking out the release 1.0 is done as follows:
svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/branches/release_1_0 igetdb_1_0
- checking out the release 1.2.2 is done as follows:
svn co https://svn.cebitec.uni-bielefeld.de/svn/igetdb/branches/release_1_2_2 igetdb_1_2_2
release 1.2 is deprecated.