Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN in .NET for a small project

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)

like image 411
David MZ Avatar asked May 20 '11 15:05

David MZ


People also ask

Is SVN free for commercial use?

About TortoiseSVN TortoiseSVN is an Apache™ Subversion (SVN)® client, implemented as a Windows shell extension. It's intuitive and easy to use, since it doesn't require the Subversion command line client to run. And it is free to use, even in a commercial environment.

Is Subversion still used?

It's is still in extremely wide use, and it's not going anywhere anytime soon. SVN is much simpler to use than distributed version control, especially if you're not actually running a distributed project that needs distributed version control.

Is SVN repository free?

Here are some free SVN repositories we found and thought of sharing with you, in case you too are looking out for some. Note that some of the products listed here have both free and commercial options. I am highlighting only the Free plans.


1 Answers

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:

  • Looking for Hosted Subversion and Visual Studio plug in combo

  • Hosted subversion recommendations or suggestions

  • https://stackoverflow.com/questions/297153/can-you-recommend-a-svn-closed-source-project-hosting-site

like image 111
Colin Pickard Avatar answered Oct 02 '22 03:10

Colin Pickard