views:

213

answers:

4

Our team doing a project in asp.net & Mssql 2005.since our team member are distributed. we need a online tool for tracking project changes, and control access to our online code repositories.

+2  A: 

http://www.codespaces.com/ has some execelent project management, taks scheduling, bug tracking software combined with good source control of SVN or GIT. Using Tortoise SVN or Tortoise GIT.

Github and GoogleCode are great, but I think they both require an opensource project.

sadboy
I'm using it for more than a year and it proved very stable and cheap. I'm on the cheapest plan that completely satisfies my needs.
Robert Koritnik
A: 

http://hosted-projects.com/ No downtime (noticed) in about a year. They provide the best project management tool I ever used: trac.

Alexander Shirshov
+1  A: 

Another question to answer is: Do you need strict access control below repositories?

In Subversion you can always undo each and every change a developer makes. So as long as you only allow your developers acces to the repository you can handle the rest of the security via policy.

This won't work in cases with external contracters, but if all developers are normal employees, in many cases there is no need to restrict access.

Im my eyes the time to configure every directory tree every time is much more costly than to fix a possible deletion/breakage later. (Giving access to a repository is uncommon; a new directory very common).

That leaves the tracking of changes; and I usually use AnkhSVN and TortoiseSVN for that. (Easier to maintain than most web tools and very easy to install.. You probably have them already).

Then you only need some issue tracker...

Bert Huijben
A: 

I've come across Freepository it uses SVN. Not set up a project on it yet though so don't know its pro's and con's.

Simon G