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. General Programming
  3. Design and Architecture
  4. simple Source code managment software (free?)

simple Source code managment software (free?)

Scheduled Pinned Locked Moved Design and Architecture
databasesysadminlinuxhelpquestion
9 Posts 7 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.
  • D Offline
    D Offline
    David Hovey
    wrote on last edited by
    #1

    Hi All! I am new to the forum and am hoping you can help with finding a simple source code management software. I've tried downloading older open source versions but either the websites weren't running anymore or the code was for Linux or something. I am running Windows Vista...Other programs I found online were either designed for a server or too much money. I just want a simple code management program with check in/out functionality, some basic version tracking capability and to be able to export the database for easy backup. Is there any software like this that is free? Thanks for your help!

    R C N S 4 Replies Last reply
    0
    • D David Hovey

      Hi All! I am new to the forum and am hoping you can help with finding a simple source code management software. I've tried downloading older open source versions but either the websites weren't running anymore or the code was for Linux or something. I am running Windows Vista...Other programs I found online were either designed for a server or too much money. I just want a simple code management program with check in/out functionality, some basic version tracking capability and to be able to export the database for easy backup. Is there any software like this that is free? Thanks for your help!

      R Offline
      R Offline
      Robert C Cartaino
      wrote on last edited by
      #2

      Subversion[^] comes to mind. There are a few free version management applications discussed here[^].

      P 1 Reply Last reply
      0
      • D David Hovey

        Hi All! I am new to the forum and am hoping you can help with finding a simple source code management software. I've tried downloading older open source versions but either the websites weren't running anymore or the code was for Linux or something. I am running Windows Vista...Other programs I found online were either designed for a server or too much money. I just want a simple code management program with check in/out functionality, some basic version tracking capability and to be able to export the database for easy backup. Is there any software like this that is free? Thanks for your help!

        C Offline
        C Offline
        ChandraRam
        wrote on last edited by
        #3

        I have used Perforce - I believe a 1 or 2-user license is free. HTH

        D 1 Reply Last reply
        0
        • C ChandraRam

          I have used Perforce - I believe a 1 or 2-user license is free. HTH

          D Offline
          D Offline
          David Hovey
          wrote on last edited by
          #4

          I'm trying Perforce. It runs good I'm just trying to figure out how to use it. Not sure of the funtions of different views. It actually does exactly what I hoped I could. I already have server and client on my home computer and I plan to setup a client version on my work computer. running over the internet. Hopefully it all works. Looks good though. Thanks!

          1 Reply Last reply
          0
          • D David Hovey

            Hi All! I am new to the forum and am hoping you can help with finding a simple source code management software. I've tried downloading older open source versions but either the websites weren't running anymore or the code was for Linux or something. I am running Windows Vista...Other programs I found online were either designed for a server or too much money. I just want a simple code management program with check in/out functionality, some basic version tracking capability and to be able to export the database for easy backup. Is there any software like this that is free? Thanks for your help!

            N Offline
            N Offline
            Netblue
            wrote on last edited by
            #5

            I use VisualSVN, the server is free and is subversion based. TortouiseSVN is the good for the client side and is free as well. VisualSVN provides a low cost Visual Studio plug in that runs on top of TortuoiseSVN that I think is well worth it.

            P M 2 Replies Last reply
            0
            • R Robert C Cartaino

              Subversion[^] comes to mind. There are a few free version management applications discussed here[^].

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

              I'll second that.

              "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

              1 Reply Last reply
              0
              • N Netblue

                I use VisualSVN, the server is free and is subversion based. TortouiseSVN is the good for the client side and is free as well. VisualSVN provides a low cost Visual Studio plug in that runs on top of TortuoiseSVN that I think is well worth it.

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

                Netblue wrote:

                VisualSVN

                That is really nice to add to subversion :)

                "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham

                1 Reply Last reply
                0
                • N Netblue

                  I use VisualSVN, the server is free and is subversion based. TortouiseSVN is the good for the client side and is free as well. VisualSVN provides a low cost Visual Studio plug in that runs on top of TortuoiseSVN that I think is well worth it.

                  M Offline
                  M Offline
                  Mark Churchill
                  wrote on last edited by
                  #8

                  Ankh 2.0 is a free source control provider for VS if you are running SVN > 1.5. Don't bother with Ankh 1 though ;)

                  Mark Churchill Director, Dunn & Churchill Pty Ltd Free Download: Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.
                  Alpha release: Entanglar: Transparant multiplayer framework for .Net games.

                  1 Reply Last reply
                  0
                  • D David Hovey

                    Hi All! I am new to the forum and am hoping you can help with finding a simple source code management software. I've tried downloading older open source versions but either the websites weren't running anymore or the code was for Linux or something. I am running Windows Vista...Other programs I found online were either designed for a server or too much money. I just want a simple code management program with check in/out functionality, some basic version tracking capability and to be able to export the database for easy backup. Is there any software like this that is free? Thanks for your help!

                    S Offline
                    S Offline
                    Steven A Lowe
                    wrote on last edited by
                    #9

                    SourceVault is free for single-user

                    Best regards, Steven A. Lowe CEO, Innovator LLC www.nov8r.com

                    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