Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When deploying the same version, airbrussh log spits out an error. #12

Closed
jaipandya opened this issue May 15, 2015 · 5 comments
Closed

Comments

@jaipandya
Copy link

When last revision SHA of last deployment and current deployment happens to be same. I received the following error message:

fatal: ambiguous argument '8849c9b..8849c9b': unknown revision or path not in the working tree. Use '--' to separate paths from revisions

@mattbrictson
Copy link
Owner

This sounds like a Capistrano issue. Does the problem still happen if you remove airbrussh from the project?

@jaipandya
Copy link
Author

I looked at the full log that airbrussh puts in log/capistrano.log and
there was no error in that file. Which gives me a hint that it was
airbrussh specific. I haven't tried removing airbrussh from the project
though.
On 15-May-2015 10:04 pm, "Matt Brictson" notifications@github.com wrote:

This sounds like a Capistrano issue. Does the problem still happen if you
remove airbrussh from the project?


Reply to this email directly or view it on GitHub
#12 (comment)
.

@mattbrictson
Copy link
Owner

To help troubleshoot can you:

  1. Run thecap command that is failing, but with the --trace option added; copy and paste the resulting stack trace here
  2. Try again with require "airbrussh/capistrano" commented out (in Capfile)

This will help narrow down where the error is happening, and whether or not it is airbrussh-related.

Thanks!

@jaipandya
Copy link
Author

This is a bit strange, but now I'm not able to reproduce the issue. Tried a couple of times, but I see it all happening fine. If I see the issue next time again, I'll try the suggested options and update this thread.

@mattbrictson
Copy link
Owner

@jaipandya if you run into this again, let me know and I'll re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants