View Single Post
  #1 (permalink)  
Old 15-11-2007, 03:57
Rock Rock is offline
System Administrator
 
Join Date: Dec 2006
Location: localhost
Posts: 710
Thumbs up How to install Subversion [SVN] on Linux Server/VPS...

SVN (also called Subversion) is the place where the latest, not-yet-released version of OpenKore is stored.
It will eventually become the next release version of OpenKore. When we say "OpenKore SVN version", we refer to the OpenKore version as stored in the SVN repository.

In computing, Subversion (SVN) is a version control system (VCS) initiated in 2000. It allows users to keep track of changes made to any type of electronic data, typically source code, web pages or design documents.

Subversion is currently a popular alternative to CVS (another widely used VCS), particularly among open source projects.Projects using Subversion include the Apache Software Foundation, KDE, GNOME, Free Pascal, GCC, Python, Ruby, Sakai, Samba, and Mono.

Subversion is released under the Apache License, making it free software.

Here are the simple steps on getting it installed on your Linux Server / VPS Hosting through SSH:

Quote:
cd /usr/local/src/

wget http://subversion.tigris.org/downloa...n-1.4.5.tar.gz
wget http://subversion.tigris.org/downloa...s-1.4.5.tar.gz
wget http://www.sqlite.org/sqlite-3.5.2.tar.gz

tar xzf subversion-1.4.5.tar.gz
tar xzf subversion-deps-1.4.5.tar.gz
tar xzf sqlite-3.5.2.tar.gz

cd sqlite-3.5.2
./configure
make
make install
./sqlite3
.help
.exit
cd ..

cd subversion-1.4.5
./configure
make
make install
svn --version
I hope this would be helpful for core developers Best Of Luck !
__________________

Rock _a.k.a._ Jack L.

http://www.eUKhost.com
Windows Hosting || Windows Reseller Hosting