Are there any online Version Control Services

  • Thread starter Thread starter NW Technicals
  • Start date Start date
N

NW Technicals

I am small developer with a distributed team
We can not buy and host server on our own

But would like to use it to work with our VS 2005

I will appreciate any help

Thanks
Sridhar
 
I think that you would have to make your project open source for that.
Try CodePlex.

- Vaibhav
 
You can host it on SourceForge (http://sourceforge.net). They have
subversion and cvs. You can make the project private so that only you (and
anyone else you designate) can view/modify the source.

There are addins for subversion (svn) and cvs for vs.net, if you desire.
Otherwise I would recommend just using TortoiseSVN or TortoiseCVS.

Jim
 
Back
Top