| 1 | [[PageOutline]] |
| 2 | = Methods for developing web sites using Subversion for revision control = |
| 3 | |
| 4 | We're doing more web development work at MF/PL under revision control. [http://svn.tigris.org/ Subversion] (a.k.a. `svn`) is a convenient tool for this, and we have a central `svn` repository ([source:trunk which you can browse through the web]), so it's a convenient choice. |
| 5 | |
| 6 | == Starting a new project == |
| 7 | |
| 8 | ''FIXME: describe how to set up a section of the repository for a new project and get started with a local working directory'' |
| 9 | |
| 10 | == Publishing a project the first time == |
| 11 | |
| 12 | ''FIXME: describe how to publish the first version of a project on one of the MF/PL public web servers'' |
| 13 | |
| 14 | == Updating a project == |
| 15 | |
| 16 | ''FIXME: describe how to "push" changes to a live site.'' |