Jump to content

Nefisto

Members
  • Posts

    27
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Nefisto

  1. I've created a branch in an old checking to test things, but now I cant go back... this is current scenario, I`m working on branch C

    image.png.09cf58920c5bed7869197f39518cc5b2.png

     

    But when I try to merge it with branch B or A this happens

    image.png.20e7cfa586a929653617d0990bbc52b4.png

     

    Can someone help me to solve it?

  2. I don't know if this is a bug or what, but I'm getting this kind of problem often, isn't really a problem because we can easily workaround, but i thought that would be nice to post this here.

    Sometimes, normally when changing folder location and/or renaming/deleting folders, plastic say that he can't locate a revision, but if you checkins things in "correct" order (apparently we have a correct order) it just work, I got this problems this

     

    Hope this help

    morning and make a video to illustrate it

     

  3. At moment I'm working in  a tool that use [SerializeReference] to serialize derived classes on inspector

    [SerializeReference]
    private List<Drop> drops = new List<Drop>();

    But today I decided to drop the support for this inheritance behavior and removed the abstract from this Drop, after some setup everything works just fine, I removed the serialize reference and checkin my changes. But then I changed to an older changeset and all references to this drops has been lost

    image.png.cbace190de6cc971dc93b46560b1d22d.png

    Where we see "Element 0" now initially is a children of Drop.

     

    It is not real a problem for my current scenario, because I will work with this non-abstract Drop class from now on. But this literally broke all my past change sets, if I was trying this only to test this would became a problem. So what I want is to understand what I can do to avoid this situation to happen in a worst case, because the idea of a change in some changeset break all other changesets is not something acceptable

     

    Thanks for help

  4. Hi, i see, and if the checking still locally only? this helps in any way?

     

    9 minutes ago, calbzam said:

    Actually, there is a workaround but not very comfortable:

    Really isn't hehe

     

    BTW thanks for really fast answer 😜

  5. Sometimes after I do a check-in I saw or remember that I forget something that should be done in the same check-in. What I normally do is make a new check-in with some comment that says my error.
    The question, can I mix this new wrong check-in in the old one?

  6. 2 hours ago, Angel Mañas said:

    Cloud Edition works in an elastic mode.

    I understood, this is a great way, maybe I only wanna have some kind of warning to actions that will make my account goes from free to paid, but its ok

    2 hours ago, Angel Mañas said:

    If the last period you had 4 active users,

    A question about this, using the case that I described in first post, if someone from my team download the last version of project in next year for example, him will count as an active user in current month?

    Thanks for help

  7. Last month I participated in a game jam with other 3 people (first time using plastic with other people and the experience was awesome), I added them to my company, created a group, and set configurations to view the current project only, and all just work, life is good \o/

    Yesterday I received an email about my trial period coming to an end, but I don't remember to change from my free edition. After some research I saw that the free edition can have up to three, so I think that what had happened is that when I added people last month plastic automatically changed my subscription to trial, but I don't remember receiving some warning about changing my plan or something like that.

    Now the questions.

    1/ Is this right, it's supposed to change my plan automatically or I misunderstood something? Because now plastic is charging me a value for a user per month, but if I knew that I had to pay for that extra user I would insert only 2 of them

    2/ If I'll participate in another short project (like a game jam) I need to remove people from older project to add new ones, I mean, they probably will not touch the project again, but maybe at some moment, they wanna saw the code or something like that, what am I trying to say is, do I have some way to let they see or download the files from this project without count they as participants of my company?

    3/ I've made the mistake of cancel the subscription, but now I've lost access to all my projects, and now to recovery I need to pay the value, what I don't think its fair, do I have other option?

  8. But how am I supposed to handle this? This error happens when distinct objects are changed in same scene, do I need to create somekind of main scene that only some ppl can change? I rlly don't get it, because in my point of view we don't really have an "merge" in yaml, because the changed parts aren't common.

     

    Anyway, thanks for help

  9. When we make changes in same scene (any change) and try to merge, plastic had started to say that had some misconfig in merge tools (as image below)

    2018_00_25_22.jpg

    So, I found this thread in forum that talk about exactly same problem: https://forum.plasticscm.com/topic/20639-unityyamlmergeexe-error-in-merge-tool/

    But after follow the solution in thread I started to receive this error:

    image.png.2e2dc866f67c0221b9e6ab4cc93a2c06.png

    Can someone help me to solve this?

     

    In my client.conf:

    <MergeToolData>
      <FileExtensions>.prefab</FileExtensions>
      <Tools>
        <string>"C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\Data\Tools\UnityYAMLMerge.exe" merge -p "@basefile" "@sourcefile"  "@destinationfile" "@output"</string>
      </Tools>
    </MergeToolData>
    <MergeToolData>
      <FileExtensions>.unity</FileExtensions>
      <Tools>
        <string>"C:\Program Files\Unity\Hub\Editor\2019.4.17f1\Editor\Data\Tools\UnityYAMLMerge.exe" merge -p "@basefile" "@sourcefile"  "@destinationfile" "@output"</string>
      </Tools>
    </MergeToolData>

    In merge tool pref:

    image.png.c908fd22d86abc471794e3e243771365.png

     

  10. 10 minutes ago, calbzam said:

    Are you using Xlinks?

    No I'm not

    10 minutes ago, calbzam said:

    Are you able to update workspace via "Branch explorer"

    No, I can't. When I "right click -> checkin pending changes -> chekin", it open incoming changes tab with Update workspace disabled. It's the same thing that happens when I try via pending changes

    13 minutes ago, calbzam said:

    If you have a commertial license

    I'm a free user

     

    If u think that this can be hard to solve in anyway, let me know, and I'll create a new project and copy/paste things, because at moment I cannot make any push.

    Thanks for your attention

  11. On 10/23/2020 at 11:45 AM, calbzam said:

    First of all, we need to determine if it's a client or server side issue. If you create a new workspace (or if a different coworker runs the same operation), are you able to reproduce?

    Error dissapeared, but I only did things to determine where the error is coming from... "New workspace -> make a slight change -> checking it -> delete workspace -> remove new change set".

     

    But now, when I try to chekin something, instead of error this screen come up

    image.png.b3f6f2ddb13eafee21e3d130d9bd24e8.png

     

    But I cannot update my workspace... What am I doing wrong?

  12. Sorry for late.

    On 10/23/2020 at 11:45 AM, calbzam said:

    Can you attach the client logs and the estiamted time the error happened?

    Attached

    On 10/23/2020 at 11:45 AM, calbzam said:

    By the way, what's the specific operation you are running?

    I'm checkin changes

    On 10/23/2020 at 11:45 AM, calbzam said:

    First of all, we need to determine if it's a client or server side issue. If you create a new workspace (or if a different coworker runs the same operation), are you able to reproduce?

    I've created a new local workspace and chekins is working fine, but changes that I made in original workspace aren't pushed to server yet (because of error)

    logs.rar

  13. 38 minutes ago, calbzam said:

    Are you using a Jira Cloud account, right?

    Yes, I'm

    46 minutes ago, calbzam said:

    Could you temporary invite my user to your JIRA organization?

    Of course, already sent an invite

    51 minutes ago, calbzam said:

    Could you check if manually deleting the local issue tracker configuration and re-creating it from scratch helps?

    Tried now, but same result

  14. On 10/6/2020 at 12:18 PM, calbzam said:

    All the users accessing the cloud repos need to be invited first to the cloud organization.

    That's what I was afraid of.

    But anyway thanks for help guys, I'll get used to change permissions and try to implement this in my workflow 😜

×
×
  • Create New...