Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.53 KB

CheckoutInstructions.md

File metadata and controls

51 lines (26 loc) · 1.53 KB

Web Access

The following is a link to the online source repository:

http://code.google.com/p/piccolo2d/source/browse

Recent changes:

http://code.google.com/p/piccolo2d/source/list

Anonymous access

The source can be checked out anonymously from SVN with this commands:

piccolo2d.java

$ svn checkout http://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk piccolo2d.java

piccolo2d.net

$ svn checkout http://piccolo2d.googlecode.com/svn/piccolo2d.net/trunk piccolo2d.net

pocketpiccolo2d.net

$ svn checkout http://piccolo2d.googlecode.com/svn/pocketpiccolo2d.net/trunk pocketpiccolo2d.net

Developer access

Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS.

Your username is the same e-mail address you use to login to Google Code (this can be passed in using the --username parameter).

When prompted, enter your generated googlecode.com password.

piccolo2d.java

$ svn checkout https://piccolo2d.googlecode.com/svn/piccolo2d.java/trunk piccolo2d.java

piccolo2d.net

$ svn checkout https://piccolo2d.googlecode.com/svn/piccolo2d.net/trunk piccolo2d.net

pocketpiccolo2d.net

$ svn checkout https://piccolo2d.googlecode.com/svn/pocketpiccolo2d.net/trunk pocketpiccolo2d.net