This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP O2 Platform/WIKI/O2 Source Code"
From OWASP
Dinis.cruz (talk | contribs) (Created page with 'You can join the O2 Platform Mailing list [https://lists.owasp.org/mailman/listinfo/owasp-o2-platform using this form] or you can read its [https://lists.owasp.org/mailman/listin…') |
Dinis.cruz (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | O2's source code is hosted at Google code SVN: http://code.google.com/p/o2platform/ | |
| + | * source code: http://code.google.com/p/o2platform/source/checkout (you can [http://code.google.com/p/o2platform/source/browse/#svn/trunk/O2%20-%20All%20Active%20Projects browse] the code online) | ||
| + | * bug tracking: http://code.google.com/p/o2platform/issues/list | ||
| + | |||
| + | O2 uses Google Code for its core repository and bugtracking system: http://code.google.com/p/o2platform/ | ||
| + | |||
| + | '''Check out code''' | ||
| + | |||
| + | 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://o2platform.googlecode.com/svn/trunk/ o2platform-read-only | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
{{:OWASP_O2_Platform/WIKI/bottom}} | {{:OWASP_O2_Platform/WIKI/bottom}} | ||
Revision as of 12:21, 5 December 2009
O2's source code is hosted at Google code SVN: http://code.google.com/p/o2platform/
- source code: http://code.google.com/p/o2platform/source/checkout (you can browse the code online)
- bug tracking: http://code.google.com/p/o2platform/issues/list
O2 uses Google Code for its core repository and bugtracking system: http://code.google.com/p/o2platform/
Check out code
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://o2platform.googlecode.com/svn/trunk/ o2platform-read-only
go back to the main OWASP O2 Platform page