| 1 | | = SVN Access = |
| 2 | | |
| 3 | | === Anonymous SVN Access (read-only) === |
| 4 | | |
| 5 | | These are some quick instructions to get Zentyal source: |
| 6 | | |
| 7 | | To fetch the complete repository for the project (not recommended due to its huge size): |
| 8 | | {{{ |
| 9 | | $ svn co http://svn.zentyal.org/zentyal/ |
| 10 | | }}} |
| 11 | | |
| 12 | | To fetch the last revision of the development version of Zentyal, also know as ''trunk'': |
| 13 | | {{{ |
| 14 | | $ svn co http://svn.zentyal.org/zentyal/trunk/ |
| 15 | | }}} |
| 16 | | |
| 17 | | === Authenticated SVN Access (with commit privileges) === |
| 18 | | |
| 19 | | If you want to participate in the project you can send your patches to zentyal-devel@lists.zentyal.org. Contributors can ask for authenticated access to be setup for you in the same mailing list. See [wiki:Contribute Contribute page] for more details on how to get involved in the Zentyal project. |
| | 1 | [[redirect(wiki:Document/Development/GIT)]] |