My favorites | Sign in
Google
                
SourceTab  
Corrected source control instructions.

OpenSocial-Resources Source Control

  • Browse SVN - View the files in this repository using your web browser.
  • Changes - See the list of changes and commit messages for this project.
  • Code Search - Search the respository using the form on this page. (Do not follow the SVN instructions on the linked page)

Command-Line Access

Read/Write Access

If you plan to make changes, use this command to check out the code as yourself using HTTPS. Be sure to change username@domain.com to match your account:

Getting all samples

  # Project members authenticate over HTTPS to allow committing changes.
  svn checkout https://opensocial-resources.googlecode.com/svn/samples/ opensocial-resources-samples --username username@domain.com

Getting all utilities

  svn checkout https://opensocial-resources.googlecode.com/svn/utils/ opensocial-resources-utils --username username@domain.com

Getting a single project This sample shows checking out the "tutorial" sample project

  svn checkout https://opensocial-resources.googlecode.com/svn/samples/tutorial/trunk opensocial-resources-tutorial --username username@domain.com

When prompted, enter your generated googlecode.com password.

Read-only Access

Use this command to anonymously check out the latest project source code:

Getting all samples

  # Non-members may check out a read-only working copy anonymously over HTTP.
  svn checkout http://opensocial-resources.googlecode.com/svn/samples/ opensocial-resources-samples-read-only

Getting all utilities

  svn checkout http://opensocial-resources.googlecode.com/svn/utils/ opensocial-resources-utils-read-only

Getting a single project This sample shows checking out the "tutorial" sample project

  svn checkout http://opensocial-resources.googlecode.com/svn/samples/tutorial/trunk opensocial-resources-tutorial-read-only

GUI and IDE Access

This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.