Skip to main content

Zach Harkey's Library tagged svn   View Popular

Working with Subversion — Circle Six Blog

  • If you follow this path and create a working copy for your live server, we’ll need to keep Apache from descending into all of the .svn folders. This can be done by editing your httpd.conf and adding:


    # Disallow browsing of Subversion working copy administrative dirs.
    <directorymatch "^/.*/.svn/">
    Order deny,allow
    Deny from all
    </directorymatch>
27 Oct 09

Subversion for Web Developers | Django Web Development - Lincoln Loop

  • Manually upload any necessary config files one time and then just run ./upload.sh to update. If you wanted to update the live server on every commit, you could move upload.sh to ~/svn/hooks/post-commit.
15 Sep 09

SVN Usage

  • Note, you should NEVER commit code to any checkout that you have
    done of a tag. All tags (e.g. Release-1.1, ... Release-2.0.2)
    should be considered read-only
  • You may commit code to the most recent item in
    branches
  • 1 more annotations...
20 Aug 09

Development Environment for Drupal | Ceardach

> There are virtually an unlimited amount of ways to set up a development environment, and it all depends upon your project's individual needs and your preferred workflow. Sometimes, though, it just takes experience and exposure to other ideas to figure out

ceardach.com/...development-environment-drupal - Preview

drupal howto svn apache

  • Tags are a snapshot of trunk for some interesting moment you'd want to refer back to. Generally I just use it for noting an exact state of the site as it was released. Tags are considered static, and no more commits should be posted to them.
1 - 20 of 56 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo