You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do a checkout of a non-existent commit, it shouldn't stop my repository
Actual Behavior
Titan will stop the repository before giving an error message, and leave the repository stopped.
Steps to Reproduce the Problem
$ titan checkout -c nosuchcommit hello-world
Stopping container hello-world
Checkout nosuchcommit
no such commit 'nosuchcommit' in repository 'hello-world'
$ titan ls
REPOSITORY STATUS
hello-world exited
Version
0.3.2
The text was updated successfully, but these errors were encountered:
Expected Behavior
If I do a checkout of a non-existent commit, it shouldn't stop my repository
Actual Behavior
Titan will stop the repository before giving an error message, and leave the repository stopped.
Steps to Reproduce the Problem
Version
0.3.2
The text was updated successfully, but these errors were encountered: