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 (VS2005 integrated, comunity approved)

Source control (VS2005 integrated, comunity approved)

Scheduled Pinned Locked Moved The Lounge
htmlcomtoolsquestion
29 Posts 23 Posters 1 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.
  • S Shog9 0

    peterchen wrote:

    Does SVN run with SQL express?

    It doesn't use SQL Server (Express or otherwise) as a back-end, if that's what you're asking. I suppose you could potentially add SQL Express databases to source control (SVN works reasonably well on binary files), but i've never tried this.

    every night, i kneel at the foot of my bed and thank the Great Overseeing Politicians for protecting my freedoms by reducing their number, as if they were deer in a state park. -- Chris Losinger, Online Poker Players?

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

    OOps - I mixed that up with the SourceGear setup.. :-O


    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
    Linkify! || Fold With Us! || sighist

    1 Reply Last reply
    0
    • P peterchen

      What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


      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
      Linkify! || Fold With Us! || sighist

      P Offline
      P Offline
      Paul Watson
      wrote on last edited by
      #9

      Subversion is good. On Windows I used TortoiseSVN which is integrated into Windows Explorer and works well. On Mac I use the command line, works even better. I don't think SCM IDE integration is all that useful. It is nice but I'd rather choose a good SCM and then whatever tools work for it rather than choose an SCM based on its IDE prowess. The IDE integration apps I used with Subversion were not very good.

      regards, Paul Watson Ireland FeedHenry needs you

      Shog9 wrote:

      eh, stop bugging me about it, give it a couple of days, see what happens.

      N 1 Reply Last reply
      0
      • P Paul Watson

        Subversion is good. On Windows I used TortoiseSVN which is integrated into Windows Explorer and works well. On Mac I use the command line, works even better. I don't think SCM IDE integration is all that useful. It is nice but I'd rather choose a good SCM and then whatever tools work for it rather than choose an SCM based on its IDE prowess. The IDE integration apps I used with Subversion were not very good.

        regards, Paul Watson Ireland FeedHenry needs you

        Shog9 wrote:

        eh, stop bugging me about it, give it a couple of days, see what happens.

        N Offline
        N Offline
        Nemanja Trifunovic
        wrote on last edited by
        #10

        Paul Watson wrote:

        I don't think SCM IDE integration is all that useful.

        Agree. When I was using VSS, the first thing to do was to disable its integration with Visual Studio (not a trivial thing to do)


        Programming Blog utf8-cpp

        1 Reply Last reply
        0
        • P peterchen

          What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


          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
          Linkify! || Fold With Us! || sighist

          D Offline
          D Offline
          Diego Moita
          wrote on last edited by
          #11

          Perforce integrates very well with VS, has a very good UI and is free for one single developer. The only problem is that it might be too much for one single developer. It is very powerfull in things like branching and merging projects that are completely irrelevant to small projects.

          ...there is absolutely no significant idea that stupidity would not know how to apply; stupidity is active in every direction, and can dress up in all the clothes of truth. Truth, on the other hand, has for every occasion only one dress and one path, and is always at a disadvantage...
          Robert Musil, The Man Without Qualities

          1 Reply Last reply
          0
          • M Member 96

            I use a system of 20 rotating zip files made from a batch file that I can click on any time I feel like I've done something significant.

            R Offline
            R Offline
            Rocky Moore
            wrote on last edited by
            #12

            Now that really sounds scary :)

            Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Getting up and running on Microsoft Windows Vista

            A M 2 Replies Last reply
            0
            • R Rocky Moore

              Now that really sounds scary :)

              Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Getting up and running on Microsoft Windows Vista

              A Offline
              A Offline
              Anton Afanasyev
              wrote on last edited by
              #13

              Hey now, I used that too at some point...of course, that was during like the first year of my programming experiences:laugh:


              :badger:

              1 Reply Last reply
              0
              • P peterchen

                What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                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
                Linkify! || Fold With Us! || sighist

                H Offline
                H Offline
                Harrydath18
                wrote on last edited by
                #14

                I've had some very bad experiences with VSS integration and VS2003/2005 (it integrated so well, that detaching it from VSS desintegrated my projects several times; I needed detaching for automated builds), so from experience I wouldn't recommend it. Because my company uses VSS, I've managed to change the policy to use VSS as a stand-alone app, not integrated from VS2005 (and ever since things work rather well). Go for SubVersion. If you use Borland Developer Studio, you can use VSS from within BDS with VssConnexxion, that on the other hand works rather well and doesn't mess up your project. Microsoft should have a look at it and rework its integration with VSS. If you are using Delphi, you can also use VssConnexxion to integrate with VSS.

                J 1 Reply Last reply
                0
                • S Shog9 0

                  peterchen wrote:

                  Does SVN run with SQL express?

                  It doesn't use SQL Server (Express or otherwise) as a back-end, if that's what you're asking. I suppose you could potentially add SQL Express databases to source control (SVN works reasonably well on binary files), but i've never tried this.

                  every night, i kneel at the foot of my bed and thank the Great Overseeing Politicians for protecting my freedoms by reducing their number, as if they were deer in a state park. -- Chris Losinger, Online Poker Players?

                  M Offline
                  M Offline
                  Mohamed Meligy
                  wrote on last edited by
                  #15

                  SVN itself has een way sooo great. Just stay away from any VS integrated client and you'll be totally fine! The windows explorer based client is pretty cool though. Mohamed Ahmed Meligy Application Developer Silver Key (www.SilverKey.US) - Egypt Branch http://geekswithblogs.net/mohamed/

                  1 Reply Last reply
                  0
                  • P peterchen

                    What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                    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
                    Linkify! || Fold With Us! || sighist

                    G Offline
                    G Offline
                    Guy Harwood
                    wrote on last edited by
                    #16

                    i 3rd the Sourcegear Vault suggestion. migration from vss and installation a breeze. happy customer :-D

                    ---Guy H (;-)---

                    1 Reply Last reply
                    0
                    • P peterchen

                      What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                      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
                      Linkify! || Fold With Us! || sighist

                      M Offline
                      M Offline
                      Marc Soleda
                      wrote on last edited by
                      #17

                      Even I'm a big fan of subverion, I have to admit that I haven't tested Source Safe for VS2005. Marc Soleda.

                      ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

                      G 1 Reply Last reply
                      0
                      • M Marc Soleda

                        Even I'm a big fan of subverion, I have to admit that I haven't tested Source Safe for VS2005. Marc Soleda.

                        ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

                        G Offline
                        G Offline
                        gscheek
                        wrote on last edited by
                        #18

                        Has anyone tried QSC Team Coherence, I have been using it for a few years and it seems to work pretty good. I haven't used it much with Visual Studio though. Greg

                        GSC

                        1 Reply Last reply
                        0
                        • P peterchen

                          What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                          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
                          Linkify! || Fold With Us! || sighist

                          D Offline
                          D Offline
                          dpatriarche
                          wrote on last edited by
                          #19

                          I really like Perforce -- it is hands down the best config management software I have used. Client and server both run on pretty much any platform you can name (Windows, UNIX/Linux, Mac, etc.), and the Visual Studio integration is excellent. For a small development team (1 to 2 devs) Perforce is free, and they also offer free licenses to open source projects. Cheers, Doug

                          1 Reply Last reply
                          0
                          • R Rocky Moore

                            Now that really sounds scary :)

                            Rocky <>< Latest Code Blog Post: ASP.NET HttpException - Cannot use leading "..".. Latest Tech Blog Post: Getting up and running on Microsoft Windows Vista

                            M Offline
                            M Offline
                            Member 96
                            wrote on last edited by
                            #20

                            hmm...don't know how that's scary in any way. Having nothing is a scary idea.;) Actually, it's been working as a system perfectly now since at least 1996 so it's got a proven track record. Of course I also burn cd's on a regular basis and store them offsite and all this is on top of our regular daily tape backups which are also stored offsite.

                            R 1 Reply Last reply
                            0
                            • J Jon Sagara

                              I 2nd the Vault suggestion. Works great.

                              Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles

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

                              has anyone tried out Visual studio 2005 team foundation server (TFS)??

                              J 1 Reply Last reply
                              0
                              • L Lost User

                                has anyone tried out Visual studio 2005 team foundation server (TFS)??

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

                                Impractical for a single developer like me.

                                Jon Sagara When I grow up, I'm changing my name to Joe Kickass! My Site | My Blog | My Articles

                                1 Reply Last reply
                                0
                                • H Harrydath18

                                  I've had some very bad experiences with VSS integration and VS2003/2005 (it integrated so well, that detaching it from VSS desintegrated my projects several times; I needed detaching for automated builds), so from experience I wouldn't recommend it. Because my company uses VSS, I've managed to change the policy to use VSS as a stand-alone app, not integrated from VS2005 (and ever since things work rather well). Go for SubVersion. If you use Borland Developer Studio, you can use VSS from within BDS with VssConnexxion, that on the other hand works rather well and doesn't mess up your project. Microsoft should have a look at it and rework its integration with VSS. If you are using Delphi, you can also use VssConnexxion to integrate with VSS.

                                  J Offline
                                  J Offline
                                  Jasmine2501
                                  wrote on last edited by
                                  #23

                                  so you're saying Visual Source Safe is groovy as long as you don't use the Visual Studio Integration features?

                                  "Quality Software since 1983!" http://www.smoothjazzy.com/

                                  1 Reply Last reply
                                  0
                                  • P peterchen

                                    What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                                    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
                                    Linkify! || Fold With Us! || sighist

                                    D Offline
                                    D Offline
                                    david garlisch
                                    wrote on last edited by
                                    #24

                                    I have had a lot of success with the Perforce system. And it is free for personal/small group usage. From the Perforce website: Licensing You may use software downloaded from Perforce for any purpose you want and for as long as you like. The Perforce Server supports only two users and five client workspaces unless used with a Perforce License. We will be happy to issue you a free Evaluation License to remove the user/workspace restrictions for a limited time. The best part, is being able to access the server from any machine on the network or internet. You can use port forwarding and ssh tunneling to access the server through a firewall.

                                    www.csi-concepts.com

                                    1 Reply Last reply
                                    0
                                    • P peterchen

                                      What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                                      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
                                      Linkify! || Fold With Us! || sighist

                                      N Offline
                                      N Offline
                                      nrb34
                                      wrote on last edited by
                                      #25

                                      Use Subversion with TortoiseSVN. It integrates into Explorer and you don't need the VS integration. It's a wonderful package - it just does everything you need. Perhaps a little heavyweight for personal use.

                                      1 Reply Last reply
                                      0
                                      • P peterchen

                                        What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                                        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
                                        Linkify! || Fold With Us! || sighist

                                        M Offline
                                        M Offline
                                        Mardanian
                                        wrote on last edited by
                                        #26

                                        Perforce (www.perforce.com) is free for up to 2 users, and is the best source control app I've used professionally. It may be a bit more complicated for the average user than some apps, but it's fast and stable (and has a great track record with professional developers).

                                        1 Reply Last reply
                                        0
                                        • P peterchen

                                          What source control would you recommend for personal use? VS2005 integration is a must, because I'm a spoiled child. Free is preferred, as this is currently only for my rare dabblings in articleable code. (moved from.. errr.. wrong forum)


                                          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
                                          Linkify! || Fold With Us! || sighist

                                          S Offline
                                          S Offline
                                          shane day
                                          wrote on last edited by
                                          #27

                                          We recently switched from SourceGear Vault, which is an excellent replacement for Visual SourceSafe (this program is a no-no!) and integrates well within VS2005. Our development team is distributed around Australia, and we were using SSL to access the Vault. However, source control integration in Visual Studio we found gets in the way - we find the paradigm in Subversion much more palatable. Also as it is Open Source if we add a new developer we don't need to worry about license costs. Tortoise works extremely well and its diff/merge tools are the best I've seen. We've been much more productive with Subversion. There are a few Visual Studio integration tools for it, but I've actually appreciated not having source control in Visual Studio.

                                          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