2

I'm looking for a source control system that I can use for personal projects. I have two laptops and a desktop I develop on and a flash drive for portability. Rather than keeping all my code on my flash drive I want to check it out / in on the machine I'm working on at the time.

I'm specifically looking for something file based that integrates with VS2010, not an internet / network / server based source control system.

I was hoping for something free, but could afford something reasonably cheap.

Any thoughts?

Regards

Tristan

Tristan
  • 313
  • 1
  • 2
  • 6

3 Answers3

3

Have you looked at GIT?

It is a distributed SCM, meaning there is no server.

As for using it with visual studio - see this SO question and answers.

Community
  • 1
  • 1
Oded
  • 489,969
  • 99
  • 883
  • 1,009
  • 1
    Git, or any other DVCS, like Mercurial, Bazaar. There's nice UI for Mercurial called TortoiseHG. – liori Nov 01 '10 at 13:42
2

VisualSVN seems to have support for Visual Studio 2010 and is a breeze to use. As far as SVN itself goes, it does not need a server to operate: it can work off USB drive just fine.

Remember to back your flash drive, though.

Anton Gogolev
  • 113,561
  • 39
  • 200
  • 288
  • Nice. I tried GIT, but after about 6 hours, gave up and found SVN to do the job much better. :) – Tristan Nov 08 '10 at 15:50
1

Well, you're looking for Plastic SCM Community Edition.

So definitely something to look at.

pablo
  • 6,392
  • 4
  • 42
  • 62