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) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | == O2 @ Google Code == | |
| + | 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 | ||
| − | + | '''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 | |
| − | + | ||
| + | '''Visual Studio SVN''' | ||
| + | |||
| + | For SVN access, the main O2 developers use Visual Studio 2008 and [http://ankhsvn.open.collab.net|ankhsvn] (which nicely integrates with Visual Studio IDE) | ||
{{:OWASP_O2_Platform/WIKI/bottom}} | {{:OWASP_O2_Platform/WIKI/bottom}} | ||
Latest revision as of 17:30, 17 January 2010
O2 @ Google Code
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
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
Visual Studio SVN
For SVN access, the main O2 developers use Visual Studio 2008 and [1] (which nicely integrates with Visual Studio IDE)
go back to the main OWASP O2 Platform page