When working with multiple clones of the same repository, roborev complains:
cd $SOURCE_DIRECTORY
git clone git@github.com:roborev-dev/roborev.git roborev-1
git clone git@github.com:roborev-dev/roborev.git roborev-2
cd roborev-1/
roborev review
cd ../roborev-2
roborev review # Fails
I get this error message:
Error: review failed: {"error":"get repo: constraint failed: UNIQUE constraint failed: repos.identity (2067)"}