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. Source Control

Source Control

Scheduled Pinned Locked Moved The Lounge
beta-testingquestioncode-review
24 Posts 8 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Just looking for a little feedback - is anyone willing to offer some advice and experiences with the various Source Control systems available? Which is better (in your humble opinion!)? Which failed misserably ? And why ? Thanx, Ian Kilmister "Without something, there is no nothing ..."

    E realJSOPR J J 4 Replies Last reply
    0
    • L Lost User

      Just looking for a little feedback - is anyone willing to offer some advice and experiences with the various Source Control systems available? Which is better (in your humble opinion!)? Which failed misserably ? And why ? Thanx, Ian Kilmister "Without something, there is no nothing ..."

      E Offline
      E Offline
      Erik Funkenbusch
      wrote on last edited by
      #2

      What is "better" depends entirely on your parameters and persepctive. You need to weigh lots of options: Cost, speed, features, user friendliness, newbie friendliness (ie how much will it cost to train people), architecture (client/server vs file based), and many more. Microsoft's Visual SourceSafe is a very easy to use product that requires very little training to be up and running, and only minimal effort to learn the more advanced features. It's drawbacks are that it's file based, which means data corruption can be an issue as well as the fact that it works poorly over WAN's. Starbase's StarTeam is also fairly easy to use, but has many more features and can be quite overwhelming at times. It's client/server, but it's also quite slow. It's also a bit more pricey, and has lots of quirks an annoyances (as most products do). CVS is free, and is client-server, but it's command line based and has very limited support for advanced SC features such as promotion models, workspaces, and change lists. It has several free "GUI front ends", but they all have basic issues to deal with. Perforce is very fast and has lots of nice features. It runs on lots of hardware and OS's, and they offer an "open source" license where if you are creating free open source projects, you get free licensing. It's client-server and i've found it to be quite useful, however it's a bit pricey for commercial use and it's also a command line product with a very poor GUI. AccuRev is a very nice product, again it's command line based and client-server. It's GUI is a little better than the free CVS versions and Perforce, and they have some very interesting features which include developer workspaces and promotion. PVCS... Ugh.. I hate this product and can't really give an unbiased review of it. I hate it.. I hate it.. I hate it... It's file based (non-client/server), very complicated and requires a dedicated administrator. It has promotion and a number of other features, but good luck trying to figure out how to make them work. It's GUI is quit complex and gives you lots of options, but it's still awful. Ugly. Difficult to use. MKS Source Integrity. This product is similar to PVCS, but much easier to use, and not quite so feature laden. I'm not very fond of it either. Basic Unix mindframe here applied to windows. Rational ClearCase: Very expensive, and expensive too. Did I mention expensive? It's also expensive. It has lots of nice features though, and is very good for an enterprise level source control

      A L 2 Replies Last reply
      0
      • E Erik Funkenbusch

        What is "better" depends entirely on your parameters and persepctive. You need to weigh lots of options: Cost, speed, features, user friendliness, newbie friendliness (ie how much will it cost to train people), architecture (client/server vs file based), and many more. Microsoft's Visual SourceSafe is a very easy to use product that requires very little training to be up and running, and only minimal effort to learn the more advanced features. It's drawbacks are that it's file based, which means data corruption can be an issue as well as the fact that it works poorly over WAN's. Starbase's StarTeam is also fairly easy to use, but has many more features and can be quite overwhelming at times. It's client/server, but it's also quite slow. It's also a bit more pricey, and has lots of quirks an annoyances (as most products do). CVS is free, and is client-server, but it's command line based and has very limited support for advanced SC features such as promotion models, workspaces, and change lists. It has several free "GUI front ends", but they all have basic issues to deal with. Perforce is very fast and has lots of nice features. It runs on lots of hardware and OS's, and they offer an "open source" license where if you are creating free open source projects, you get free licensing. It's client-server and i've found it to be quite useful, however it's a bit pricey for commercial use and it's also a command line product with a very poor GUI. AccuRev is a very nice product, again it's command line based and client-server. It's GUI is a little better than the free CVS versions and Perforce, and they have some very interesting features which include developer workspaces and promotion. PVCS... Ugh.. I hate this product and can't really give an unbiased review of it. I hate it.. I hate it.. I hate it... It's file based (non-client/server), very complicated and requires a dedicated administrator. It has promotion and a number of other features, but good luck trying to figure out how to make them work. It's GUI is quit complex and gives you lots of options, but it's still awful. Ugly. Difficult to use. MKS Source Integrity. This product is similar to PVCS, but much easier to use, and not quite so feature laden. I'm not very fond of it either. Basic Unix mindframe here applied to windows. Rational ClearCase: Very expensive, and expensive too. Did I mention expensive? It's also expensive. It has lots of nice features though, and is very good for an enterprise level source control

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

        The only things I can add to this are: PVCS - I agree wholeheartedly. It's a VERY capable product, but I felt I'd need a training course to even start using it :confused: (and I've been using version control systems for 6 years now). Avoid like the plague. ClearCase I haven't used this, but it was becoming the standard at my last company (Racal Instruments Ltd) just before I left. Having said that, its produced by Rational, and their tech support is the worst I've ever seen :mad: (we can't even get working licence keys out of them for our 6 copies of Rose 98 - and you don't want to know about their response to bug reports). No matter how good the product, that puts me off right away. I avoid Rational like the plague... SourceSafe 6.0 is the one we're using - mainly because its easy to use and good value. It's also (mostly) project orientated - at least for simple operations. It does lack some advanced features - e.g. you can't share/branch projects (only files) - which can make it a pain in a fast moving team environment, but this is more than made up for by the ease of use. Having said that, it's possible to put a script based front-end on SourceSafe to get around this - though the incompleteness of the COM interface makes this a bit of a pain. You can also get a third party client (SourceOffsite) to make it useable over a remote link. All things considered, I'd go with SourceSafe, unless you can find one with better support and an equal learning curve. I hope this helps. Andy Metcalfe - Sonardyne International Ltd
        (andy.metcalfe@lineone.net)
        http://www.resorg.co.uk

        "I used to be a medieval re-enactor, but I'm (nearly) alright now..."

        L 2 Replies Last reply
        0
        • A Anna Jayne Metcalfe

          The only things I can add to this are: PVCS - I agree wholeheartedly. It's a VERY capable product, but I felt I'd need a training course to even start using it :confused: (and I've been using version control systems for 6 years now). Avoid like the plague. ClearCase I haven't used this, but it was becoming the standard at my last company (Racal Instruments Ltd) just before I left. Having said that, its produced by Rational, and their tech support is the worst I've ever seen :mad: (we can't even get working licence keys out of them for our 6 copies of Rose 98 - and you don't want to know about their response to bug reports). No matter how good the product, that puts me off right away. I avoid Rational like the plague... SourceSafe 6.0 is the one we're using - mainly because its easy to use and good value. It's also (mostly) project orientated - at least for simple operations. It does lack some advanced features - e.g. you can't share/branch projects (only files) - which can make it a pain in a fast moving team environment, but this is more than made up for by the ease of use. Having said that, it's possible to put a script based front-end on SourceSafe to get around this - though the incompleteness of the COM interface makes this a bit of a pain. You can also get a third party client (SourceOffsite) to make it useable over a remote link. All things considered, I'd go with SourceSafe, unless you can find one with better support and an equal learning curve. I hope this helps. Andy Metcalfe - Sonardyne International Ltd
          (andy.metcalfe@lineone.net)
          http://www.resorg.co.uk

          "I used to be a medieval re-enactor, but I'm (nearly) alright now..."

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

          Beware sourcesafe:mad: ! We have a list of five different ways that VSS6 can permanently lose code, mainly to do with the check out\don't get local copy option. IDE & source control integration with VC++ works well, but with VB it is remarkably poor, don't rely on it if you don't need to use it over a wan & are aware of the dangers then it is much easier to use than cvs, though Try CVS first 'cos it's free

          L 1 Reply Last reply
          0
          • L Lost User

            Just looking for a little feedback - is anyone willing to offer some advice and experiences with the various Source Control systems available? Which is better (in your humble opinion!)? Which failed misserably ? And why ? Thanx, Ian Kilmister "Without something, there is no nothing ..."

            realJSOPR Online
            realJSOPR Online
            realJSOP
            wrote on last edited by
            #5

            I like StarTeam. It's kind of expensive at $700/seat, but it has built-in defect tracking and a inter-developer message BBS. I *don't* like SourceSafe - it's not intuitive at all. There are a couple other ones available (not already mentioned) as well, that are half the price of StarTeam, but I can't recall their names. Do a web search for "version control" and you'll get a BUNCH of hits.

            1 Reply Last reply
            0
            • L Lost User

              Just looking for a little feedback - is anyone willing to offer some advice and experiences with the various Source Control systems available? Which is better (in your humble opinion!)? Which failed misserably ? And why ? Thanx, Ian Kilmister "Without something, there is no nothing ..."

              J Offline
              J Offline
              Jason Douglas
              wrote on last edited by
              #6

              CS-RCS is a fairly decent file-based version control system for Win9x/NT/2k. It integrates itself with Explorer, so it's not centralized to any one directory branch. It's free for a one-user license, and fairly inexpensive for multiple seats (sort of a peer-to-peer, client/server mix). Visit Component Software's web site for the full details. Later, Jason

              L 1 Reply Last reply
              0
              • L Lost User

                Beware sourcesafe:mad: ! We have a list of five different ways that VSS6 can permanently lose code, mainly to do with the check out\don't get local copy option. IDE & source control integration with VC++ works well, but with VB it is remarkably poor, don't rely on it if you don't need to use it over a wan & are aware of the dangers then it is much easier to use than cvs, though Try CVS first 'cos it's free

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

                I have used Sourcesafe, PVCS, and one not mentioned so far, TLIB. I only acted as the administrator for the TLIB, the others being at large companies that I worked for or was seconded to. PVCS seemed to be difficult to administer, as the previous correspondent stated, although I have no concrete evidence of this. SourceSafe is the only one where serious problems happened, of the order of losing changes / source files. It seems to be as stable as any other Microsoft product, read into that, what you will :) TLIB was originally chosen by us because it was inexpensive, around 500 UK pounds for up to five developers as opposed to 500 UKP per seat for PVCS, but when it arrived it was so much easier to use I was very glad that my boss was 'not tight, but poor', his words not mine :)

                E 1 Reply Last reply
                0
                • J Jason Douglas

                  CS-RCS is a fairly decent file-based version control system for Win9x/NT/2k. It integrates itself with Explorer, so it's not centralized to any one directory branch. It's free for a one-user license, and fairly inexpensive for multiple seats (sort of a peer-to-peer, client/server mix). Visit Component Software's web site for the full details. Later, Jason

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

                  I would second this... This is what I am using now, having moved from a company with an impossibily small budget to one with no budget at all. CS-RCS integrates with Visual Studio in exactly the same way as SourceSafe does, but it uses long-proven RCS technology, rather than whatever Microsoft did.

                  E 1 Reply Last reply
                  0
                  • L Lost User

                    I have used Sourcesafe, PVCS, and one not mentioned so far, TLIB. I only acted as the administrator for the TLIB, the others being at large companies that I worked for or was seconded to. PVCS seemed to be difficult to administer, as the previous correspondent stated, although I have no concrete evidence of this. SourceSafe is the only one where serious problems happened, of the order of losing changes / source files. It seems to be as stable as any other Microsoft product, read into that, what you will :) TLIB was originally chosen by us because it was inexpensive, around 500 UK pounds for up to five developers as opposed to 500 UKP per seat for PVCS, but when it arrived it was so much easier to use I was very glad that my boss was 'not tight, but poor', his words not mine :)

                    E Offline
                    E Offline
                    Erik Funkenbusch
                    wrote on last edited by
                    #9

                    Your comment about VSS losing changes requires some comment. VSS requires some maintenance. You need to run the analyze utility regularly and fix and compress the database. Additionally, you need to have a decent network, as network flakiness can cause corruption (this is true of any file based system, such as PVCS, MKS SI, etc. If a network glitch happens while you are writing the file, it will be corrupted.) I've used VSS with more than 150 developers on literally hundreds of projects. It requires a little work, but not much and certainly much less than most of the competitors. Having said that, I'm not all that fond of VSS for a number of reasons, which are not related to the issues you bring up here. My issues are with the promotion and branching models, and with distributed use. It's almost impossible to run correctly over multiple time-zones for instance.

                    1 Reply Last reply
                    0
                    • L Lost User

                      I would second this... This is what I am using now, having moved from a company with an impossibily small budget to one with no budget at all. CS-RCS integrates with Visual Studio in exactly the same way as SourceSafe does, but it uses long-proven RCS technology, rather than whatever Microsoft did.

                      E Offline
                      E Offline
                      Erik Funkenbusch
                      wrote on last edited by
                      #10

                      "Whatever Microsoft did"? SourceSafe is a more than 10 year old product. MS bought it from a company called OneTree 6 years ago, it's been in use for a very long time in hundreds of thousands of companies. RCS has it's own faults and limitations as well. For instance, it uses a first-delta system where each change is a diff from the previous version, which means that as the number of version increase, so does the work and time necessary to get to the most current version, since it must apply hundreds of diffs to get to the final output. SourceSafe uses a last-diff method, where the most recent version is always saved and previous versions are diffed backwards. While this may seem like it's the same thing, it's not. The most recent, or more recent versions are the more common situation than retrieving the original version.

                      A J L 3 Replies Last reply
                      0
                      • E Erik Funkenbusch

                        "Whatever Microsoft did"? SourceSafe is a more than 10 year old product. MS bought it from a company called OneTree 6 years ago, it's been in use for a very long time in hundreds of thousands of companies. RCS has it's own faults and limitations as well. For instance, it uses a first-delta system where each change is a diff from the previous version, which means that as the number of version increase, so does the work and time necessary to get to the most current version, since it must apply hundreds of diffs to get to the final output. SourceSafe uses a last-diff method, where the most recent version is always saved and previous versions are diffed backwards. While this may seem like it's the same thing, it's not. The most recent, or more recent versions are the more common situation than retrieving the original version.

                        A Offline
                        A Offline
                        Alvaro Mendez
                        wrote on last edited by
                        #11

                        A couple of hours ago I went ahead and downloaded/installed RCS on my NT box here at work. I have a couple of projects already working fine on SourceSafe but I figured I'd give RCS a look. It installed fine and after I rebooted the machine (which it made me do) I fired VC++ back. Well guess what? I started getting errors about my project not being in the Source Control path where it had been mapped to! I guess RCS quietly took over as the Source Control system for VC++. So I couldn't do any work. I had to uninstall RCS and reboot once again. When I fired VC++ again, I discovered that it now had no Source Control system installed on it! So I had to uninstall VSS and install it again. That brought me back to normal again, thank God. I'm not putting down RCS; just commenting on my scary experience with it. By the way Erik, I thought your analysis of Source Control systems was incredible. Thanks for taking the time to give your well needed opinion on so many products. Regards, Alvaro

                        A 1 Reply Last reply
                        0
                        • E Erik Funkenbusch

                          What is "better" depends entirely on your parameters and persepctive. You need to weigh lots of options: Cost, speed, features, user friendliness, newbie friendliness (ie how much will it cost to train people), architecture (client/server vs file based), and many more. Microsoft's Visual SourceSafe is a very easy to use product that requires very little training to be up and running, and only minimal effort to learn the more advanced features. It's drawbacks are that it's file based, which means data corruption can be an issue as well as the fact that it works poorly over WAN's. Starbase's StarTeam is also fairly easy to use, but has many more features and can be quite overwhelming at times. It's client/server, but it's also quite slow. It's also a bit more pricey, and has lots of quirks an annoyances (as most products do). CVS is free, and is client-server, but it's command line based and has very limited support for advanced SC features such as promotion models, workspaces, and change lists. It has several free "GUI front ends", but they all have basic issues to deal with. Perforce is very fast and has lots of nice features. It runs on lots of hardware and OS's, and they offer an "open source" license where if you are creating free open source projects, you get free licensing. It's client-server and i've found it to be quite useful, however it's a bit pricey for commercial use and it's also a command line product with a very poor GUI. AccuRev is a very nice product, again it's command line based and client-server. It's GUI is a little better than the free CVS versions and Perforce, and they have some very interesting features which include developer workspaces and promotion. PVCS... Ugh.. I hate this product and can't really give an unbiased review of it. I hate it.. I hate it.. I hate it... It's file based (non-client/server), very complicated and requires a dedicated administrator. It has promotion and a number of other features, but good luck trying to figure out how to make them work. It's GUI is quit complex and gives you lots of options, but it's still awful. Ugly. Difficult to use. MKS Source Integrity. This product is similar to PVCS, but much easier to use, and not quite so feature laden. I'm not very fond of it either. Basic Unix mindframe here applied to windows. Rational ClearCase: Very expensive, and expensive too. Did I mention expensive? It's also expensive. It has lots of nice features though, and is very good for an enterprise level source control

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

                          Thanks Eric (and everyone else) This is precisely what I was looking for - a bit of 'real world' feedback on some of the products available. It's easy to find products and download demos, but it takes a LONG time to work through them all and get a feel for the relative strengths and weaknesses. And sorry to be so vague in my question - we are looking for a system suitable for 6 - 10 developers using VC++. And we'd like "simple, robust, and cheap" !! Ian Kilmister "Without something, there is no nothing"

                          E 1 Reply Last reply
                          0
                          • A Alvaro Mendez

                            A couple of hours ago I went ahead and downloaded/installed RCS on my NT box here at work. I have a couple of projects already working fine on SourceSafe but I figured I'd give RCS a look. It installed fine and after I rebooted the machine (which it made me do) I fired VC++ back. Well guess what? I started getting errors about my project not being in the Source Control path where it had been mapped to! I guess RCS quietly took over as the Source Control system for VC++. So I couldn't do any work. I had to uninstall RCS and reboot once again. When I fired VC++ again, I discovered that it now had no Source Control system installed on it! So I had to uninstall VSS and install it again. That brought me back to normal again, thank God. I'm not putting down RCS; just commenting on my scary experience with it. By the way Erik, I thought your analysis of Source Control systems was incredible. Thanks for taking the time to give your well needed opinion on so many products. Regards, Alvaro

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

                            This all sounds very familiar. I'm one of a small (6 developers in Blackbushe, Hampshire, and one in PLymouth) team using SourceSafe 6.0 with VC 6.0. We've found that using Source Code Control integration with VC++ is bad news if the code goes away from homebase. In our case, we develop mainly at the Blackbushe site, but conduct trials on boats in Plymouth Sound, so the SCC connection is definitely part-time :cool:. Under these circumstances VC doesn't like loading projects with SCC integration enabled - and I think this will apply to any SCC provider - not just SourceSafe. We've ended up issuing a project wide instruction to disable SCC integration in VC - sure it's convenient, but there's a high price :rolleyes:. Andy Metcalfe - Sonardyne International Ltd
                            (andy.metcalfe@lineone.net)
                            http://www.resorg.co.uk

                            "I used to be a medieval re-enactor, but I'm (nearly) alright now..."

                            1 Reply Last reply
                            0
                            • L Lost User

                              Just looking for a little feedback - is anyone willing to offer some advice and experiences with the various Source Control systems available? Which is better (in your humble opinion!)? Which failed misserably ? And why ? Thanx, Ian Kilmister "Without something, there is no nothing ..."

                              J Offline
                              J Offline
                              Jonathan Gilligan
                              wrote on last edited by
                              #14

                              I have been using CVS extensively for about three years, and am quite enthusiastic about it. Previously I had been using StarTeam, but the way they handle branching was so completely hosed that I needed something else. I like CVS very much, especially the WinCVS GUI front end. There was a bit of a learning curve at the beginning, but I quickly got a feel for the CVS way of doing things and found it much more compatible with my way of thinking about revision management than any other system I was looking at. CVS has some glaring weaknesses, but if one is aware of them, it's not too hard to deal with them. The strengths of CVS:

                              1. Concurrent model of development. This is purely a matter of personal taste (or theological persuasion). CVS people are often extremely offputting because they spend lots of time going door to door telling developers to adopt the concurrent model and be saved. If you can back off a bit from the strength of the CVS rhetoric, there are many good points about the concurrent model and it suits what I do very nicely. It may not suit your needs, in which case CVS is a lousy choice. CVS is pretty much unique in supporting this development model.
                              2. Excellent cross-platform support. Client-server model allows use across platforms. The basic command-line CVS client is widely ported. The WinCVS GUI front-end is ported to Win32, Mac, and Linux. Other GUI front ends exist as well. One of my major projects these days is a cross-platform (Win32/Unix) application, so my source-control system must be able to work with Windows and Unix clients. Other systems offer cross-platform support as well, but many do not.
                              3. Client-server model. Many other systems have this as well. Why would it be essential? If you have developers spread around the country or around the world, this is essential. Even simple things like wanting to work on your code from home via a 56K dialup benefit greatly from c-s.
                              4. Strong and fully-featured command-line client allows powerful scriptability.
                              5. Good support from huge CVS community. The mailing lists for cvs and its derivatives provide better support than I have received from the paid support subscriptions of many commercial products. You have to endure a few flames from time to time, but the community is basically quite helpful. There are more flames on the main cvs mailing list and
                              E S 2 Replies Last reply
                              0
                              • E Erik Funkenbusch

                                "Whatever Microsoft did"? SourceSafe is a more than 10 year old product. MS bought it from a company called OneTree 6 years ago, it's been in use for a very long time in hundreds of thousands of companies. RCS has it's own faults and limitations as well. For instance, it uses a first-delta system where each change is a diff from the previous version, which means that as the number of version increase, so does the work and time necessary to get to the most current version, since it must apply hundreds of diffs to get to the final output. SourceSafe uses a last-diff method, where the most recent version is always saved and previous versions are diffed backwards. While this may seem like it's the same thing, it's not. The most recent, or more recent versions are the more common situation than retrieving the original version.

                                J Offline
                                J Offline
                                Jonathan Gilligan
                                wrote on last edited by
                                #15

                                Erik, I think you are wrong about RCS. RCS uses reverse-delta storage on the main trunk, but is a bit weird about branches, where you have to backtrack to the branchpoint and then apply forward deltas. Thus, checking out the latest version from the main trunk is an O(1) operation, but getting the latest version of a branch can be time-consuming. These days, CVS has largely superceded RCS, but both share the same file format. He was allying himself to science, for what was science but the absence of prejudice backed by the presence of money? --- Henry James, The Golden Bowl

                                1 Reply Last reply
                                0
                                • E Erik Funkenbusch

                                  "Whatever Microsoft did"? SourceSafe is a more than 10 year old product. MS bought it from a company called OneTree 6 years ago, it's been in use for a very long time in hundreds of thousands of companies. RCS has it's own faults and limitations as well. For instance, it uses a first-delta system where each change is a diff from the previous version, which means that as the number of version increase, so does the work and time necessary to get to the most current version, since it must apply hundreds of diffs to get to the final output. SourceSafe uses a last-diff method, where the most recent version is always saved and previous versions are diffed backwards. While this may seem like it's the same thing, it's not. The most recent, or more recent versions are the more common situation than retrieving the original version.

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

                                  I retract my remark about Microsoft, I'd forgotten that this was an acquired product rather than a Microsoft one. I believe that TLIB also uses the last-diff method, because as you say retrieving the most recent version(s) is much more common.

                                  1 Reply Last reply
                                  0
                                  • L Lost User

                                    Thanks Eric (and everyone else) This is precisely what I was looking for - a bit of 'real world' feedback on some of the products available. It's easy to find products and download demos, but it takes a LONG time to work through them all and get a feel for the relative strengths and weaknesses. And sorry to be so vague in my question - we are looking for a system suitable for 6 - 10 developers using VC++. And we'd like "simple, robust, and cheap" !! Ian Kilmister "Without something, there is no nothing"

                                    E Offline
                                    E Offline
                                    Erik Funkenbusch
                                    wrote on last edited by
                                    #17

                                    Well, there's simple, and simplistic. What are your needs in source control? Do you just need a single project version tree? Do you need branch merging? Do you need Developer Studio Integration? How cheap is cheap? The cheapest is RCS/CVS, though these are a bit more complex becaues they're command line based.

                                    1 Reply Last reply
                                    0
                                    • J Jonathan Gilligan

                                      I have been using CVS extensively for about three years, and am quite enthusiastic about it. Previously I had been using StarTeam, but the way they handle branching was so completely hosed that I needed something else. I like CVS very much, especially the WinCVS GUI front end. There was a bit of a learning curve at the beginning, but I quickly got a feel for the CVS way of doing things and found it much more compatible with my way of thinking about revision management than any other system I was looking at. CVS has some glaring weaknesses, but if one is aware of them, it's not too hard to deal with them. The strengths of CVS:

                                      1. Concurrent model of development. This is purely a matter of personal taste (or theological persuasion). CVS people are often extremely offputting because they spend lots of time going door to door telling developers to adopt the concurrent model and be saved. If you can back off a bit from the strength of the CVS rhetoric, there are many good points about the concurrent model and it suits what I do very nicely. It may not suit your needs, in which case CVS is a lousy choice. CVS is pretty much unique in supporting this development model.
                                      2. Excellent cross-platform support. Client-server model allows use across platforms. The basic command-line CVS client is widely ported. The WinCVS GUI front-end is ported to Win32, Mac, and Linux. Other GUI front ends exist as well. One of my major projects these days is a cross-platform (Win32/Unix) application, so my source-control system must be able to work with Windows and Unix clients. Other systems offer cross-platform support as well, but many do not.
                                      3. Client-server model. Many other systems have this as well. Why would it be essential? If you have developers spread around the country or around the world, this is essential. Even simple things like wanting to work on your code from home via a 56K dialup benefit greatly from c-s.
                                      4. Strong and fully-featured command-line client allows powerful scriptability.
                                      5. Good support from huge CVS community. The mailing lists for cvs and its derivatives provide better support than I have received from the paid support subscriptions of many commercial products. You have to endure a few flames from time to time, but the community is basically quite helpful. There are more flames on the main cvs mailing list and
                                      E Offline
                                      E Offline
                                      Erik Funkenbusch
                                      wrote on last edited by
                                      #18

                                      Nice comments, however I'd like to point out that CVS is not unique in the concurrent model. There are several others, such as AccuRev which support this.

                                      J 1 Reply Last reply
                                      0
                                      • J Jonathan Gilligan

                                        I have been using CVS extensively for about three years, and am quite enthusiastic about it. Previously I had been using StarTeam, but the way they handle branching was so completely hosed that I needed something else. I like CVS very much, especially the WinCVS GUI front end. There was a bit of a learning curve at the beginning, but I quickly got a feel for the CVS way of doing things and found it much more compatible with my way of thinking about revision management than any other system I was looking at. CVS has some glaring weaknesses, but if one is aware of them, it's not too hard to deal with them. The strengths of CVS:

                                        1. Concurrent model of development. This is purely a matter of personal taste (or theological persuasion). CVS people are often extremely offputting because they spend lots of time going door to door telling developers to adopt the concurrent model and be saved. If you can back off a bit from the strength of the CVS rhetoric, there are many good points about the concurrent model and it suits what I do very nicely. It may not suit your needs, in which case CVS is a lousy choice. CVS is pretty much unique in supporting this development model.
                                        2. Excellent cross-platform support. Client-server model allows use across platforms. The basic command-line CVS client is widely ported. The WinCVS GUI front-end is ported to Win32, Mac, and Linux. Other GUI front ends exist as well. One of my major projects these days is a cross-platform (Win32/Unix) application, so my source-control system must be able to work with Windows and Unix clients. Other systems offer cross-platform support as well, but many do not.
                                        3. Client-server model. Many other systems have this as well. Why would it be essential? If you have developers spread around the country or around the world, this is essential. Even simple things like wanting to work on your code from home via a 56K dialup benefit greatly from c-s.
                                        4. Strong and fully-featured command-line client allows powerful scriptability.
                                        5. Good support from huge CVS community. The mailing lists for cvs and its derivatives provide better support than I have received from the paid support subscriptions of many commercial products. You have to endure a few flames from time to time, but the community is basically quite helpful. There are more flames on the main cvs mailing list and
                                        S Offline
                                        S Offline
                                        Slavo Furman
                                        wrote on last edited by
                                        #19

                                        Jonathan (or anyone else who care), what about running CVS server on winNT4/win2000 machine? I look at few CVS pages, and there are all around recomendations for use CVS server on UNIX box. (Something like: 'Windows version is OK for most situations, however if you really need 100% stability it is recommended you use the Unix version if possible.' ) We (relatively small team, but geographicaly spread around the country working on Intranet projects, WAN connection) thinking about move away from VSS. But we have all-Windows environment. Have you any experience with use CVS (server & client) in windows only environment? Is CVS server windows implementation solid? Thank you. SlavoF "I hear and I forget. I see and I remember. I do and I understand." --Confucius

                                        J 1 Reply Last reply
                                        0
                                        • E Erik Funkenbusch

                                          Nice comments, however I'd like to point out that CVS is not unique in the concurrent model. There are several others, such as AccuRev which support this.

                                          J Offline
                                          J Offline
                                          Jonathan Gilligan
                                          wrote on last edited by
                                          #20

                                          Thanks for the correction. I had not known about AccuRev or other systems supporting concurrent development. Everything else I had looked at used an exclusive-lock model.

                                          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