SVN |
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
This article was originally posted at: If I am breaking any copyrights here, please let me know and I will remove it. Note that Drupal now blocks any path containing "svn-base". See: http://drupal.org/node/28776 Posted At : July 5, 2006 9:54 PM By : Mark |
|||
#Create a paths file: #first install of Acquia Drupal as: http://acquia.com/documentation/getting-started/fresh-install/svn #create website: |
|||
Putting this code into a page will let it update the site from a repository: If the repository requires a password for update, the following can be done: |
|||
<Location /svn> DAV svn SVNParentPath /var/www/svn # Limit write permission to list of valid users. |
|||
Installation:Quick intro (but use htpasswd not htpasswd2) http://www.howtogeek.com/howto/ubuntu/install-subversion-with-web-access... |
|||



