Posts Tagged ‘Subversion’

Configuring Subversion on Ubuntu

Hi Friends,
I am sharing method to configure Simple Subverion with Basic Authentication on Ubuntu.
To Install Subversion Open Terminal and Execute Following Commands :-
sudo apt-get install subversion libapache2-svn
Now Create Subversion repository in /svn (You can choose your own path)
sudo svnadmin create /svn
Give this permission to that /svn folder
sudo chown -R www-data:www-data /svn
Now We need to [...]

Share This Post
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • LinkedIn
  • StumbleUpon
  • Twitter
  • email
  • Reddit
  • RSS
  • Technorati
  • Yahoo! Buzz
Read the rest of this entry »