ter SVN - Architecture Rules - Wiki

SVN

From Architecture Rules - Wiki
Jump to: navigation, search

This project is wide open. Please, download the latest source, run the test, maybe even contribute - I’m sure you can find a TODO in a comment somewhere.

Member Access

Project members authenticate over HTTPS to allow committing changes.

svn checkout https://architecturerules.googlecode.com/svn/trunk/ architecturerules --username yourname

If you are a contributor, your password is available at google.com accounts

Anonymous Access

Also, anyone may anonymously checkout the latest project source code. This code, however, is read-only. For this use:

svn checkout http://architecturerules.googlecode.com/svn/trunk/ architecturerules

Alternatively, you may browse the repository with your web browser.

Personal tools