|
Source
How to get and update the code. This appears on the Source tab
Browse Source: http://code.google.com/p/mesh4x/source/browse Recent Changes: http://code.google.com/p/mesh4x/source/list You can checkout a read-only working copy anonymously over HTTP using an SVN client. Readonly AccessUse this command to anonymously check out the latest project source code: # All of mesh4x code (all platforms, trunk, branches, everything): svn checkout http://mesh4x.googlecode.com/svn/ # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://mesh4x.googlecode.com/svn/Mesh4n/trunk svn checkout http://mesh4x.googlecode.com/svn/Mesh4j/trunk Making ChangesGet your Google Code password here: http://code.google.com/hosting/settings # Project members authenticate over HTTPS to allow committing changes. svn checkout https://mesh4x.googlecode.com/svn/Mesh4n/trunk svn checkout https://mesh4x.googlecode.com/svn/Mesh4j/trunk |