Displaying 1 result from an estimated 1 matches for "old_revision".
Did you mean:
id_revision
2006 May 19
6
Capistrano: update instead of checkout?
...because one letter changed is
not really gentle. The sideeffect of this: I postpone the deployment of minor
and uncritical bugfixes. And that''s an attitude I doesn''t like either :-)
I guess I could customize the Capistrano update_code recipe so that it
performs a
1. copy -r <old_revision> <new_revision>
2. svn update <new_revision>
(given that the <old_revision> is a checkout and not a svn export, of course)
Somehow sounds too easy ...
My question therefore: can somebody tell me why this would be a bad thing to
do? If it would be so easy and without drawback...