| 17 | | 1. In that project, create or edit files and subdirectories. If a file or a directory is created, it must be added with the following command : ''svn add name''. |
| 18 | | 2. Update your local copy from the repository, picking up changes your team members may have made since your last update : ''svn update''. |
| 19 | | 3. Go to step 1. If you're ready to commit your changes, go to step 4. |
| 20 | | 4. Commit your changes to the repository : ''svn commit''. Go to step 2. |
| | 17 | 1. In that project, create or edit files and subdirectories. If a file or a directory is created, it must be added with the following command : |
| | 18 | |
| | 19 | {{{ |
| | 20 | svn add name |
| | 21 | }}} |
| | 22 | |
| | 23 | 2. Update your local copy from the repository, picking up changes your team members may have made since your last update : |
| | 24 | |
| | 25 | {{{ |
| | 26 | svn update |
| | 27 | }}} |
| | 28 | |
| | 29 | 3. Go to step 1. If you're ready to commit your changes, go to ''step 4''. |
| | 30 | 4. Commit your changes to the repository. Go to ''step 2''. |
| | 31 | |
| | 32 | {{{ |
| | 33 | svn commit |
| | 34 | }}} |