#summary Corrected source control instructions. =!OpenSocial-Resources Source Control= * *[http://code.google.com/p/opensocial-resources/source/browse Browse SVN]* - View the files in this repository using your web browser. * *[http://code.google.com/p/opensocial-resources/source/list Changes]* - See the list of changes and commit messages for this project. * *[http://code.google.com/p/opensocial-resources/source/checkout 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 [http://code.google.com/hosting/settings 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 [http://subversion.tigris.org/links.html#clients client programs and plug-ins]. See your client's documentation for more information.