Using tags to manage releases?
From: Charlie Davis <fishgills_at_fishgills.net>
Date: Tue, 31 May 2011 10:59:35 -0700
Hey everyone,
First off, we are using Subversion for web site assets.
Since its a website, its a very "organic" property. The method of
What I'm doing is creating a post-commit script that, based upon flags
The idea being that someone could do say...
svn commit -m "New awesome function. REL:15" scripts/support.js
My little python script grabs the commit message, parses it out, and
svn copy URL:/path/to/repo/trunk/scripts/support.js
This way we deploy individual files to our QA, stage and production
Remember, we don't want to do big deploys of trunk as a whole, we want
The problem I've come across is that SVN COPY doesn't work if the file
Is there a better way to do this? I feel like I'm missing something.
-Charlie
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.