Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice
Unity's version control component has been upgraded to Plastic SCM.

[Solved] collaborate revision history disappeared

Discussion in 'Unity Collaborate' started by whilesoftware, Nov 3, 2017.

  1. whilesoftware

    whilesoftware

    Joined:
    Sep 20, 2017
    Posts:
    1
    I've been using collaborate on a project for about 6 weeks. It's been rough going, but the service generally worked.

    Until today.

    Suddenly the revision history is missing and the tool is effectively disabled, leaving our team scrambling to find a workaround. When I attempt to view the history from the IDE:

    IDE-history.png

    When I attempt to view the project history from the web dashboard:

    dashboard-history.png

    When I inspect the web dashboard and peek at the REST calls, you can see that Unity is aware of 170 commits:

    Code (JavaScript):
    1. {
    2.   "revisions":[],
    3.   "pagination":{  
    4.     "page":1,
    5.     "offset":0,
    6.     "limit":100,
    7.     "order":"descending",
    8.     "total_count":170,
    9.     "total_pages":null
    10.   }
    11. }
    So what's the deal? Where is my project?
     
  2. unity-tuesday

    unity-tuesday

    Unity Technologies

    Joined:
    Aug 2, 2016
    Posts:
    42
    Hey there, @whilesoftware! I replied to you via the support request you submitted, and your revision history display should be fixed up at this time; please feel free to reply to me there as well if you have further questions.

    For readers of this thread, if you happen to run into this issue, please post here and let us know, or submit a support request through your dashboard. We're continuing investigation into the root case, so this issue may manifest for someone else in the mean time.