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. Subersion - Anyone know about or use this?

Subersion - Anyone know about or use this?

Scheduled Pinned Locked Moved The Lounge
collaborationquestion
37 Posts 21 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.
  • C Chris McGlothen

    I'm currently looking into incorporating a source control tool for the development team I work with, and Subversion came to me from a collegue and I'm looking for any experiences or recommendations. From what little I've gleaned so far it seems like a powerful open source add-in. What'd you think?


    An American football fan - Go Seahawks! Lil Turtle

    G Offline
    G Offline
    Greg 0
    wrote on last edited by
    #22

    I did this myself not so long ago and have found it to be great. The only hurdle you might come across is the check in / check out model. Its a little different to what our team was used to (we used to use source jammer). SVN uses a non-locking model so it doesn't require you to lock the files while you're editing them. You can however set a flag to require a lock on the file. Greg

    1 Reply Last reply
    0
    • C Chris McGlothen

      I'm currently looking into incorporating a source control tool for the development team I work with, and Subversion came to me from a collegue and I'm looking for any experiences or recommendations. From what little I've gleaned so far it seems like a powerful open source add-in. What'd you think?


      An American football fan - Go Seahawks! Lil Turtle

      S Offline
      S Offline
      si618
      wrote on last edited by
      #23

      I have been using Subversion since v0.39 (or thereabouts) in a production environment, and can whole-heartedly recommend it. We have never lost any code or experienced major problems in all the years we have been using it. Note that any version control system introduces complexity, so there is a learning curve for both users and for administrators, but there is also a wealth of material available, start with svnbook.org. The TortoiseSVN manual is also good, and you will find good support on both svn and tsvn mailing lists, so long as you're polite and ask good questions. I'd recommend following the standard way of doing things, start simple, use svnserve over apache if you don't use apache already, and gradually introduce complexity (pre & post commit hooks, path based authorization, integration into build process, etc) as you and your team become more confident.

      1 Reply Last reply
      0
      • S Scott Dorman

        I have used SourceSafe and CVS at previous companies and much prefer CVS over SourceSafe. Subversion is essentially the "next evolution" of CVS, but it does have it's own little quirks. The open source site Sourforge used to use CVS and then recently (in the last year I believe) migrated everything to Subversion. I have used it with one of the open source projects I'm working with and love it. It runs over a standard HTTP connection so it can get around issues of firewalls, etc. and is pretty smart and efficient on the amount of data it transfers back and forth. A drawback is that there is no integration with Visual Studio, but that may not matter to you.

        ----------------------------- In just two days, tomorrow will be yesterday.

        D Offline
        D Offline
        DavidNohejl
        wrote on last edited by
        #24

        Scott Dorman wrote:

        A drawback is that there is no integration with Visual Studio, but that may not matter to you.

        Ankh[^] isn't perfect but I wouldn't call it "no integration" :)


        "Throughout human history, we have been dependent on machines to survive. Fate, it seems, is not without a sense of irony. " - Morpheus

        1 Reply Last reply
        0
        • C Chris McGlothen

          I'm currently looking into incorporating a source control tool for the development team I work with, and Subversion came to me from a collegue and I'm looking for any experiences or recommendations. From what little I've gleaned so far it seems like a powerful open source add-in. What'd you think?


          An American football fan - Go Seahawks! Lil Turtle

          I Offline
          I Offline
          in9mar
          wrote on last edited by
          #25

          I tried several different source control systems. Subversion was the best so far. The backend can run on a windows box or linux box.

          1 Reply Last reply
          0
          • S Scott Dorman

            I have used SourceSafe and CVS at previous companies and much prefer CVS over SourceSafe. Subversion is essentially the "next evolution" of CVS, but it does have it's own little quirks. The open source site Sourforge used to use CVS and then recently (in the last year I believe) migrated everything to Subversion. I have used it with one of the open source projects I'm working with and love it. It runs over a standard HTTP connection so it can get around issues of firewalls, etc. and is pretty smart and efficient on the amount of data it transfers back and forth. A drawback is that there is no integration with Visual Studio, but that may not matter to you.

            ----------------------------- In just two days, tomorrow will be yesterday.

            C Offline
            C Offline
            Chris McGlothen
            wrote on last edited by
            #26

            Did you mean that there is no integration between Subversion and Visual Studio? I work in a 'Microsoft House' so we use VS 2005 for all our dev work. Thanks.


            An American football fan - Go Seahawks! Lil Turtle

            S 1 Reply Last reply
            0
            • C Chris McGlothen

              Did you mean that there is no integration between Subversion and Visual Studio? I work in a 'Microsoft House' so we use VS 2005 for all our dev work. Thanks.


              An American football fan - Go Seahawks! Lil Turtle

              S Offline
              S Offline
              Scott Dorman
              wrote on last edited by
              #27

              You can integrate it with VS2005 using a third party tool like Ankh[^] but it still has some quirks. I actually think using TortoiseSVN[^] for interacting with the source control isn't bad once you get used to it.

              ----------------------------- In just two days, tomorrow will be yesterday.

              1 Reply Last reply
              0
              • C Chris McGlothen

                I'm currently looking into incorporating a source control tool for the development team I work with, and Subversion came to me from a collegue and I'm looking for any experiences or recommendations. From what little I've gleaned so far it seems like a powerful open source add-in. What'd you think?


                An American football fan - Go Seahawks! Lil Turtle

                B Offline
                B Offline
                brown1971
                wrote on last edited by
                #28

                Subversion (SVN) and Tortoise SVN, an SVN client that integrates with Windows Explorer, combine to make (in my opinion) the best source control solution in the field. If you don't have the resources to run your own SVN server, search for hosted solutions. There are a number of good ones available. BB

                C 1 Reply Last reply
                0
                • B brown1971

                  Subversion (SVN) and Tortoise SVN, an SVN client that integrates with Windows Explorer, combine to make (in my opinion) the best source control solution in the field. If you don't have the resources to run your own SVN server, search for hosted solutions. There are a number of good ones available. BB

                  C Offline
                  C Offline
                  Chris McGlothen
                  wrote on last edited by
                  #29

                  Thanks for the response. Do you run SVN and Tortoise only on the server or do you use additional addins?


                  An American football fan - Go Seahawks! Lil Turtle

                  B 1 Reply Last reply
                  0
                  • C Chris McGlothen

                    Thanks for the response. Do you run SVN and Tortoise only on the server or do you use additional addins?


                    An American football fan - Go Seahawks! Lil Turtle

                    B Offline
                    B Offline
                    brown1971
                    wrote on last edited by
                    #30

                    SVN runs on the server and Tortoise runs on the developers (the client) machines. The documentation is very good, I think if you read through a bit of it you will get a good idea of how it all works. Here's a link to the main page for the Tortoise project: http://tortoisesvn.tigris.org/ And a link to the documentation...read the Introduction, Basic Concepts and the Daily Use Guide sections: http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html Best of luck, BB

                    C 1 Reply Last reply
                    0
                    • B brown1971

                      SVN runs on the server and Tortoise runs on the developers (the client) machines. The documentation is very good, I think if you read through a bit of it you will get a good idea of how it all works. Here's a link to the main page for the Tortoise project: http://tortoisesvn.tigris.org/ And a link to the documentation...read the Introduction, Basic Concepts and the Daily Use Guide sections: http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html Best of luck, BB

                      C Offline
                      C Offline
                      Chris McGlothen
                      wrote on last edited by
                      #31

                      Thanks for the links, as I'm new to version controls I really appreciate the help.


                      An American football fan - Go Seahawks! Lil Turtle

                      1 Reply Last reply
                      0
                      • C Chris McGlothen

                        I'm currently looking into incorporating a source control tool for the development team I work with, and Subversion came to me from a collegue and I'm looking for any experiences or recommendations. From what little I've gleaned so far it seems like a powerful open source add-in. What'd you think?


                        An American football fan - Go Seahawks! Lil Turtle

                        W Offline
                        W Offline
                        Wes Bell
                        wrote on last edited by
                        #32

                        Subversion is the best version control system I have ever used, and it is free! For Windows, the TortoiseSVN client integrates seamlessly with Explorer and works perfectly. Subversion is superior to CVS and far superior to Microsoft's Source Safe.

                        Wes Bell Computer Scientist

                        1 Reply Last reply
                        0
                        • C Chris McGlothen

                          I'm currently looking into incorporating a source control tool for the development team I work with, and Subversion came to me from a collegue and I'm looking for any experiences or recommendations. From what little I've gleaned so far it seems like a powerful open source add-in. What'd you think?


                          An American football fan - Go Seahawks! Lil Turtle

                          M Offline
                          M Offline
                          Markus Gallagher
                          wrote on last edited by
                          #33

                          We started out with Visual Source Safe and after about 1 month we ditched it in favor of Subversion and haven't looked back since. Subversion is vastly superior to VSS and CVS and I would argue THE best open source version control system.

                          C 1 Reply Last reply
                          0
                          • M Markus Gallagher

                            We started out with Visual Source Safe and after about 1 month we ditched it in favor of Subversion and haven't looked back since. Subversion is vastly superior to VSS and CVS and I would argue THE best open source version control system.

                            C Offline
                            C Offline
                            Chris McGlothen
                            wrote on last edited by
                            #34

                            Markus Gallagher wrote:

                            We started out with Visual Source Safe

                            Does this mean that you also used Visual Studio? I'm currently looking into tools(Ankh) that will integrate the check-in/check-out functionality of Subversion right from VS. Thanks for the opinion BTW.:)


                            An American football fan - Go Seahawks! Lil Turtle

                            M 1 Reply Last reply
                            0
                            • S Shog9 0

                              RoswellNX wrote:

                              but i could be wrong

                              Yup. ;) The two are not related. SourceSafe is The Bane of My Existence, while Subversion is what i use on my own projects.

                              ---- Scripts i’ve known... CPhog 1.8.2 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.2 - printer-friendly forums Expand all 1.0 - Expand all messages In-place Delete 1.0 - AJAX-style post delete Syntax 0.1 - Syntax highlighting for code blocks in the forums

                              E Offline
                              E Offline
                              EverardBrown
                              wrote on last edited by
                              #35

                              Functionally, subversion is a hybrid of CVS and ClearCase (minus the fancy gui for version trees). It's in a similar league to perforce without the pricetag :~ There are also some extension tools to make it exceptionally easy to use, TortoiseSVN and kdesvn.

                              1 Reply Last reply
                              0
                              • C Chris McGlothen

                                Markus Gallagher wrote:

                                We started out with Visual Source Safe

                                Does this mean that you also used Visual Studio? I'm currently looking into tools(Ankh) that will integrate the check-in/check-out functionality of Subversion right from VS. Thanks for the opinion BTW.:)


                                An American football fan - Go Seahawks! Lil Turtle

                                M Offline
                                M Offline
                                Markus Gallagher
                                wrote on last edited by
                                #36

                                we tried Ankh and it's garbage. It doesn't use the built-in version control API for VS 2005, so half the time it doesn't do what u want. besides, the look and feel is rather nasty, compared to the clean UI of the rest of the IDE. We now use Tortoise Plug-in for Explorer and it works great. It's really not that big of a deal to switch to the explorer window and commit ur changes. There are better plug-ins that integrate with VS 2005, however they are not free :(

                                1 Reply Last reply
                                0
                                • C Chris McGlothen

                                  I'm currently looking into incorporating a source control tool for the development team I work with, and Subversion came to me from a collegue and I'm looking for any experiences or recommendations. From what little I've gleaned so far it seems like a powerful open source add-in. What'd you think?


                                  An American football fan - Go Seahawks! Lil Turtle

                                  W Offline
                                  W Offline
                                  woodyata
                                  wrote on last edited by
                                  #37

                                  I am starting to use Subversion as a replacement for Visual Source Safe, and it is so much better. It's a great back-end source control system. I am using TortoiseSVN as a client. TortoiseSVN is a Windows Shell extension. You can also get settings to integrate TortoiseSVN into Visual Studio. One of the big differences between Subversion and VSS is the versioning system. It's much better to read the Subversion doco than for me to try and summarise it for you. But I reckon the Subversion versioning scheme is great. I wouldn't call myself an expert by any means, but I am really impressed with how intuitive Subversion and TortoiseSVN are to use.

                                  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