Difference between revisions of "Fs2 open on Linux/Installing Subversion"

From FreeSpace Wiki
Jump to: navigation, search
m (Cosmetics)
(cvs becomes subversion)
Line 1: Line 1:
 
{{Page Navigation|
 
{{Page Navigation|
 
BookName=[[The fs2_open on Linux Guide]]|
 
BookName=[[The fs2_open on Linux Guide]]|
CurrentPage=Installing CVS|Installing CVS|
+
CurrentPage=Installing Subversion|Installing Subversion|
 
PrevPage=[[Fs2_open on Linux/Introduction|Introduction]]|
 
PrevPage=[[Fs2_open on Linux/Introduction|Introduction]]|
 
NextPage=[[Fs2_open_on_Linux/Installing_the_Development_Libraries|Installing the Development Libraries]]}}
 
NextPage=[[Fs2_open_on_Linux/Installing_the_Development_Libraries|Installing the Development Libraries]]}}
 
<p></p>
 
<p></p>
{{Note| If you don't want use CVS you can download a snapshot of the source code, version 3.6.9,  [http://fs2source.warpcore.org/exes/linux/fs2_open-3.6.9.tar.bz2 here].}}<p></p>
+
{{Note| If you don't want use Subversion you can download a snapshot of the source code, version 3.6.9,  [http://fs2source.warpcore.org/exes/linux/fs2_open-3.6.9.tar.bz2 here].}}<p></p>
 
{{Note| This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.}}
 
{{Note| This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.}}
 
<p></p>
 
<p></p>
{{Note|<b>Redhat</b>, <b>Slackware</b> and all the other distributions should have their instructions on installing CVS added here, if your distribution is not listed below and you are familiar with how to install CVS on it, please add it to this section. }}
+
{{Note|<b>Redhat</b>, <b>Slackware</b> and all the other distributions should have their instructions on installing Subversion added here, if your distribution is not listed below and you are familiar with how to install Subversion on it, please add it to this section. }}
CVS stands for Concurrent Versions System and is a version control system used to record the changes in documents, such as source files. Developers use CVS so they can easily share their code changes among other developers.  
+
Suubversion is a version control system used to record the changes in documents, such as source files. Developers use Subversion so they can easily share their code changes among other developers.  
Be aware that when you use CVS, you use the most up-to-date code : It may or may not be better than a release. It may be worse, less stable, or not even compile. This is work in progress.
+
Be aware that when you use Subversion, you use the most up-to-date code : It may or may not be better than a release. It may be worse, less stable, or not even compile. This is work in progress.
  
You will need this tool to download ("checkout" in CVS terminology) fs2_open from the CVS server.  
+
You will need this tool to download ("checkout" in Subversion terminology) fs2_open from the SVN server.  
  
 
'''Debian/Ubuntu''' users want to:
 
'''Debian/Ubuntu''' users want to:
  $ apt-get install cvs
+
  $ apt-get install subversion
  
 
'''Gentoo''' users want to:
 
'''Gentoo''' users want to:
  $ emerge -a cvs
+
  $ emerge -a subversion
  
 
'''Archlinux''' users want to:
 
'''Archlinux''' users want to:
  $ pacman -Sy cvs
+
  $ pacman -Sy subversion
  
 
'''Fedora Core 6 (Zod)''' (And most likely Redhat) users want to:
 
'''Fedora Core 6 (Zod)''' (And most likely Redhat) users want to:
  # yum install cvs
+
  # yum install subversion
  
 
'''Mandriva''' users want to:
 
'''Mandriva''' users want to:
  # urpmi cvs
+
  # urpmi subversion
  
'''Novell SuSE''' users install CVS via [http://en.opensuse.org/YaST YaST].
+
'''Novell SuSE''' users install subversion via [http://en.opensuse.org/YaST YaST].

Revision as of 17:38, 14 May 2008

« Introduction The fs2_open on Linux Guide
Installing Subversion
Installing the Development Libraries »

Note: If you don't want use Subversion you can download a snapshot of the source code, version 3.6.9, here.

Note: This step is only for those who want the bleeding-edge source code to compile on their own. You can skip this if you intend to use a provided binary executable.

Note: Redhat, Slackware and all the other distributions should have their instructions on installing Subversion added here, if your distribution is not listed below and you are familiar with how to install Subversion on it, please add it to this section.

Suubversion is a version control system used to record the changes in documents, such as source files. Developers use Subversion so they can easily share their code changes among other developers. Be aware that when you use Subversion, you use the most up-to-date code : It may or may not be better than a release. It may be worse, less stable, or not even compile. This is work in progress.

You will need this tool to download ("checkout" in Subversion terminology) fs2_open from the SVN server.

Debian/Ubuntu users want to:

$ apt-get install subversion

Gentoo users want to:

$ emerge -a subversion

Archlinux users want to:

$ pacman -Sy subversion

Fedora Core 6 (Zod) (And most likely Redhat) users want to:

# yum install subversion

Mandriva users want to:

# urpmi subversion

Novell SuSE users install subversion via YaST.