Hi, Saw a post not that long ago about a SVN problem with remote_cache... Now it's Git's turn ;)
So I'm trying to do a :remote_cache and I have several branches in my remote repo (on GitHub)... i deploy to different directories for my branches... (I have a staging branch which gets merged back to master when everything is considered 'complete') So the way i specified this is using the multistage cap plugin and having a cap file like: set :application, "app_name" set :repository, "[EMAIL PROTECTED]:adamsalter/app_name.git -o staging" set :scm, :git set :branch, "staging" Unfortunately this doesn't seem to work for cap... Cap seems to assume there are no remote branches (ie everything comes from master). Please correct me if I'm doing this wrong, -Adam --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
