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. Local SCM

Local SCM

Scheduled Pinned Locked Moved The Lounge
sysadmincollaborationquestion
8 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.
  • V Offline
    V Offline
    vSoares
    wrote on last edited by
    #1

    Hi folks! I work for a company as developer and all the source control management in my team relies on Team Foundation Server installed on our lan. I work from my laptop and sometimes I spend a lot of days working outside the office. For internal policies, our Team Foundation Server is not available from outside. I would like to have some kind of local lightweight Source Control Management. I know CVS, subversion, etc. but I don’t need all those features like http server, several users, …. I only need some basic features like versioning, branching, diffs, … to manage my daily coding. When I’m at the office I’ll submit my changes to TF Server. Dows anyone know some kind of app like this? Cheers, vSoares

    R M E A M 6 Replies Last reply
    0
    • V vSoares

      Hi folks! I work for a company as developer and all the source control management in my team relies on Team Foundation Server installed on our lan. I work from my laptop and sometimes I spend a lot of days working outside the office. For internal policies, our Team Foundation Server is not available from outside. I would like to have some kind of local lightweight Source Control Management. I know CVS, subversion, etc. but I don’t need all those features like http server, several users, …. I only need some basic features like versioning, branching, diffs, … to manage my daily coding. When I’m at the office I’ll submit my changes to TF Server. Dows anyone know some kind of app like this? Cheers, vSoares

      R Offline
      R Offline
      Russell Morris
      wrote on last edited by
      #2

      Setup a Subversion server on your laptop. You don't have to make it publicly accessible or anything like that, just let the repostiory and the server live on the laptop itself. I don't think you're going to find anything that supports versioning and branching with a single-user-only environment.

      1 Reply Last reply
      0
      • V vSoares

        Hi folks! I work for a company as developer and all the source control management in my team relies on Team Foundation Server installed on our lan. I work from my laptop and sometimes I spend a lot of days working outside the office. For internal policies, our Team Foundation Server is not available from outside. I would like to have some kind of local lightweight Source Control Management. I know CVS, subversion, etc. but I don’t need all those features like http server, several users, …. I only need some basic features like versioning, branching, diffs, … to manage my daily coding. When I’m at the office I’ll submit my changes to TF Server. Dows anyone know some kind of app like this? Cheers, vSoares

        E Offline
        E Offline
        El Corazon
        wrote on last edited by
        #3

        vSoares wrote:

        Dows anyone know some kind of app like this?

        http://tortoisesvn.tigris.org/[^]

        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

        1 Reply Last reply
        0
        • V vSoares

          Hi folks! I work for a company as developer and all the source control management in my team relies on Team Foundation Server installed on our lan. I work from my laptop and sometimes I spend a lot of days working outside the office. For internal policies, our Team Foundation Server is not available from outside. I would like to have some kind of local lightweight Source Control Management. I know CVS, subversion, etc. but I don’t need all those features like http server, several users, …. I only need some basic features like versioning, branching, diffs, … to manage my daily coding. When I’m at the office I’ll submit my changes to TF Server. Dows anyone know some kind of app like this? Cheers, vSoares

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

          Tortoise is a good choice. As you mentioned you probably wouldn't use all the features available but it's a good choice in terms of reliability. I don't know of any light-weight source control management that is reliable. And anyway I don't consider Tortoise a heavy resource consumer.

          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
          • V vSoares

            Hi folks! I work for a company as developer and all the source control management in my team relies on Team Foundation Server installed on our lan. I work from my laptop and sometimes I spend a lot of days working outside the office. For internal policies, our Team Foundation Server is not available from outside. I would like to have some kind of local lightweight Source Control Management. I know CVS, subversion, etc. but I don’t need all those features like http server, several users, …. I only need some basic features like versioning, branching, diffs, … to manage my daily coding. When I’m at the office I’ll submit my changes to TF Server. Dows anyone know some kind of app like this? Cheers, vSoares

            A Offline
            A Offline
            Andy Brummer
            wrote on last edited by
            #5

            One thing people haven't brought up specifically about tortiseSVN is that it has a local mode where you can just create a repository in a directory and use that without installing a server, I'm not up on the details of that since I've only used it with a server. One other thing is that it uses .svn directories to manage change data so you will have to make sure you don't end up adding those folders to tfs. On the other hand no additional data is added to the projects and you don't have to check any files out so it should integrate well with tfs.

            Using the GridView is like trying to explain to someone else how to move a third person's hands in order to tie your shoelaces for you. -Chris Maunder

            1 Reply Last reply
            0
            • V vSoares

              Hi folks! I work for a company as developer and all the source control management in my team relies on Team Foundation Server installed on our lan. I work from my laptop and sometimes I spend a lot of days working outside the office. For internal policies, our Team Foundation Server is not available from outside. I would like to have some kind of local lightweight Source Control Management. I know CVS, subversion, etc. but I don’t need all those features like http server, several users, …. I only need some basic features like versioning, branching, diffs, … to manage my daily coding. When I’m at the office I’ll submit my changes to TF Server. Dows anyone know some kind of app like this? Cheers, vSoares

              M Offline
              M Offline
              Mike Dimmick
              wrote on last edited by
              #6

              SourceGear's Vault[^] has a free, unlimited evaluation mode limited to a single user. It's only if you need multiple users that you have to buy a licence (or get a demo licence if you want to evaluate with multiple users).

              Stability. What an interesting concept. -- Chris Maunder

              V 1 Reply Last reply
              0
              • M Mike Dimmick

                SourceGear's Vault[^] has a free, unlimited evaluation mode limited to a single user. It's only if you need multiple users that you have to buy a licence (or get a demo licence if you want to evaluate with multiple users).

                Stability. What an interesting concept. -- Chris Maunder

                V Offline
                V Offline
                vSoares
                wrote on last edited by
                #7

                I have already used it and it's pretty good. I just wanted something without having to install a service taking up on system resources. A client tool with direct connection to the database is the perfect solution. Probably I’ll install Vault or some other SCM tool like subversion. Thanks for the reply vSoares

                1 Reply Last reply
                0
                • V vSoares

                  Hi folks! I work for a company as developer and all the source control management in my team relies on Team Foundation Server installed on our lan. I work from my laptop and sometimes I spend a lot of days working outside the office. For internal policies, our Team Foundation Server is not available from outside. I would like to have some kind of local lightweight Source Control Management. I know CVS, subversion, etc. but I don’t need all those features like http server, several users, …. I only need some basic features like versioning, branching, diffs, … to manage my daily coding. When I’m at the office I’ll submit my changes to TF Server. Dows anyone know some kind of app like this? Cheers, vSoares

                  T Offline
                  T Offline
                  TheGreatAndPowerfulOz
                  wrote on last edited by
                  #8

                  Perforce[^] is very good and TFS is based on Perforce's depot system.

                  Silence is the voice of complicity. Strange women lying in ponds distributing swords is no basis for a system of government. -- monty python Might I suggest that the universe was always the size of the cosmos. It is just that at one point the cosmos was the size of a marble. -- Colin Angus Mackay

                  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