On Oct 15, 7:27 pm, Nathan Youngman <[EMAIL PROTECTED]> wrote: > Thanks for all your work on Capistrano 2.1. I'm new to cap, and trying > to learn how to set things like a different scm user.
This is possible via: set :svn_username, "svnuser" in your config/deploy.rb (assuming you are using Subversion). Of course, I'm currently experiencing issues with this very thing, so take that with a grain of salt. > While the > tutorials on capify are an excellent start, I need more info. When > running gem_server locally, I don't get an rdoc link for capistrano. > > Where can I find the rdocs | more official documentation? As far as I'm aware there are no rdocs, but if you're feeling sporty you could browse the source code: http://svn.rubyonrails.org/rails/tools/capistrano/ Otherwise the best information I've come across has been scattered about this group and various blog postings. Google is your friend. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
