Forum Discussion

francoisguillot's avatar
francoisguillot
New Contributor
10 years ago

Eclipse Plugin And Git

When performing "Team / add To review" for a Project Under git SCM, it says That The SCM is not supported.

I'm using latest code collaborator eclipse plugin.

When using the code collaborator client, everything works as expected.

When do you plan integrating Git in the code collaborator eclipse plugin ?

5 Replies

    • sharifsallam's avatar
      sharifsallam
      Contributor

      Greetings from SmartBear!

       

      This e-mail is to inform you that your support case has been addressed in the newest release of Collaborator.

      On January 20, 2015 we released Collaborator 9.0.9000. This release includes your ticket "Git integration with Collaborator Eclipse Plug-in"

       

      You can find full release notes here:
      History URL:
      http://codecollaborator.smartbear.com/docs/manual/9.0/version_9.html

       

      Download the newest version of Collaborator:
      Download URL:
      http://support.smartbear.com/downloads/collaborator/installers-for-collaborator-9

       

      If you have any questions regarding this release, please contact the SmartBear support team.

       

      Thank you
      Sharif

      • francoisguillot's avatar
        francoisguillot
        New Contributor

        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)

         

         

  • I have the exactly same problem with eclipse plugin for code collaborator 11.0.11000. Have you figured it out?