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. VSS against the rules

VSS against the rules

Scheduled Pinned Locked Moved The Lounge
databasehelpquestionannouncement
29 Posts 13 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.
  • A Andy Brummer

    peterchen wrote:

    But my coworkers insist on checkout/checkin.

    I think subversion has a checkout/checkin mode. I've read it in the docs, but I haven't used it because it's lame.


    This blanket smells like ham

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

    Andy Brummer wrote:

    because it's lame.

    SVN, checkout/checkin mode, or reading docs? :D


    We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
    My first real C# project | Linkify!|FoldWithUs! | sighist

    A 1 Reply Last reply
    0
    • P peterchen

      Andy Brummer wrote:

      because it's lame.

      SVN, checkout/checkin mode, or reading docs? :D


      We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
      My first real C# project | Linkify!|FoldWithUs! | sighist

      A Offline
      A Offline
      Andy Brummer
      wrote on last edited by
      #22

      The second two. :doh:


      This blanket smells like ham

      1 Reply Last reply
      0
      • C Corinna John

        peterchen wrote:

        Permission system is not really working

        That point scares me a little. The VSS permission system was developed my Microsoft, was it? They also developed the permission systems of Windows, Exchange, [insert MS project of you choice] and so on. What if only the UI developers have failed for VSS ... and the permission leaks are the same in every product? Since I got to know VSS I can't trust MS products anymore. :suss:

        ____________________________________ There is no proof for this sentence.

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

        It looks very much fitted on top of an existing system, which rarely can succeed. They probably secured the outside calls, but some inner cross-calls slipped through. The only chance would be fitting it on bottom, but that's usually a problem because you don't have the necessary information at that point. VSS is one of the more neglected softwares by Microsoft, always being semi-abandoned. Some stuff works well, some stuff works usually well, and some stuff you better avoid.


        We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
        My first real C# project | Linkify!|FoldWithUs! | sighist

        1 Reply Last reply
        0
        • R Ryan Roberts

          peterchen wrote:

          But my coworkers insist on checkout/checkin.

          Ugh, that scales much worse than edit/merge. Drove me absolutely mad the last time I used it after years of SVN and CVS. I stayed in late and ported the repository to subversion after about week 3.

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

          How many people you are talking about? We are 4 here, on a large shared code base with fairly distinct responsibilities, so clashes are very rare. There's maybe a once-a-month call of "please checkin", which is ok, and everybody does remember to check in (usually). It doesn't scale all right, but I see why they prefer it - the actual value is the automatic "someone is changing this file, do you really want to change it, too" reminder, and merge requires a decision about code written by someone else. It also works only with good VS integration - just start typing, and it asks you if you want to check out this file, right-click and say "checkin". Would be a pain always having to switch to explorer. OTOH, merge puts a "Think!" reminder on the 'submit' process, stopping mindless checkins. (But as said, we work fairly well with it).


          We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
          My first real C# project | Linkify!|FoldWithUs! | sighist

          R 1 Reply Last reply
          0
          • J Jorgen Sigvardsson

            peterchen wrote:

            But my coworkers insist on checkout/checkin.

            Try to make your coworkers better by showing them the wonderful tool known as Tortoise Merge. If that fails: get better coworkers (using preferred methods).

            -- Kein Mitleid Für Die Mehrheit

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

            I've tried to enable "concurrent checkouts" which seemed the best of two worlds: you get a reminder that someone else is already working on the file, but you can still merge (which is also fairly ok with the latest VSS update). They almost went ballistic. Can't blame them, they are engineers by profesison...


            We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
            My first real C# project | Linkify!|FoldWithUs! | sighist

            J 1 Reply Last reply
            0
            • P peterchen

              I've tried to enable "concurrent checkouts" which seemed the best of two worlds: you get a reminder that someone else is already working on the file, but you can still merge (which is also fairly ok with the latest VSS update). They almost went ballistic. Can't blame them, they are engineers by profesison...


              We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
              My first real C# project | Linkify!|FoldWithUs! | sighist

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

              But if they're engineers, you only have to show how it works and that it does work. :)

              -- Kein Mitleid Für Die Mehrheit

              D 1 Reply Last reply
              0
              • P peterchen

                How many people you are talking about? We are 4 here, on a large shared code base with fairly distinct responsibilities, so clashes are very rare. There's maybe a once-a-month call of "please checkin", which is ok, and everybody does remember to check in (usually). It doesn't scale all right, but I see why they prefer it - the actual value is the automatic "someone is changing this file, do you really want to change it, too" reminder, and merge requires a decision about code written by someone else. It also works only with good VS integration - just start typing, and it asks you if you want to check out this file, right-click and say "checkin". Would be a pain always having to switch to explorer. OTOH, merge puts a "Think!" reminder on the 'submit' process, stopping mindless checkins. (But as said, we work fairly well with it).


                We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
                My first real C# project | Linkify!|FoldWithUs! | sighist

                R Offline
                R Offline
                Ryan Roberts
                wrote on last edited by
                #27

                I guess it depends on your codebase and how whether you have developers assigned to discrete areas. Merge doesn't require intervention 99% of the time, once you get used to it you care less about editing the same files. I can see how that would be worrying though.

                peterchen wrote:

                Would be a pain always having to switch to explorer.

                Ankhsvn works well now (except with 2005 web projects) and does a good job of svn integration.

                1 Reply Last reply
                0
                • J Jorgen Sigvardsson

                  But if they're engineers, you only have to show how it works and that it does work. :)

                  -- Kein Mitleid Für Die Mehrheit

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

                  actually all you need to do is show them that it's shiny and has a bunch of cool blinky lights. :laugh:

                  -- If you view money as inherently evil, I view it as my duty to assist in making you more virtuous.

                  1 Reply Last reply
                  0
                  • J Jorgen Sigvardsson

                    They ought to rename VSS to WSS on the German market. Wertlos Standard-Software. Was denkst du? ;)

                    -- Kein Mitleid Für Die Mehrheit

                    C Offline
                    C Offline
                    Corinna John
                    wrote on last edited by
                    #29

                    Virales Standard-System is okay, it even fits in English: viral standard system. Anyway, for the German market I'd prefer IQV: Ignorante Quellenverwaltung. To speak "modern Denglish", it must be SSS: Schrottige Sourcen-Schleuder. :laugh:

                    ____________________________________ There is no proof for this sentence.

                    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