wiki:developing_using_subversion

Version 2 (modified by Daniel Kahn Gillmor, 16 years ago) (diff)

--

Methods for developing web sites using Subversion for revision control

We're doing more web development work at MF/PL under revision control. Subversion (a.k.a. svn) is a convenient tool for this, and we have a central svn repository (which you can browse through the web), so it's a convenient choice.

This page attempts to document current practices for using svn at MF/PL.

Starting a new project

FIXME: describe how to set up a section of the repository for a new project and get started with a local working directory

Publishing a project the first time

FIXME: describe how to publish the first version of a project on one of the MF/PL public web servers

Updating a project

FIXME: describe how to "push" changes to a live site.