|
| ||||||||||
| Tags: subversion, svn, ubuntu, ubuntu server |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to Install of Subversion (SVN) on Ubuntu
1. Installing Ubuntu Server with no options to select LAMP or DNS Server 2. In my case, which has a 40GB HD in, divide the partitions as follows: 255MB, swap 05GB, / 04GB, / usr 10GB, / srv 20GB, / home The first item is the size of the partition and the second mount point. Apart from the swap partition, I am using EXT3 file system at all. 3. Installing Apache and SVN: Code: sudo apt-get install apache2 subversion libapache2-svn Code: sudo mkdir / srv / svn Code: sudo svnadmin create / srv / svn / repository () Code: sudo chown-R www-data: www-data / srv / svn Code: sudo vi / etc/apache2/mods-enabled/dav_svn.conf
8. Create a user to acessr the SVN:
9. Restart apache Code: sudo / etc/init.d/apache2 restart |
|
#2
| ||||
| ||||
| Re: How to Install of Subversion repository
1. Exclude packages from base subversion repositories a. Open the base CentOS repository configuration file Code: / etc / yum.repos.d / CentOS-Base.repo Code: exclude = subversion Code: service yum-updatesd restart 2. Install Subversion Code: yum install subversion |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Install of Subversion (SVN) on Ubuntu" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to run Multiple Projects on Subversion Server on CentOS. | B?rbel | Operating Systems | 6 | 12-05-2011 07:36 PM |
| How to install XP after Ubuntu | AaAgMaN | Operating Systems | 4 | 30-01-2011 06:39 PM |
| how to install vb.net on ubuntu | Mustafa k | Operating Systems | 5 | 03-01-2011 06:07 PM |
| What is SVN ( Subversion ) | dan-dan | Operating Systems | 4 | 19-09-2009 06:14 PM |
| Gnome Subversion for integration with Nautilus | KDE_RuLeZ | Operating Systems | 3 | 14-08-2009 11:36 PM |