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. Who uses IDE-integrated source control?

Who uses IDE-integrated source control?

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpjavascripthtmlcom
32 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.
  • S Offline
    S Offline
    Shog9 0
    wrote on last edited by
    #1

    Quick poll, vote:

    1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

    I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

    ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

    J C A B R 16 Replies Last reply
    0
    • S Shog9 0

      Quick poll, vote:

      1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

      I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

      ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #2

      Shog9 wrote:

      what are your reasons for doing so?

      I've always been used to VSS and integration with the IDE. I'm not a fan of VSS, but I just like the simplicity of being able to deal with it right in the IDE. Jeremy Falcon

      1 Reply Last reply
      0
      • S Shog9 0

        Quick poll, vote:

        1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

        I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

        ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

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

        I use the shell extension that came with tortoise svn. It's pretty cool.

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

        1 Reply Last reply
        0
        • S Shog9 0

          Quick poll, vote:

          1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

          I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

          ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

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

          VSS 2005 and VS2005 are great together, I can connect to different VSS2005 using HTTP, so many people can work in one project remotly. It's great! Al

          S 1 Reply Last reply
          0
          • A Albert Pascual

            VSS 2005 and VS2005 are great together, I can connect to different VSS2005 using HTTP, so many people can work in one project remotly. It's great! Al

            S Offline
            S Offline
            Shog9 0
            wrote on last edited by
            #5

            Albert Pascual wrote:

            VSS 2005 and VS2005 are great together, I can connect to different VSS2005 using HTTP, so many people can work in one project remotly.

            What i'm asking is, why? What do you gain that way vs. using the stand-alone client?

            ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

            A 1 Reply Last reply
            0
            • S Shog9 0

              Albert Pascual wrote:

              VSS 2005 and VS2005 are great together, I can connect to different VSS2005 using HTTP, so many people can work in one project remotly.

              What i'm asking is, why? What do you gain that way vs. using the stand-alone client?

              ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

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

              Lazyness I guess. Start typing code, will checkout the file, you can always see the status of the file in the project window without changing programs. When closing the project, will auto check all files into VSS for safe keeping. Al

              S G D 3 Replies Last reply
              0
              • S Shog9 0

                Quick poll, vote:

                1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

                I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

                ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                B Offline
                B Offline
                Bassam Abdul Baki
                wrote on last edited by
                #7

                You should have switched the 1 and 5 so as not to be grayed out. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                J S 2 Replies Last reply
                0
                • B Bassam Abdul Baki

                  You should have switched the 1 and 5 so as not to be grayed out. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                  J Offline
                  J Offline
                  Jeremy Falcon
                  wrote on last edited by
                  #8

                  My thoughts exactly. Jeremy Falcon

                  1 Reply Last reply
                  0
                  • S Shog9 0

                    Quick poll, vote:

                    1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

                    I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

                    ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

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

                    Nor used integrated scc for a while, as Visual Studio doesn't get on with .svn directories when using web projects. Ankh (http://ankhsvn.tigris.org/servlets/ProjectDocumentList?folderID=4013&expandFolder=4013&folderID=2955[^]) can now handle them apparently, so might go back to it. Might be handy, as I almost never remember to do svn renames / moves. Ryan

                    O fools, awake! The rites you sacred hold Are but a cheat contrived by men of old, Who lusted after wealth and gained their lust And died in baseness—and their law is dust. al-Ma'arri (973-1057)

                    1 Reply Last reply
                    0
                    • B Bassam Abdul Baki

                      You should have switched the 1 and 5 so as not to be grayed out. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                      S Offline
                      S Offline
                      Shog9 0
                      wrote on last edited by
                      #10

                      Naw... this way, people will see a gray post in The Lounge, and think "wow, he must have posted something interesting". By the time they figure it out, they'll already have read it... ;)

                      ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                      B P 2 Replies Last reply
                      0
                      • A Albert Pascual

                        Lazyness I guess. Start typing code, will checkout the file, you can always see the status of the file in the project window without changing programs. When closing the project, will auto check all files into VSS for safe keeping. Al

                        S Offline
                        S Offline
                        Shog9 0
                        wrote on last edited by
                        #11

                        Thanks. :)

                        ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                        1 Reply Last reply
                        0
                        • S Shog9 0

                          Quick poll, vote:

                          1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

                          I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

                          ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                          S Offline
                          S Offline
                          Scott Lee
                          wrote on last edited by
                          #12

                          I use AnkhSVN to add SVN integration to VS2005 and it has worked very well for me. I never took the time to learn the full set of SVN commands so using Tortise and AnkhSVN have worked out great for me.

                          E 1 Reply Last reply
                          0
                          • S Shog9 0

                            Quick poll, vote:

                            1 if you do 5 if you don't 3 if you don't use any source control, but like to click things

                            I haven't, ever since installing SoS a few years back, and realizing how much time i'd been wasting in Visual Studio trying to manage source control (or just waiting for VS to connect and update its little status icons...). I'm much, much more productive leaving all source files writeable, and waiting until check-in time to merge. But for those of you that do use it, what are your reasons for doing so?

                            ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                            J Offline
                            J Offline
                            JimmyRopes
                            wrote on last edited by
                            #13

                            Project policy that all code be in source control. I'm on-line therefore I am. JimmyRopes

                            1 Reply Last reply
                            0
                            • S Shog9 0

                              Naw... this way, people will see a gray post in The Lounge, and think "wow, he must have posted something interesting". By the time they figure it out, they'll already have read it... ;)

                              ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                              B Offline
                              B Offline
                              Bassam Abdul Baki
                              wrote on last edited by
                              #14

                              Foresight or comeback? The world will never know. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                              S 1 Reply Last reply
                              0
                              • B Bassam Abdul Baki

                                Foresight or comeback? The world will never know. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                                S Offline
                                S Offline
                                Shog9 0
                                wrote on last edited by
                                #15

                                ;)

                                ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                                1 Reply Last reply
                                0
                                • A Albert Pascual

                                  Lazyness I guess. Start typing code, will checkout the file, you can always see the status of the file in the project window without changing programs. When closing the project, will auto check all files into VSS for safe keeping. Al

                                  G Offline
                                  G Offline
                                  Graham Bradshaw
                                  wrote on last edited by
                                  #16

                                  Albert Pascual wrote:

                                  When closing the project, will auto check all files into VSS for safe keeping.

                                  Doesn't that make the history of each file almost useless? Don't you get a new version every time you edit the file in a development session?

                                  A 1 Reply Last reply
                                  0
                                  • G Graham Bradshaw

                                    Albert Pascual wrote:

                                    When closing the project, will auto check all files into VSS for safe keeping.

                                    Doesn't that make the history of each file almost useless? Don't you get a new version every time you edit the file in a development session?

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

                                    You don't need to use that feature, The editor asks you if you want to check the files in. You can say no or cancel and then check in with comments ( also the admin can force comments). I normally add a label before a build and I check out history by label. Cheers Al

                                    1 Reply Last reply
                                    0
                                    • S Shog9 0

                                      Naw... this way, people will see a gray post in The Lounge, and think "wow, he must have posted something interesting". By the time they figure it out, they'll already have read it... ;)

                                      ---- Scripts i've known... CPhog 0.9.9 - make CP better. Forum Bookmark 0.2.5 - bookmark forum posts on Pensieve Print forum 0.1.1 - printer-friendly forums

                                      P Offline
                                      P Offline
                                      PJ Arends
                                      wrote on last edited by
                                      #18

                                      Shog9 wrote:

                                      people will see a gray post in The Lounge, and think "wow, he must have posted something interesting"

                                      So true! I always check out the grey coloured posts just to see what someone said that upsets someone else.:->


                                      "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04 "There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05 Within you lies the power for good - Use it!

                                      G 1 Reply Last reply
                                      0
                                      • P PJ Arends

                                        Shog9 wrote:

                                        people will see a gray post in The Lounge, and think "wow, he must have posted something interesting"

                                        So true! I always check out the grey coloured posts just to see what someone said that upsets someone else.:->


                                        "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04 "There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05 Within you lies the power for good - Use it!

                                        G Offline
                                        G Offline
                                        Gary R Wheeler
                                        wrote on last edited by
                                        #19

                                        We all like to watch train wrecks... :sigh: :-O


                                        Software Zen: delete this;

                                        Fold With Us![^]

                                        1 Reply Last reply
                                        0
                                        • S Scott Lee

                                          I use AnkhSVN to add SVN integration to VS2005 and it has worked very well for me. I never took the time to learn the full set of SVN commands so using Tortise and AnkhSVN have worked out great for me.

                                          E Offline
                                          E Offline
                                          Edbert P
                                          wrote on last edited by
                                          #20

                                          Hey, thanks for that! :rose: I didn't know there's a VS2005 add-in for SVN. I'm going to install it right away Edbert Sydney, Australia "A day without sunshine is like, you know, night."

                                          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