Hi
My company finally deployed Code Collaborator (server v9.1.9101, and eclipse plugin 9.1.9101.001)
When trying to upload files from a project under GIT, I get some errors, seen at the end of the attached log
eclipse configuration : https://gist.github.com/facewindu/a8592622392fc99a0c09
error log : https://gist.github.com/facewindu/67289387b481c5a7c8a2
When trying to perform Team/Add To Review and then select a few files, I get
com.smartbear.cmdline.ScmCommunicationException: No the head commit!
at com.smartbear.collaborator.git.GitConnectorUtils.getGitLogEntry(GitConnectorUtils.java:205)
and when trying to add an existing commit (pused or not pushed yet) I get a NullPointerException
java.lang.NullPointerException
at com.smartbear.collaborator.jobs.AddToReviewJob.run(AddToReviewJob.java:153)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)