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 Recommendation

Source Control Recommendation

Scheduled Pinned Locked Moved The Lounge
question
20 Posts 12 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.
  • A Aaron Schaefer

    Hi All, I am wondering if anyone has a recommendation for a good source control system? Maybe something open source? Thanks, Aaron

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

    this has been asked so many times... - Visual Source Safe (not free) - TortoiseCVS (free) - TortoiseSVN (free - seems to be the better for many people) ...


    TOXCCT >>> GEII power
    [toxcct][VisualCalc 2.20][VCalc 3.0 soon...]

    A 1 Reply Last reply
    0
    • T toxcct

      this has been asked so many times... - Visual Source Safe (not free) - TortoiseCVS (free) - TortoiseSVN (free - seems to be the better for many people) ...


      TOXCCT >>> GEII power
      [toxcct][VisualCalc 2.20][VCalc 3.0 soon...]

      A Offline
      A Offline
      Aaron Schaefer
      wrote on last edited by
      #3

      I'll give TortoiseSVN a shot. Thanks, Aaron

      L C 2 Replies Last reply
      0
      • A Aaron Schaefer

        I'll give TortoiseSVN a shot. Thanks, Aaron

        L Offline
        L Offline
        Luis Alonso Ramos
        wrote on last edited by
        #4

        Yes, do it. A few weeks ago I asked on SourceGear Vault (which is also good but not free) vs. SourceSafe. And after giving TortoiseSVN a try, I haven't looked back! :cool: -- LuisR


        Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

        The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

        C A 2 Replies Last reply
        0
        • A Aaron Schaefer

          Hi All, I am wondering if anyone has a recommendation for a good source control system? Maybe something open source? Thanks, Aaron

          J Offline
          J Offline
          Jon Sagara
          wrote on last edited by
          #5

          Also check out SourceGear Vault. It's a replacement for SourceSafe, and, IIRC, it's free for one user. Jon Sagara Look at him. He runs like a Welshman. Doesn't he run like a Welshman? Doesn't he? I think he runs like a Welshman. Sagara.org | Blog | My Articles

          L 1 Reply Last reply
          0
          • A Aaron Schaefer

            I'll give TortoiseSVN a shot. Thanks, Aaron

            C Offline
            C Offline
            code frog 0
            wrote on last edited by
            #6

            Luis Alonso Ramos and I both went down this road at the same time. Here is a link to our experiences and it might be helpful to you as well. http://www.codeproject.com/lounge.asp?msg=1327634&Page=2&userid=4958&mode=all#xx1327634xx[^] I really enjoy the product for sure. - Rex

            I only read CP for the articles. Code-frog System Architects, Inc.

            -- modified at 14:34 Tuesday 14th February, 2006

            A 1 Reply Last reply
            0
            • L Luis Alonso Ramos

              Yes, do it. A few weeks ago I asked on SourceGear Vault (which is also good but not free) vs. SourceSafe. And after giving TortoiseSVN a try, I haven't looked back! :cool: -- LuisR


              Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

              The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

              C Offline
              C Offline
              code frog 0
              wrote on last edited by
              #7

              I linked him to our thread. I think it's a good resource. :cool:

              I only read CP for the articles. Code-frog System Architects, Inc.

              1 Reply Last reply
              0
              • L Luis Alonso Ramos

                Yes, do it. A few weeks ago I asked on SourceGear Vault (which is also good but not free) vs. SourceSafe. And after giving TortoiseSVN a try, I haven't looked back! :cool: -- LuisR


                Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

                The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

                A Offline
                A Offline
                Albert Pascual
                wrote on last edited by
                #8

                Is integrated with VS2005? Does it have HTTP source control? Cheers Al

                L D 2 Replies Last reply
                0
                • C code frog 0

                  Luis Alonso Ramos and I both went down this road at the same time. Here is a link to our experiences and it might be helpful to you as well. http://www.codeproject.com/lounge.asp?msg=1327634&Page=2&userid=4958&mode=all#xx1327634xx[^] I really enjoy the product for sure. - Rex

                  I only read CP for the articles. Code-frog System Architects, Inc.

                  -- modified at 14:34 Tuesday 14th February, 2006

                  A Offline
                  A Offline
                  Aaron Schaefer
                  wrote on last edited by
                  #9

                  Hey, this is exactly the kin of info I was looking for. Thanks for the excellent response. Aaron

                  1 Reply Last reply
                  0
                  • A Albert Pascual

                    Is integrated with VS2005? Does it have HTTP source control? Cheers Al

                    L Offline
                    L Offline
                    Luis Alonso Ramos
                    wrote on last edited by
                    #10

                    Albert Pascual wrote:

                    Is integrated with VS2005?

                    No. TortoiseSVN is just a Subversion (the real thing) client that integrates into the shell (Windows Explorer). All commands (Commit, Checkout and so on) are in the popup menu for the files/folders. Really, it's cool!

                    Albert Pascual wrote:

                    Does it have HTTP source control?

                    No by itself, but you set an Apache server and use it as your Subversion server. The thread linked to by code-frog's comment below contains a lot of info on it. However, I must admit that I couldn't get it to work, and I settled for it's built in server. -- LuisR


                    Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

                    The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

                    D 1 Reply Last reply
                    0
                    • J Jon Sagara

                      Also check out SourceGear Vault. It's a replacement for SourceSafe, and, IIRC, it's free for one user. Jon Sagara Look at him. He runs like a Welshman. Doesn't he run like a Welshman? Doesn't he? I think he runs like a Welshman. Sagara.org | Blog | My Articles

                      L Offline
                      L Offline
                      Luis Alonso Ramos
                      wrote on last edited by
                      #11

                      I've used it and it's nice, but now I like TortoiseSVN better. And that without considering that it's free :) -- LuisR


                      Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

                      The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

                      1 Reply Last reply
                      0
                      • A Aaron Schaefer

                        Hi All, I am wondering if anyone has a recommendation for a good source control system? Maybe something open source? Thanks, Aaron

                        A Offline
                        A Offline
                        Andre xxxxxxx
                        wrote on last edited by
                        #12

                        Might be overkill, but Perforce is free with a 2-user license.

                        1 Reply Last reply
                        0
                        • A Aaron Schaefer

                          Hi All, I am wondering if anyone has a recommendation for a good source control system? Maybe something open source? Thanks, Aaron

                          C Offline
                          C Offline
                          Chris Maunder
                          wrote on last edited by
                          #13

                          FWIW I've switched to Visual SourceSafe 2005 and I don't hate it. cheers, Chris Maunder

                          CodeProject.com : C++ MVP

                          J S 2 Replies Last reply
                          0
                          • A Albert Pascual

                            Is integrated with VS2005? Does it have HTTP source control? Cheers Al

                            D Offline
                            D Offline
                            David Stone
                            wrote on last edited by
                            #14

                            No. However, there is a plugin for VS2k5 called AnkhSVN[^] that will provide Subversion integration with Visual Studio.

                            If dreams are like movies Then memories are films about ghosts You can never escape You can only move south down the coast

                            Hey Mrs. Potter, don't cry...

                            1 Reply Last reply
                            0
                            • L Luis Alonso Ramos

                              Albert Pascual wrote:

                              Is integrated with VS2005?

                              No. TortoiseSVN is just a Subversion (the real thing) client that integrates into the shell (Windows Explorer). All commands (Commit, Checkout and so on) are in the popup menu for the files/folders. Really, it's cool!

                              Albert Pascual wrote:

                              Does it have HTTP source control?

                              No by itself, but you set an Apache server and use it as your Subversion server. The thread linked to by code-frog's comment below contains a lot of info on it. However, I must admit that I couldn't get it to work, and I settled for it's built in server. -- LuisR


                              Luis Alonso Ramos Intelectix - Chihuahua, Mexico Not much here: My CP Blog!

                              The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005

                              D Offline
                              D Offline
                              David Stone
                              wrote on last edited by
                              #15

                              Luis Alonso Ramos wrote:

                              No. TortoiseSVN is just a Subversion (the real thing) client that integrates into the shell (Windows Explorer). All commands (Commit, Checkout and so on) are in the popup menu for the files/folders. Really, it's cool!

                              True. However, as I told Albert, you can also use AnkhSVN[^], which is a plugin for VS.NET. :)

                              If dreams are like movies Then memories are films about ghosts You can never escape You can only move south down the coast

                              Hey Mrs. Potter, don't cry...

                              1 Reply Last reply
                              0
                              • C Chris Maunder

                                FWIW I've switched to Visual SourceSafe 2005 and I don't hate it. cheers, Chris Maunder

                                CodeProject.com : C++ MVP

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

                                Chris Maunder wrote:

                                and I don't hate it.

                                yet. :)

                                1 Reply Last reply
                                0
                                • C Chris Maunder

                                  FWIW I've switched to Visual SourceSafe 2005 and I don't hate it. cheers, Chris Maunder

                                  CodeProject.com : C++ MVP

                                  S Offline
                                  S Offline
                                  Stuart Dootson
                                  wrote on last edited by
                                  #17

                                  Just don't put your Sourcesafe area on a networked drive - I've done it twice, only to be hit by massive corruption...of course, it could just be our file servers - given our IT providers track record, that's more likely :-)

                                  C 1 Reply Last reply
                                  0
                                  • A Aaron Schaefer

                                    Hi All, I am wondering if anyone has a recommendation for a good source control system? Maybe something open source? Thanks, Aaron

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

                                    CVS is fine for single users or small teams. The tigress is here :-D

                                    1 Reply Last reply
                                    0
                                    • S Stuart Dootson

                                      Just don't put your Sourcesafe area on a networked drive - I've done it twice, only to be hit by massive corruption...of course, it could just be our file servers - given our IT providers track record, that's more likely :-)

                                      C Offline
                                      C Offline
                                      Chris Maunder
                                      wrote on last edited by
                                      #19

                                      What's the alternative? Local drive or remote machine accessing the database via HTTP? cheers, Chris Maunder

                                      CodeProject.com : C++ MVP

                                      S 1 Reply Last reply
                                      0
                                      • C Chris Maunder

                                        What's the alternative? Local drive or remote machine accessing the database via HTTP? cheers, Chris Maunder

                                        CodeProject.com : C++ MVP

                                        S Offline
                                        S Offline
                                        Stuart Dootson
                                        wrote on last edited by
                                        #20

                                        I always use local drive - fortunately I'm in a position where I don't need to share access to VSS. I've not tried the HTTP access thingie, but I suspect that if you hold the VSS store on a local drive & use HTTP access, the HTTP bit of VSS should be able to serialize store access, hopefully keeping it intact. Oh - regular backups as well, goes without saying, really. Apart from that, I do like VSS 2005 - although this bug[^] had me confused for a while when I first used it on my PC at work...

                                        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