|
CheckoutInstructions
How to check-out the Piccolo2D code from Subversion
Web AccessThe following is a link to the online source repository:
Recent changes:
Anonymous accessThe 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 accessEveryone 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 |
