|
SubversionGoogleCode
Instructions on accessing the source code using subversion repositories on code.google.com. Subversion Services
Repositories Checking out the source code Here is an example command to checkout the source code using command line access. Use this command to anonymously check out the latest project source code: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://ezcommunity2.googlecode.com/svn/trunk /web/pro/ezpublish # or svn checkout http://ezcommunity2.googlecode.com/svn/trunk ezcommunity2-read-only |