Zach Harkey's Library tagged → 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
-
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.
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in svn
Related Lists on Diigo
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
