up vote 1 down vote favorite
share [g+] share [fb]

I am using visual web developer express 2008 for one of my personal projects. I am looking for a source safe or similar product that is free and that can integrate with visual web developer 2008. Please let me know if you know any products.

Thanks, sridhar.

link|improve this question

39% accept rate
Lots of suggestions here: stackoverflow.com/questions/566595/… – Nifle Jun 15 '09 at 9:54
feedback

2 Answers

As far as I know, extension points allowing for such integration are unavailable in VWD. That's the price for using free Express version...

In your place I would use Subversion and Tortoise SVN, which is quite convenient, even though you'll need to manage your source control in Explorer windows, not in VWD. For some time I was working in a such way even using full VS.NET

Good luck :)

link|improve this answer
feedback

There's simply nothing better then Subversion.

Take a look at the article on how to set it up and integrate with Visual Web Developer Express 2008 Subversion with Visual Studio 2008

link|improve this answer
I agree. Subversion i widely used among larger companies as well. – Steven Jun 14 '09 at 23:33
Unless you agree with Linus Torvalds and think Git is The Bomb. – duffymo Jun 14 '09 at 23:55
It's a bit complicated to use git on windows though. – Nifle Jun 15 '09 at 9:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.