Posts Tagged ‘subversion’

Create a subversion repository for rails

First you need a directory to house your repository. Since I work on multiple projects at home and in the office I need a master directory first. And just to make it simple I use /repos. This could be a link or a real directory. (To clean-out a old svn directory use the following find [...]

Continue reading »

Deploying with Subversion tags in Capistrano

This is a 0.1 deploy method I have tested this and we are using this version in production BUT its is not stupid proof… In the ./config/deploy.rb # Setup the repository with the TAG variable () tag = (ENV[”TAG”] || “”) set :repository, “http://svn.mypostit.local/#{application}/tags/#{tag}” set :repository, “http://svn.mypostit.local/#{application}/trunk” if tag.empty? Now you can deploy with: [deployer@heimdull [...]

Continue reading »

Follow

Get every new post delivered to your Inbox.