Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Back Room
  4. When you check something in...

When you check something in...

Scheduled Pinned Locked Moved The Back Room
csharpvisual-studiohelpannouncement
13 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    scadaguy
    wrote on last edited by
    #1

    ...make sure it compiles. I'm okay with the occasional syntax error, but when the entire project has bad/missing references and dependencies, incorrect versioning, syntax errors, etc. it just pisses me off. I just spent 2 hours trying to get a VS.NET solution to compile after getting the latest version from SourceSafe (which I hate, but that's a topic for another thread). A lesson for the rookies... The only step involved in compiling a solution/project after getting it from your favorite source code control system should be clicking on Build | Build Solution. Period. No monkeying around with the references, hunting down dependencies, fixing syntax errors, etc.

    J M A 3 Replies Last reply
    0
    • S scadaguy

      ...make sure it compiles. I'm okay with the occasional syntax error, but when the entire project has bad/missing references and dependencies, incorrect versioning, syntax errors, etc. it just pisses me off. I just spent 2 hours trying to get a VS.NET solution to compile after getting the latest version from SourceSafe (which I hate, but that's a topic for another thread). A lesson for the rookies... The only step involved in compiling a solution/project after getting it from your favorite source code control system should be clicking on Build | Build Solution. Period. No monkeying around with the references, hunting down dependencies, fixing syntax errors, etc.

      J Offline
      J Offline
      Jorgen Sigvardsson
      wrote on last edited by
      #2

      Sounds like you are in need of tools for putting the fear of Brian Gideon into your cow-orkers ;) I know exactly what you mean. Which is why there's a rule at work that says "Check in, only if it compiles, or if you have a very good reason". -- I got nasty habits. I take tea at three. -- Mick Jagger I blog too now[^]

      P 1 Reply Last reply
      0
      • J Jorgen Sigvardsson

        Sounds like you are in need of tools for putting the fear of Brian Gideon into your cow-orkers ;) I know exactly what you mean. Which is why there's a rule at work that says "Check in, only if it compiles, or if you have a very good reason". -- I got nasty habits. I take tea at three. -- Mick Jagger I blog too now[^]

        P Offline
        P Offline
        PJ Arends
        wrote on last edited by
        #3

        Jörgen Sigvardsson wrote: cow-orkers Ok, I know what a cow is - been working with them for over 30 years, but what is an orker:confused: Or is it something I do not want to know?


        "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!

        A 1 Reply Last reply
        0
        • P PJ Arends

          Jörgen Sigvardsson wrote: cow-orkers Ok, I know what a cow is - been working with them for over 30 years, but what is an orker:confused: Or is it something I do not want to know?


          "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!

          A Offline
          A Offline
          Adam Wimsatt
          wrote on last edited by
          #4

          I can't tell if you are joking or not... so I'll bite. I think it is just a misplaced hyphen... it should have been co-workers instead of cow-orkers.


          "...practice safe hex when IM'ing" --Shawn L. Morrissey, Managing Editor, MSDN Online ( MSDN Flash; Volume 8, Number 20, 10/4/2004)

          D L 2 Replies Last reply
          0
          • A Adam Wimsatt

            I can't tell if you are joking or not... so I'll bite. I think it is just a misplaced hyphen... it should have been co-workers instead of cow-orkers.


            "...practice safe hex when IM'ing" --Shawn L. Morrissey, Managing Editor, MSDN Online ( MSDN Flash; Volume 8, Number 20, 10/4/2004)

            D Offline
            D Offline
            Daniel Ferguson
            wrote on last edited by
            #5

            I thought that cow-orkers are like co-workers except they like to stand around and chew all day instead of actually working...

            I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours. ~Stephen Roberts

            « eikonoklastes »

            J 1 Reply Last reply
            0
            • S scadaguy

              ...make sure it compiles. I'm okay with the occasional syntax error, but when the entire project has bad/missing references and dependencies, incorrect versioning, syntax errors, etc. it just pisses me off. I just spent 2 hours trying to get a VS.NET solution to compile after getting the latest version from SourceSafe (which I hate, but that's a topic for another thread). A lesson for the rookies... The only step involved in compiling a solution/project after getting it from your favorite source code control system should be clicking on Build | Build Solution. Period. No monkeying around with the references, hunting down dependencies, fixing syntax errors, etc.

              M Offline
              M Offline
              Marc Clifton
              wrote on last edited by
              #6

              I use CVS, not integrated with VS. I frequently forget to check in new files or new projects. I've learned to check everything out in a different location and rebuild it to see what I forgot. Marc MyXaml Advanced Unit Testing YAPO

              J 1 Reply Last reply
              0
              • S scadaguy

                ...make sure it compiles. I'm okay with the occasional syntax error, but when the entire project has bad/missing references and dependencies, incorrect versioning, syntax errors, etc. it just pisses me off. I just spent 2 hours trying to get a VS.NET solution to compile after getting the latest version from SourceSafe (which I hate, but that's a topic for another thread). A lesson for the rookies... The only step involved in compiling a solution/project after getting it from your favorite source code control system should be clicking on Build | Build Solution. Period. No monkeying around with the references, hunting down dependencies, fixing syntax errors, etc.

                A Offline
                A Offline
                Anna Jayne Metcalfe
                wrote on last edited by
                #7

                It's not just rookies that do that. :doh: I keep a "code police" hat and a well sharpened sense of humour to hand for exactly those occasions...;) Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.

                J 1 Reply Last reply
                0
                • M Marc Clifton

                  I use CVS, not integrated with VS. I frequently forget to check in new files or new projects. I've learned to check everything out in a different location and rebuild it to see what I forgot. Marc MyXaml Advanced Unit Testing YAPO

                  J Offline
                  J Offline
                  Jorgen Sigvardsson
                  wrote on last edited by
                  #8

                  In WinCVS, sort on status, filter on file extensions, and show toggle between tree mode and flat mode once in a while. Then you'll see/find new files. Toggle "show committable files only", and then you'll see all modified files. -- I got nasty habits. I take tea at three. -- Mick Jagger I blog too now[^]

                  M 1 Reply Last reply
                  0
                  • A Anna Jayne Metcalfe

                    It's not just rookies that do that. :doh: I keep a "code police" hat and a well sharpened sense of humour to hand for exactly those occasions...;) Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.

                    J Offline
                    J Offline
                    Jorgen Sigvardsson
                    wrote on last edited by
                    #9

                    Now, the question we all want answered is now: Do you get to arrest those who commit crimes against the code? :rolleyes: I wish I could have more control at work. There are several articles in Sweden's laws that prohibit me from doing my work. :sigh: :-D -- I got nasty habits. I take tea at three. -- Mick Jagger I blog too now[^]

                    A 1 Reply Last reply
                    0
                    • J Jorgen Sigvardsson

                      In WinCVS, sort on status, filter on file extensions, and show toggle between tree mode and flat mode once in a while. Then you'll see/find new files. Toggle "show committable files only", and then you'll see all modified files. -- I got nasty habits. I take tea at three. -- Mick Jagger I blog too now[^]

                      M Offline
                      M Offline
                      Marc Clifton
                      wrote on last edited by
                      #10

                      Jörgen Sigvardsson wrote: In WinCVS Ugh. I found WinCVS majorly counter intuitive and, well, lame at the same time. I've been using TortoiseCVS. :-D Not as full featured, but really really simple. Marc MyXaml Advanced Unit Testing YAPO

                      1 Reply Last reply
                      0
                      • A Adam Wimsatt

                        I can't tell if you are joking or not... so I'll bite. I think it is just a misplaced hyphen... it should have been co-workers instead of cow-orkers.


                        "...practice safe hex when IM'ing" --Shawn L. Morrissey, Managing Editor, MSDN Online ( MSDN Flash; Volume 8, Number 20, 10/4/2004)

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #11

                        Adam Wimsatt wrote: I think it is just a misplaced hyphen I think it was an intentional use of Scott Adams' phrase. Look Here[^] "Reality is what refuses to go away when I stop believing in it." Philip K. Dick

                        1 Reply Last reply
                        0
                        • D Daniel Ferguson

                          I thought that cow-orkers are like co-workers except they like to stand around and chew all day instead of actually working...

                          I contend that we are both atheists. I just believe in one fewer god than you do. When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours. ~Stephen Roberts

                          « eikonoklastes »

                          J Offline
                          J Offline
                          jan larsen
                          wrote on last edited by
                          #12

                          Daniel Ferguson wrote: I thought that cow-orkers are like co-workers except they like to stand around and chew all day instead of actually working... The difference being...? "After all it's just text at the end of the day. - Colin Davies "For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus

                          1 Reply Last reply
                          0
                          • J Jorgen Sigvardsson

                            Now, the question we all want answered is now: Do you get to arrest those who commit crimes against the code? :rolleyes: I wish I could have more control at work. There are several articles in Sweden's laws that prohibit me from doing my work. :sigh: :-D -- I got nasty habits. I take tea at three. -- Mick Jagger I blog too now[^]

                            A Offline
                            A Offline
                            Anna Jayne Metcalfe
                            wrote on last edited by
                            #13

                            Not exactly...I just usually hover over the person responsible and drop decreasingly subtle hints about the level of testing they're doing before checking anything into the database. If they then hurredly check in code without adding a comment about what it is, I'll wind them up about that too. ;) Seriously though, there are occasions when just about all of us does this through one minor oversight or another, so I try not to take it too seriously. If there is a real problem with understanding however, I'll usually try to explain alternative ways of working which would reduce the risk of the problm recurring. Anna :rose: Riverblade Ltd - Software Consultancy Services Anna's Place | Tears and Laughter "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work.

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups