Hi folks,
I can't seem to get webistrano to clone my mercurial repository, and
I'm wondering if there's a bug, or if I'm missing something obvious
about the way to set things up (which is most likely what's going on
since I'm new to webistrano/capistrano)
Using the lastest git master with Alex Speller's bug fixes (https://
github.com/peritor/webistrano/pull/33), running it with unicorn.
I've got repository set to an https URL
repository
https://myhgsite/myhgrepo
scm :mercurial
scm_username myusername
scm_password mypassword
scm_prefer_prompt true
I've played around with :remote_cache :copy and :checkout strategies,
but I keep running into the same issue everywhere. When trying the
copy strategy I've also set copy_dir to a directory that my webistrano
has write permissions to.
Seeing this:
executing locally: "hg log --verbose -r tip --template '{node|
short}'"
*** Could not save revision: Command hg log --verbose -r tip --
template '{node|short}' returned status code 65280
And in the production.log I see: "abort: There is no Mercurial
repository here (.hg not found)!"
Anybody have any ideas? My setup task seems to go past that and run
fine, but not the deploy task. I never see any attempt by webistrano
to clone my repo.
Thanks!
Josh