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. Subversion is a mess : A Rant in E Minor

Subversion is a mess : A Rant in E Minor

Scheduled Pinned Locked Moved The Lounge
collaborationtutorialquestionannouncementlearning
33 Posts 23 Posters 3 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.
  • M Mel Padden

    I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

    I too dabbled in pacifism once.

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

    I've been using the version of SVN you describe for months without a problem. You could always use popsicle sticks.

    If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy 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

    M 1 Reply Last reply
    0
    • T TheGreatAndPowerfulOz

      I've been using the version of SVN you describe for months without a problem. You could always use popsicle sticks.

      If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy 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

      M Offline
      M Offline
      Mel Padden
      wrote on last edited by
      #3

      Command line or TortoiseSVN? AnkhSVN? Maybe it's Tortoise that is the problem.

      I too dabbled in pacifism once.

      L T 2 Replies Last reply
      0
      • M Mel Padden

        I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

        I too dabbled in pacifism once.

        L Offline
        L Offline
        lewax00
        wrote on last edited by
        #4

        Mel Padden wrote:

        Git: good but SVN-heads don't want to learn it (and why should they have to?)

        Git is actually very simple. I've been using SVN for a few years and I can just barely work it (with help from TortoiseSVN & AnhkSVN), I learned Git at the beginning of the year and I have no issues with it. Mercurial is pretty much the same thing, but from my understanding it does fix the one quirk in Git that bugs me, the fact that you must tell it which files were changed (or add -a to your commit). We're actually in the process of moving from CVS to Mercurial at work.

        1 Reply Last reply
        0
        • M Mel Padden

          Command line or TortoiseSVN? AnkhSVN? Maybe it's Tortoise that is the problem.

          I too dabbled in pacifism once.

          L Offline
          L Offline
          lewax00
          wrote on last edited by
          #5

          I've never had issues with TortoiseSVN, though AnkhSVN often fails at renaming objects with multiple related files (like Forms). But then again that may be VS. TortoiseCVS on the other hand...ugh.

          1 Reply Last reply
          0
          • M Mel Padden

            Command line or TortoiseSVN? AnkhSVN? Maybe it's Tortoise that is the problem.

            I too dabbled in pacifism once.

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

            TortoiseSVN 1.7.1, Build 22161 - 64 Bit, 2011/10/21 22:51:59 Subversion 1.7.1 I also have AnkhSVN installed for Visual Studio. It is Tortoise that removed the .SVN files and directories in favor of a database. It does make copying directories around harder

            If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy 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

            1 Reply Last reply
            0
            • M Mel Padden

              I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

              I too dabbled in pacifism once.

              E Offline
              E Offline
              Ennis Ray Lynch Jr
              wrote on last edited by
              #7

              Is SVN the problem or is it the client you are using?

              Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost

              1 Reply Last reply
              0
              • M Mel Padden

                I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                I too dabbled in pacifism once.

                M Offline
                M Offline
                Maximilien
                wrote on last edited by
                #8

                Mel Padden wrote:

                I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse.

                The problem is not SubVersion.... If your people do not want to learn SubVersion, they will not bother learning anything else. If you do not want to use VCS, you can just "export" instead of doing a check-out. M.

                Watched code never compiles.

                A 1 Reply Last reply
                0
                • M Mel Padden

                  I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                  I too dabbled in pacifism once.

                  P Offline
                  P Offline
                  PIEBALDconsult
                  wrote on last edited by
                  #9

                  I've been using Subversion (not willingly) for a year and a half now, currently

                  svn, version 1.7.4 (r1295709)
                  compiled Mar 8 2012, 20:25:56

                  (from Tortoise?) and, other than being the wrong tool for the job, it seems OK.

                  M 1 Reply Last reply
                  0
                  • P PIEBALDconsult

                    I've been using Subversion (not willingly) for a year and a half now, currently

                    svn, version 1.7.4 (r1295709)
                    compiled Mar 8 2012, 20:25:56

                    (from Tortoise?) and, other than being the wrong tool for the job, it seems OK.

                    M Offline
                    M Offline
                    Mel Padden
                    wrote on last edited by
                    #10

                    Seems like your sentiments are echoed. i shall investigate the combination of clients I'm using; I'm using a corporate SVN install, so perhaps the infra bods borked the initial SVN setup, or the client is out of sync or something.

                    I too dabbled in pacifism once.

                    1 Reply Last reply
                    0
                    • M Mel Padden

                      I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                      I too dabbled in pacifism once.

                      R Offline
                      R Offline
                      Ravi Bhavnani
                      wrote on last edited by
                      #11

                      Mel, I've been very happy with the (free) Standard Visual Subversion Server[^] and the free AnkhSVN Visual Studio Plugin[^].  They work just like what I'm used to at work (TFS) and the price is hard to beat. /ravi

                      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                      P 1 Reply Last reply
                      0
                      • M Mel Padden

                        I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                        I too dabbled in pacifism once.

                        J Offline
                        J Offline
                        Jason Hooper
                        wrote on last edited by
                        #12

                        I've used Subversion for a few years and have been poked and prodded by it in the past. I've learned to be gentle with it and to avoid massive restructuring of the folders because I hate spending hours fixing tree conflicts, etc. I now have a fragile peace with SVN (via TortoiseSVN) and haven't had an issue for quite a while. It does the trick. I see no use converting to Git for internal enterprise development as it doesn't match the model.

                        Jason

                        1 Reply Last reply
                        0
                        • R Ravi Bhavnani

                          Mel, I've been very happy with the (free) Standard Visual Subversion Server[^] and the free AnkhSVN Visual Studio Plugin[^].  They work just like what I'm used to at work (TFS) and the price is hard to beat. /ravi

                          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                          P Offline
                          P Offline
                          PIEBALDconsult
                          wrote on last edited by
                          #13

                          Ravi Bhavnani wrote:

                          the price is hard to beat.

                          In my experience, free stuff isn't worth the price.

                          A 1 Reply Last reply
                          0
                          • M Maximilien

                            Mel Padden wrote:

                            I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse.

                            The problem is not SubVersion.... If your people do not want to learn SubVersion, they will not bother learning anything else. If you do not want to use VCS, you can just "export" instead of doing a check-out. M.

                            Watched code never compiles.

                            A Offline
                            A Offline
                            A Ganzer
                            wrote on last edited by
                            #14

                            Some years ago (after overbearing massive resistances within the team) I've successfully changed the Version Control System from VSS to SVN. My conclusion is: Who don't want to use SVN (in this case the reason is: it's not Microsoft) does all to discredit the system. They work with local copies and branches in a way they would never do with TFS and cries that nothing will work in SVN. Maximilien is right: The best version control system is useless if inner resistances of some team members prevent them from learning.

                            N 1 Reply Last reply
                            0
                            • M Mel Padden

                              I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                              I too dabbled in pacifism once.

                              _ Offline
                              _ Offline
                              _beauw_
                              wrote on last edited by
                              #15

                              "Livin' on a Prayer" is in E minor... and that title is a fair description of some of the source control setups I've used.

                              M 1 Reply Last reply
                              0
                              • M Mel Padden

                                I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                                I too dabbled in pacifism once.

                                P Offline
                                P Offline
                                peterchen
                                wrote on last edited by
                                #16

                                Git.

                                FILETIME to time_t
                                | FoldWithUs! | sighist | WhoIncludes - Analyzing C++ include file hierarchy

                                S 1 Reply Last reply
                                0
                                • P PIEBALDconsult

                                  Ravi Bhavnani wrote:

                                  the price is hard to beat.

                                  In my experience, free stuff isn't worth the price.

                                  A Offline
                                  A Offline
                                  Adriaan Davel
                                  wrote on last edited by
                                  #17

                                  In my experience, free stuff is only free if your time has no value :)

                                  ____________________________________________________________ Be brave little warrior, be VERY brave

                                  R 1 Reply Last reply
                                  0
                                  • _ _beauw_

                                    "Livin' on a Prayer" is in E minor... and that title is a fair description of some of the source control setups I've used.

                                    M Offline
                                    M Offline
                                    Mel Padden
                                    wrote on last edited by
                                    #18

                                    +5 for referencing a rock classic. Used to play that in pubs, in the throes of my callow youth...

                                    I too dabbled in pacifism once.

                                    1 Reply Last reply
                                    0
                                    • M Mel Padden

                                      I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                                      I too dabbled in pacifism once.

                                      B Offline
                                      B Offline
                                      Brad Stiles
                                      wrote on last edited by
                                      #19

                                      Count me among those who've been using Subversion 1.7.x for some time now, since not long after it came out, without any of the problems you've described here. In fact, use of 1.7 actually made many of our merges run smoother than was the case using 1.6 an previous. We also use TSVN and AnkhSVN for everyday developer style activities, and while Ankh still has some issues with regard to renaming, as mentioned by another poster, the only issues I've had with TSVN are mostly around how long it takes to update the status markers. I understand the reasons for that, but it's still a little annoying. Have you discussed your problems with the Subversion developers, or at least on the user mailing list?

                                      Currently reading: "The Prince", by Nicolo Machiavelli

                                      1 Reply Last reply
                                      0
                                      • A Adriaan Davel

                                        In my experience, free stuff is only free if your time has no value :)

                                        ____________________________________________________________ Be brave little warrior, be VERY brave

                                        R Offline
                                        R Offline
                                        rnbergren
                                        wrote on last edited by
                                        #20

                                        Exactly!

                                        To err is human to really mess up you need a computer

                                        1 Reply Last reply
                                        0
                                        • M Mel Padden

                                          I used to like Subversion, I really did. But these days it seems to take commands and do what it elephanting well likes with them. Wilfully ignoring subdirectories, deleting files... it knows no end. The new version is painfully inadequate, and buggy to the point of criminality. I too was annoyed by the .svn folders and irked by developers who copied folders around because they didn't want to bother learning how to use the VCS, but removing them has made everything much, much worse. If this is what we get when an open-source project gets too big for its boots, then kill open source. Make them Pay, and deliver a working product. Our options now for version control system run thusly: VSS X| SVN :wtf: What happened to this once-fine product? Git: good but SVN-heads don't want to learn it (and why should they have to?) TFS: Expensive and slow Mercurial probably the best option but see points re: git. I had come to depend on SVN, as I suspect a lot of people have, as a no-nonsense product for a no-nonsense task, which should be taking up about 5% at most of my office time. I've just spent a full day digging through merges and re-adding folders that should never have been ignored. Dropping in files from the filesystem like a noob because SVN has no idea where they are. It makes an elephanting mockery of the whole process. I might just go back to using a freakin neanderthal filesystem-based backup process, until (insert major bank here) decide to approve the use of Mercurial/Git for internal projects. This is unholy. I am angry. [EDIT] I wish to point out that I realise I am treating a freely available product like a commercial app, but in my view, this new insanity really is too much. If they're going to change it, can't they do it right? Why persecute legions of people who have come to rely on it? Who wins?

                                          I too dabbled in pacifism once.

                                          D Offline
                                          D Offline
                                          DumpsterJuice
                                          wrote on last edited by
                                          #21

                                          I am interested in everyone's issues with VSS. I have been extremely happy with its simplicity since the mid 90's. I would like to hear some real technical feedback on the basis of your opinions. I am being serious here, can anyone articulate a real issue? I suppose it would have to be an issue that's limited only to VSS, that is, you cant say "A lack of support for atomic commits for multiple files" -- when that is a problem with nearly all source control systems. Interested in you professional opinions here... thanks. I am not a Microsoft Fan boi, I just prefer simple, un-obtrusive, easy to admin version control.

                                          Where there's smoke, there's a Blue Screen of death.

                                          B 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