Search Unity

Question A checkin exist in cloud but I can't see it on my branch explorer

Discussion in 'Unity Version Control' started by Nefisto, Mar 25, 2023.

  1. Nefisto

    Nefisto

    Joined:
    Sep 17, 2014
    Posts:
    335
    Hey guys, I've made a mistake deleting and checking that I thought was just local, but it isnt and now I can't merge into this branch because plastic know that I have 2 check-ins coming from the same checin, and it is complaining, how could I delete this checkin from cloud? or at least how could I see this on my branch explorer o_O

    First I had this
    upload_2023-3-25_16-0-41.png

    Then I deleted B and created a branch C from A
    upload_2023-3-25_16-2-7.png

    Now if I try to merge C into A and sync I get an error
    upload_2023-3-25_16-3-1.png

    Also if I don't try to merge, the sync step didn't show me that I have an check-in that exist only on the cloud
     

    Attached Files:

  2. carlosalba1985

    carlosalba1985

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    1,074
    Hi,


    If you need to delete a changeset, in the branch explorer you can right-click the changeset --> Advanced options --> Delete changeset.

    If you deleted the changeset in the local repo, you also need to do the same in the cloud repo.

    Regards,
    Carlos.
     
    Nefisto likes this.
  3. Nefisto

    Nefisto

    Joined:
    Sep 17, 2014
    Posts:
    335
    This is what I did to delete B

    how can I achieve this?
     
  4. carlosalba1985

    carlosalba1985

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    1,074
    Hi,

    The process is the same as the local repository. You need to create a workspace pointing to the cloud repo and open the branch explorer to delete the changeset. You don't need to update the workspace to download the project.

    Please let us know if it helps.

    Regards,
    Carlos.
     
    Nefisto likes this.
  5. Nefisto

    Nefisto

    Joined:
    Sep 17, 2014
    Posts:
    335
    It worked, I didnt knew that I could just open the workspace from cloud to see the branches there, thanks ;P
     
  6. carlosalba1985

    carlosalba1985

    Unity Technologies

    Joined:
    Jul 19, 2021
    Posts:
    1,074
    You are welcome!