Sorry, it's not supported, it's documented (somewhere) that in the case of Git repositories that the project should reside in the root.
You may have limited success hacking the :current_dir varaible, you can simple 'set' it to something that fits your needs. That said, if that doesn't work I'm afraid you are out of luck. For justification of this, there's simply no reason not to have a Git project in the root, there is so little overhead in having a project per repository that it's actually beneficial (git is faster, gc is more optimal, ignore files are more sane, etc) - Lee -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
