Hi vicson, If your project is Open Source, you can use Google Code Project Hosting: http://code.google.com/hosting/createProject .
If your project is not Open Source, there are a number of options. Git is a good decentralized source control system, which doesn't require a server - each working tree is also a complete repository. You can use any HTTP or SSH server as a repository you can all synchronize to, or you can synchronize between local or network filesystems. The Git Tutorial is a good introduction to git: http://www.kernel.org/pub/software/scm/git/docs/v1.2.6/tutorial.html If you want somewhere centralized to host your repository, there are a number of services. Nearly all of them charge at least a nominal amount if your project is not open source. I personally recommend github.com - their basic account for private repositories is $7/month for 5 private repositories and 1 collaborator, going up to $12 a month for 5 collaborators. Note that my recommendation of github is an entirely personal one, and shouldn't be construed as any sort of official support for it. :) -Nick Johnson On Fri, Aug 21, 2009 at 12:35 AM, vicson.v <[email protected]> wrote: > > Hi All, > I am starting to work on a project with a couple of my friends and we > would like to use an Internet based VCS for sharing and maintaining > code. We do not have a server environment at the moment, so a client- > server system does not work. Do any of you know if Google provides any > service to help us in this regard? Or in general, do you know of any > good Internet based source control systems? > Thanks for the help. > Vicson. > > > > -- Nick Johnson, Developer Programs Engineer, App Engine --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
