Difference between revisions of "SVN"

From FOG Project
Jump to: navigation, search
(Undo revision 9495 by Wayne-workman.28155 (talk))
m (added sudo commands for the Fedora portions.)
Line 4: Line 4:
 
=== Install Subversion ===
 
=== Install Subversion ===
 
   
 
   
  yum install subversion  
+
  sudo yum install subversion  
  
 
=== Download the package ===
 
=== Download the package ===
Line 16: Line 16:
 
   
 
   
 
  cd ~/svn/trunk/bin  
 
  cd ~/svn/trunk/bin  
  ./installfog.sh
+
  sudo ./installfog.sh
  
 
== Ubuntu ==
 
== Ubuntu ==

Revision as of 22:24, 27 March 2015

Fedora

Install Subversion

sudo yum install subversion 

Download the package

cd ~ 
mkdir svn 
cd svn 
svn checkout https://svn.code.sf.net/p/freeghost/code/trunk

Install It!

cd ~/svn/trunk/bin 
sudo ./installfog.sh

Ubuntu

Install Subversion

sudo apt-get update 
sudo apt-get install subversion

Download the package

cd ~ 
mkdir svn 
cd svn 
svn checkout https://svn.code.sf.net/p/freeghost/code/trunk

Install It!

cd ~/svn/trunk/bin 
sudo ./installfog.sh


GUI Subversion clients

Coming from a Windows background, some people may prefer using a GUI Subversion client, rather than the standard, basic command-line client. If you feel comfortable with a file system browser/explorer integrated Subversion client, then TortoiseSVN is the best choice - it is extremely popular.

Another tool that is simple to configure and easy to understand, but is a traditional one-window application like Microsoft ™ Visual Source Safe ™ is RapidSVN. It is cross-platform and has a simple interface, in one place unlike TortoiseSVN.