1. Apply for a Google account and log on
2. Open the Google Project hosting Homepage
3. Click contribute open source project to enter gettingstarted
4. Click Create project to go to the Project Creation page.
5. Fill in relevant information and create project
Project name: Project name, which must be in English
Project Summary: Project Overview.
Project Description: Description of a project.
Note: it cannot be too short. Otherwise, the Create project is unavailable.
Version Control System: the source code management tool used by the Managed Project. Select subversion.
Source code license: Open Source protocol used by open source projects. For details, refer to open source protocol.
6. Add a project member
A. The project is successfully created. On the project homepage, click administer.
B. Go to the Project Management page (team projects can be managed) and click project members
C. Go to project member management and add the Google account of the project member to the project committers.
Note: Do not add people to the project owners if possible. This role has administrator permissions.
7. Click to view the svn code management URL and password
Note: using SVN requires a separate password, which is not the password of a Google account.
A. view the svn code management URL
B. Click googlecode.com password.
8. Use Issues to manage bugs
9. Use the svn client to connect to the server and start project development.