|
SourceTab
Corrected source control instructions.
OpenSocial-Resources Source Control
Command-Line AccessRead/Write AccessIf 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 AccessUse 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 AccessThis project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information. |