1

I am very comfortable with VSS and I would like to use a free version control at home for my small projects. I just downloaded TortoiseSVN and to me it is not very intuitive. I dont have to read long manuals. I just would like to download and be up and running. What do you recommend?

I tried to download SourceGear Vault but it will not install because I dont have greater than IIS5.0 installed. I am using vista home premimun edition and only have VS express installed.

Please help..

dotnet-practitioner
  • 13,968
  • 36
  • 127
  • 200
  • What problems specifically are you running into with TortoiseSVN? For simplicity it's generally considered one of the easier options around. – Ryan Brunner Apr 22 '09 at 14:39
  • @Ryan: I'd imagine that someone coming from the VSS checkout/checkin paradigm would find the update/merge/commit paradigm confusing at first. As Jon Skeet says below, it's worth learning and you will learn to like it much more, however. – rmeador Apr 22 '09 at 14:42

3 Answers3

6

Stick with Subversion, but read the Subversion red book (free online). You don't need to read very much of it - but you'll understand it better the more you use, of course.

Subversion is so much nicer than VSS... you'll be glad you switched. Of course there are plenty of alternatives (Git, Mercurial etc) but I think Subversion is easier to get started with - particularly with Tortoise and the Visual Studio plugins. (Admittedly with only the Express edition of Visual Studio you won't be able to use the plugins...)

Jon Skeet
  • 1,421,763
  • 867
  • 9,128
  • 9,194
1

TortoiseSVN just converts your windows explorer into an SVN extension. You can create folders in your disk drive that directly correspond to a folder in the repository. Once you get used to it its not that hard. My team of newbies started using it within a week of getting it so I think youll pick it up no problem. You just create a folder in windows, right click it then create repository, and enter in your path. You can then directly update, commit, etc....

Or maybe if you use eclipse you can get SubClipse. It is a plugin that connects your Eclipse workspace to a SVN repository. (real user friendly)

Link: http://subclipse.tigris.org/

Egg
  • 246
  • 1
  • 5
  • 16
0

I was going to recommend TortoiseSVN, and then SourceGear. I don't think there is anything easier.

Adam Luter
  • 2,193
  • 1
  • 15
  • 20