Reputation: 3718
I manage a small project for a client I want to be able to start using SVN to give a better service from multiple computers, I would like a SAAS solution as the project is to small to ask for a dedicated server in my client's company.
What is the best SVN hosting service/VS2010 plugin you recommend
Thank you
PS. Other ideas for a solution of my problem are welcome I am new to this way of working (SVN)
Upvotes: 12
Views: 1897
Reputation: 2225
I use the Agent SVN plug-in with the Subversion file protocol repository and I works well for me.
Upvotes: 4
Reputation: 46663
AnkhSVN is a good, free and popular plugin. I use it all the time with VS2010, and I'm very happy with it. I also use TortoiseSVN outside of Visual Studio.
VisualSVN is also very popular.
Subversion hosting can be found from many hosting providers, either seperately or as past of a web hosting package. Check out these similar questions:
Upvotes: 7
Reputation: 4237
I would recommend Assembla. It's free private hosting for small teams. And ankhsvn as VS plug-in.
Upvotes: 0
Reputation: 9474
I have been using VisualSVN and been very happy with it, or at least as happy as any Subversion user can expect to be. It builds on top of the TortoiseSVN explorer plugin, and does support more advanced stuff like dragging files around inside Visual Studio.
That said, I'd strongly advise you to consider Git or Mercurial instead of Subversion. They don't as easily mess up your local workspace, allow you to commit partial work without interfering with everybody else, and easier sharing through repository cloning and greatly improved merging of changes. If this sounds interesting I'd recommend bitbucket or GitHub as good online source control providers.
Tool support for Visual Studio is almost as good as for Subversion and have a lot more momentum so I'd expect them to catch up pretty soon.
Upvotes: 2
Reputation: 900
I personally use http://www.projectlocker.com/ for SVN hosting. Its free for small projects, easy to set up, and has always worked well for me. I believe it also allows 3 users and 3 active projects, as opposed to 1 of each like a lot of other free hosts.
I've used http://ankhsvn.open.collab.net/ in the past because in integrates with VS2010, but lately I've switched to explorer integration with http://tortoisesvn.tigris.org/
No reason why really, just personal preference.
Upvotes: 0