Damovisa
Damovisa

Reputation: 19423

What version control system should I use for my .Net Express Edition projects?

I want to start using version control properly for my own personal projects written using Visual Studio 2008 Express Editions. I'm using both Visual C# Express Edition and Visual Web Developer Express Edition.

I'm almost always the only developer on these projects.

I've previously used Subversion with Windows Explorer integration provided by Tortoise SVN and it worked well, but obviously source control and development were two separate operations.

Is there a better version control system for my situation?

Upvotes: 3

Views: 1046

Answers (4)

Marc Gravell
Marc Gravell

Reputation: 1062810

VisualSVN server offers an easy way into SVN, and is free. Mix that with TortoiseSVN client and you're sorted.

Interestingly, TFS2010 may be interesting to single-devs/small-teams, but we'll see how it unfolds.

Upvotes: 1

Matt Hamilton
Matt Hamilton

Reputation: 204139

I've been using the free, single-user version of SourceGear Vault, which works fine as a local repository. Obviously you still need to run the stand-alone client since Express doesn't support add-ins, but it does the job.

Ideally the Express SKUs would support Codeplex natively!

Upvotes: 2

jle
jle

Reputation: 9489

Unfortunately, the express edition does not let you use Ankh SVN, which is integrated right into the visual studio interface. I find Tortoise SVN/Subversion to be easiest with express edition.

Upvotes: 4

marcc
marcc

Reputation: 12399

Sign up for a personal Beanstalk account and use that. I've done it and never regretted it. Reliable SVN hosting for a cheap price.

But no, SVN and Tortoise make a pretty great solution for an individual developer.

Upvotes: 1

Related Questions