Announcement

Collapse
No announcement yet.

The tale of a check-in

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • The tale of a check-in

    I'm thinking this is gonna be pretty long by the time I am done.

    I'm a software engineer. I work on computer code. I check code out of a repository, make changes to fix a bug or implement a feature, and check the code back in. The repository has different "branches", which are basically different versions of the code that builds the product which has gone out (or will go out) to customers.

    So, we finished up major development for Product 6.0 recently. Yay, huzzah, let's have some celebratory events! There are a few other things to clean up, mostly things found in alpha- and beta-testing, but nothing else is supposed to be changed in 6.0 so that we have a stable set of features and stable code-base to present to the world.

    OK, so new features and things that we decided we weren't fixing get checked into the next branch. That would be 6.1, right?

    Right?

    Hello, is this thing plugged in?

    Well, you see, we had too many development branches for the 6.0 version, and putting them together into a single code base was painful. We don't want to go through that again, so we are trying to figure out the "branching strategy".

    So, can I have some branch to check into in the meantime? No? Um, OK. I guess I can just sit on this fix that I have implemented and tested and had reviewed and all of that.

    After a few weeks, I start asking people. Like my supervisor. And her supervisor. And his supervisor. And his. I go up four levels of management, asking "What is going on with the Product 6.1 branching?" I get basically no answer. The four-layers-up guy basically blew me off with some general platitudes and no actual answers.

    So it's been a month, and I am just about spitting nails from frustration. I have two change sets pending, and I know from experience that if I have much more than that I start getting things mixed up and breaking the software. So I keep trying to ask people, and keep getting nowhere.

    Finally, last Thursday, we get the news that they have a development branch for Product 6.1! Yaaay and hurray! I try to get it set up.

    Oops, that thing there is wrong. I complain to management T (two layers up and at least one jump laterally, so not my direct manager) and that gets fixed. So it's all set up, my changes integrated, and tests passed. So I can request permission to check in.

    Except, no I can't. The branch state is "NOBODY CAN CHECK IN EVER!" for some reason. So I complain again to T. Oops, I'll get People to fix that. But that takes two tries; People have fixed it but when T tries to do the second half of that it turns out something else is wrong. So People have to fix it again. And so I request approval.

    Which takes another couple of days to come, of course. But it does, so I can check in! Hurrah!

    Except no, I can't. Somehow the state is back into "NOBODY CAN CHECK IN EVER" again. I complain to T, she has People fix them.

    I try again to check in. But now it says "Your checkin has to be approved by Person"--someone who is not anywhere near the actual approval chain, all of whom have already approved this checkin if you'll recall. I try to check the username for Person, and get a "does not exist" from my system. It turns out they do in fact exist, at a different site, but for whatever reason my system doesn't know about them. My acting boss (my direct supervisor is on vacation by now) uses a different tool to find Person's contact info. He seems to be part of the group of People above.

    So I email Person to see what is up. "Oops!" he says. "The ownership info is now fixed." Good! In the meantime, is there any way we can prevent this sort of thing from happening in the future? "Well this is an unusual case, and the systems don't have anything to do with each other." (Yeah, except for containing the same info and causing problems if the info is different. Maybe just say that you don't wanna fix it, OK buddy?) At least I can check in now.

    Nope, REJECTED. I am told that I must get approval for the check-in. From the people who have already approved.

    Person gets an email, asks for the exact error message, I copy-paste for him, he takes some action or causes some action to be taken, and he asks me to try again.

    OMFG, I JUST CHECKED IN! After sitting on a completed change set for more than six weeks and completely unable to do any further work for that whole time, I have finally completed this task!




    You know, the most hysterical thing about this all to me is that we are supposed to be undergoing an "agile transformation". Which is going great, except for the "agile" part and the "transformation" part. We seem to be doing the exact same things in the exact same ways, and doing things in a slow and monolithic way. Which is pretty much as far from anything agile as you can possibly get.

    Sigh!!

    At least I can move on to the next task!!
    “There are two novels that can change a bookish fourteen-year old’s life: The Lord of the Rings and Atlas Shrugged.
    One is a childish fantasy that often engenders a lifelong obsession with its unbelievable heroes, leading to an emotionally stunted, socially crippled adulthood, unable to deal with the real world.
    The other, of course, involves orcs." -- John Rogers

  • #2
    What VCS are you using? You might want to consider migrating to git, which can be annoying but is the most powerful and flexible.

    Comment


    • #3
      Nunavut Pants probably has no say in the matter. Sounds like a very corporatized workplace.
      Fool me once, shame on you. Fool me twice, you speak with the Fraud department. -- CrazedClerkthe2nd
      OW! Rolled my eyes too hard, saw my brain. -- Seanette
      she seems to top me in crazy, and I'm enough crazy for my family. -- Cooper
      Yes, I am evil. What's your point? -- Jester

      Comment


      • #4
        Quoth Deserted View Post
        Nunavut Pants probably has no say in the matter. Sounds like a very corporatized workplace.
        Yea, when you have a VCS that can refuse commits due to authorization problems, it's because somewhere someone paid a LOT of money for, possibly because they actually need the traceability it provides. If they do, then either they aren't going to be agile, EVER because they aren't allowed to be (medical is like this - the FDA does NOT like to see agile in your process), OR someone paid big bucks for a VCS and aren't going to want to hear that it's the problem.
        Life: Reality TV for deities. - dalesys

        Comment


        • #5
          It's like a reverse Hotel California:

          "You can check in anytime you like but you can never stay..."

          :P
          "If we refund your money, give you a free replacement and shoot the manager, then will you be happy?" - sign seen in a restaurant

          Comment


          • #6
            This RCS is used by probably a couple of hundred staff in my company, possibly more. I have absolutely zero to say about the tools that are used--though really, the tools are fine. It's the policies they are implementing that are horrible. Most tool sets will let you implement lousy policy, so changing won't really do much good anyway.

            Anyway, I am hoping that this process goes a lot smoother for the next check-ins next week.

            Oh, and I've had at least two or three co-workers so far come by and ask me how I was able to check in...
            “There are two novels that can change a bookish fourteen-year old’s life: The Lord of the Rings and Atlas Shrugged.
            One is a childish fantasy that often engenders a lifelong obsession with its unbelievable heroes, leading to an emotionally stunted, socially crippled adulthood, unable to deal with the real world.
            The other, of course, involves orcs." -- John Rogers

            Comment


            • #7
              This thread reminds me that I really, really need to install something on this computer. I've spent too many years using zipfiles for "version control".
              Fool me once, shame on you. Fool me twice, you speak with the Fraud department. -- CrazedClerkthe2nd
              OW! Rolled my eyes too hard, saw my brain. -- Seanette
              she seems to top me in crazy, and I'm enough crazy for my family. -- Cooper
              Yes, I am evil. What's your point? -- Jester

              Comment

              Working...
              X