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. The Lounge
  3. TFS can not be this worst than today's manifestation!

TFS can not be this worst than today's manifestation!

Scheduled Pinned Locked Moved The Lounge
comquestion
28 Posts 15 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.
  • G Gary Wheeler

    Hmm. Our group has been using Visual SourceSafe for 13 years. We now have six data bases, four major products with 2-3 branches each, a number of minor products, and a pile of departmental tools. We have never had a data loss attributable to a SourceSafe bug. Not one fucking time.

    Software Zen: delete this;

    K Offline
    K Offline
    Keith Barrow
    wrote on last edited by
    #18

    Seeing as you linked from my post below. I visited Microsoft before TFS was available, we were still on VSS. I asked them if they used VSS, they didn't. I asked them when they last used it, none of them had used it in their time at Microsoft. It was instructive that the final version was left so long without an upgrade, or even an MS alternative in the pipeline, they'd obviously given up on it. It's been so long since I dropped it I can't remember the specifics, I do remember several occasions where I had to spend hours (one time days) cleaning up the mess due to the poor way VSS handled how it the integrity of the code after check-ins. Not bugs as such, just a crappy way of working. I also remember the sense of relief when we deprecated the system and moved to something a bit more reliable as actual source control software. I'd be interested to know if anyone here has had your experiences with it, your the first person I remember ever supporting it.

    Sort of a cross between Lawrence of Arabia and Dilbert.[^]
    -Or-
    A Dead ringer for Kate Winslett[^]

    D G 2 Replies Last reply
    0
    • G Gary Wheeler

      Hmm. Our group has been using Visual SourceSafe for 13 years. We now have six data bases, four major products with 2-3 branches each, a number of minor products, and a pile of departmental tools. We have never had a data loss attributable to a SourceSafe bug. Not one fucking time.

      Software Zen: delete this;

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #19

      Gary Wheeler wrote:

      Our group has been using Visual SourceSafe for 13 years...We have never had a data loss attributable to a SourceSafe bug.

      Same here, only one year less.

      "One man's wage rise is another man's price increase." - Harold Wilson

      "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

      "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

      C 1 Reply Last reply
      0
      • T TheGreatAndPowerfulOz

        There are versions of svn out there that have change sets.

        If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
        You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
        Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

        C Offline
        C Offline
        Clifford Nelson
        wrote on last edited by
        #20

        Companies I have worked for obviously have not used those versions.

        T 1 Reply Last reply
        0
        • G Gary Wheeler

          Hmm. Our group has been using Visual SourceSafe for 13 years. We now have six data bases, four major products with 2-3 branches each, a number of minor products, and a pile of departmental tools. We have never had a data loss attributable to a SourceSafe bug. Not one fucking time.

          Software Zen: delete this;

          S Offline
          S Offline
          SoMad
          wrote on last edited by
          #21

          Same with us as well after 12 years and 3 years at my previous company. I do recall once we were doing a huge merge and had to spend a lot of time manually fiddling around to get it right, but we never lost data. We have been preparing to leave VSS behind and move on to TFS or something similar. Soren Madsen

          "When you don't know what you're doing it's best to do it quickly" - Jase #DuckDynasty

          1 Reply Last reply
          0
          • K Keith Barrow

            Seeing as you linked from my post below. I visited Microsoft before TFS was available, we were still on VSS. I asked them if they used VSS, they didn't. I asked them when they last used it, none of them had used it in their time at Microsoft. It was instructive that the final version was left so long without an upgrade, or even an MS alternative in the pipeline, they'd obviously given up on it. It's been so long since I dropped it I can't remember the specifics, I do remember several occasions where I had to spend hours (one time days) cleaning up the mess due to the poor way VSS handled how it the integrity of the code after check-ins. Not bugs as such, just a crappy way of working. I also remember the sense of relief when we deprecated the system and moved to something a bit more reliable as actual source control software. I'd be interested to know if anyone here has had your experiences with it, your the first person I remember ever supporting it.

            Sort of a cross between Lawrence of Arabia and Dilbert.[^]
            -Or-
            A Dead ringer for Kate Winslett[^]

            G Offline
            G Offline
            Gary Wheeler
            wrote on last edited by
            #22

            I'll grant that my experience is exceptional. A lot of our success with SourceSafe is probably due to the options we chose when we started with it. We deliberately chose to disallow multiple checkouts, which means we don't have merge issues, since we don't do merge operations. We also chose to only allow checking out the latest version of a file. Both of these choices were made with our local engineering processes in mind. They are actually less restrictive than you might think. I only have to ask someone to check a file in so I can make changes once a month or less. We created our own branch application, given the limitations of SourceSafe's builtin operation. Again, this was based on local practice. We follow a number of best practices for SourceSafe, some from Microsoft, some learned on our own. Our data bases are <5GB of data. Our group is only a dozen engineers, so we don't have issues with lots of users. Our SourceSafe data bases are backed up and consistency-checked nightly. SourceSafe has limitations compared to modern source control systems. If you can live with those limitations, there's no reason you can't use it successfully. My response to the original post was based on the fact that I'm tired of hanging my head in shame just because we use SourceSafe in my shop.

            Software Zen: delete this;

            1 Reply Last reply
            0
            • K Keith Barrow

              Seeing as you linked from my post below. I visited Microsoft before TFS was available, we were still on VSS. I asked them if they used VSS, they didn't. I asked them when they last used it, none of them had used it in their time at Microsoft. It was instructive that the final version was left so long without an upgrade, or even an MS alternative in the pipeline, they'd obviously given up on it. It's been so long since I dropped it I can't remember the specifics, I do remember several occasions where I had to spend hours (one time days) cleaning up the mess due to the poor way VSS handled how it the integrity of the code after check-ins. Not bugs as such, just a crappy way of working. I also remember the sense of relief when we deprecated the system and moved to something a bit more reliable as actual source control software. I'd be interested to know if anyone here has had your experiences with it, your the first person I remember ever supporting it.

              Sort of a cross between Lawrence of Arabia and Dilbert.[^]
              -Or-
              A Dead ringer for Kate Winslett[^]

              D Offline
              D Offline
              Dan Neely
              wrote on last edited by
              #23

              I know the Windows team uses an internally built tool that's built around their hierarchical merging process; I wonder what the other teams used.

              Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

              1 Reply Last reply
              0
              • C Clifford Nelson

                Companies I have worked for obviously have not used those versions.

                T Offline
                T Offline
                TheGreatAndPowerfulOz
                wrote on last edited by
                #24

                :( :^) :((

                If your actions inspire others to dream more, learn more, do more and become more, you are a leader.-John Q. Adams
                You must accept one of two basic premises: Either we are alone in the universe, or we are not alone in the universe. And either way, the implications are staggering.-Wernher von Braun
                Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.-Albert Einstein

                1 Reply Last reply
                0
                • D David Crow

                  Gary Wheeler wrote:

                  Our group has been using Visual SourceSafe for 13 years...We have never had a data loss attributable to a SourceSafe bug.

                  Same here, only one year less.

                  "One man's wage rise is another man's price increase." - Harold Wilson

                  "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                  "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

                  C Offline
                  C Offline
                  Clifford Nelson
                  wrote on last edited by
                  #25

                  I remember last time I was on a project using it had to clean it up often. Besides that worked well.

                  1 Reply Last reply
                  0
                  • V Vasudevan Deepak Kumar

                    Just checked in some critical changes to two files. TFS happily took the changes in one and discarded the changes in codebehind. No merge warnings. The local changes are not available too. If this is going to be the quality of Microsoft software?

                    Vasudevan Deepak Kumar Personal Homepage
                    Tech Gossips
                    The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                    B Offline
                    B Offline
                    Brisingr Aerowing
                    wrote on last edited by
                    #26

                    I use Mercurial, but I am getting into Git as well. Git is quite powerful, IF you can wrap your head around its.... idiosyncrasies.

                    Gryphons Are Awesome! ‮Gryphons Are Awesome!‬

                    1 Reply Last reply
                    0
                    • D Dexterus

                      Adding clearcase[^] to this. There is not one versioning system that I have worked with that could actually handle the real merges. Sorry, those go by hand.

                      G Offline
                      G Offline
                      Graham Wade
                      wrote on last edited by
                      #27

                      We use Perforce, which we have never had a problem with, including Merges. :-D

                      Regards Graham Wade

                      1 Reply Last reply
                      0
                      • V Vasudevan Deepak Kumar

                        Just checked in some critical changes to two files. TFS happily took the changes in one and discarded the changes in codebehind. No merge warnings. The local changes are not available too. If this is going to be the quality of Microsoft software?

                        Vasudevan Deepak Kumar Personal Homepage
                        Tech Gossips
                        The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!

                        G Offline
                        G Offline
                        GenJerDan
                        wrote on last edited by
                        #28

                        Did weird stuff to me yesterday, too. I did a "get latest version" and it pulled down everything, not just the two files that had changed.

                        YouTube and My Mu[sic], Films and Windows Programs, etc.

                        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