Hi folks,
(This is more of an FYI for future Googlers)
I've run into the error below while trying to deploy from a "new"
machine running CentOS 4, Capistrano 2.0, and Subversion 1.1.4
############################################################
$ cap deploy
triggering start callbacks for `deploy'
* executing `development'
*** Deploying license Development
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
Subcommand 'info' doesn't accept option '-r [--revision] arg'
Type 'svn help info' for usage.
*** [deploy:update_code] rolling back
############################################################
The problem is that you're running Subversion 1.1.4 which came out a
million years ago, before Subversion understood what
svn info --revision
meant anything.
The fix is to upgrade your Subversion version to something less primordial.
Enjoy!
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---