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. Personal Version Control

Personal Version Control

Scheduled Pinned Locked Moved The Lounge
sysadmincollaborationtutorialquestiondiscussion
21 Posts 17 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Clickok

    TortoiseSVN is to manage client-side or server side too?

    Jesus is Love! Tell to someone! :-)

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

    For most tasks, it'll handle both adequately.

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

    1 Reply Last reply
    0
    • D David Crow

      click.ok wrote:

      Do you use some version control in your development machine?

      Yes.

      click.ok wrote:

      What?

      Visual SourceSafe v6.


      "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

      "Judge not by the eye but by the heart." - Native American Proverb

      _ Offline
      _ Offline
      _Zorro_
      wrote on last edited by
      #11

      Idem at home, and at work cvs before and now tfvc. I found that tfvc has some strange behaviors. For example: If you only change something in the UI, and make a CheckIn you will not see that checkin in the Changes Histor Window, you will be able to see it if you go to the server, but not from the client pc. At least this is what happens here. Things like this happened to me with tfvc, so personnaly I would not recommend it yet if you search for somehing already used and stable. I like VSS but I don't know any of the mentionned previously, it may worth the shot.

      1 Reply Last reply
      0
      • C Clickok

        Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


        Jesus is Love! Tell to someone! :-)

        C Offline
        C Offline
        Christian Wulff
        wrote on last edited by
        #12

        Hi! I use CVS and for the integration into Visual Studio the PushOK CVS SCC proxy. CVS is free and the PushOK proxy costs 24$, but if you don't need the integration into Visual Studio, you can use e.g. WinCVS which is free.

        1 Reply Last reply
        0
        • C Clickok

          Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


          Jesus is Love! Tell to someone! :-)

          M Offline
          M Offline
          Mircea Grelus
          wrote on last edited by
          #13

          Been using Visual Source Safe, but for some time I'm using Tortoise. In my opinion it does a better job. And I feel more safe using it. I've had some bad experiences with VSS.

          regards, Mircea Many people spend their life going to sleep when they’re not sleepy and waking up while they still are.

          1 Reply Last reply
          0
          • C Clickok

            Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


            Jesus is Love! Tell to someone! :-)

            J Offline
            J Offline
            James Brown
            wrote on last edited by
            #14

            subversion ftw!!


            http://www.catch22.net

            1 Reply Last reply
            0
            • C Clickok

              Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


              Jesus is Love! Tell to someone! :-)

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #15

              I use VSTS and it totally rocks.

              Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

              1 Reply Last reply
              0
              • C Clickok

                Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


                Jesus is Love! Tell to someone! :-)

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

                Luis Ramos and I went down this road a while back. I know more than a few found this post by me helpful... http://www.codeproject.com/lounge.asp?msg=1327634#xx1327634xx[^] Best Regards, Rex


                When I'm joking people take me seriously.
                When I'm serious they think I'm joking.
                I'm left to conclude my life must be a complete joke. :sigh: :laugh: :cool:

                C 1 Reply Last reply
                0
                • C Clickok

                  Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


                  Jesus is Love! Tell to someone! :-)

                  R Offline
                  R Offline
                  Ravi Bhavnani
                  wrote on last edited by
                  #17

                  I use SubVersion hosted by HostedProjects.com[^] :cool:. (I'm not affiliated with them). /ravi

                  My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                  1 Reply Last reply
                  0
                  • C Clickok

                    Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


                    Jesus is Love! Tell to someone! :-)

                    S Offline
                    S Offline
                    S Douglas
                    wrote on last edited by
                    #18

                    click.ok wrote:

                    are happy with this version control?

                    Subversion; Yup, very happy, it just works and works well. Well enough that sooner or later I'm going to find that donation link again and donate to the cause.


                    I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                    1 Reply Last reply
                    0
                    • S Shog9 0

                      Subversion is dead easy to set up and use (especially with TortoiseSVN). Speaking from practical experience, it's faster and easier than a batch file that copies your code out to a network drive. Hard to beat that... :)

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

                      P Offline
                      P Offline
                      Paul Conrad
                      wrote on last edited by
                      #19

                      Shog9 wrote:

                      Subversion is dead easy to set up and use

                      I second that :-D


                      That's no moon, it's a space station. - Obi-wan Kenobi

                      1 Reply Last reply
                      0
                      • C code frog 0

                        Luis Ramos and I went down this road a while back. I know more than a few found this post by me helpful... http://www.codeproject.com/lounge.asp?msg=1327634#xx1327634xx[^] Best Regards, Rex


                        When I'm joking people take me seriously.
                        When I'm serious they think I'm joking.
                        I'm left to conclude my life must be a complete joke. :sigh: :laugh: :cool:

                        C Offline
                        C Offline
                        Clickok
                        wrote on last edited by
                        #20

                        Thank you! It's time of you transform your post in a CP Article ;)

                        Jesus is Love! Tell to someone! :-)

                        1 Reply Last reply
                        0
                        • C Clickok

                          Do you use some version control in your development machine? What? Subversion, CVS, VSTS, etc... Do are happy with this version control? Usually we used client version control (by example, to connect in sourceforge, etc). I wish use client and server parts, then I wish listen your opinions, please :)


                          Jesus is Love! Tell to someone! :-)

                          M Offline
                          M Offline
                          Marc Clifton
                          wrote on last edited by
                          #21

                          You make it sound like deodorant. I use CVS. Yes, I'm happy, otherwise I wouldn't use CVS. I have the CVS host running on a remote server that also hosts my website, so I don't worry about backups for the source code. Marc

                          XPressTier

                          Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson
                          People are just notoriously impossible. --DavidCrow
                          There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer

                          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