-
Book Overview & Buying
-
Table Of Contents
CMS Made Simple Development Cookbook
Subversion has dozens of commands, that, when coupled with their various options, result in hundreds or thousands of possible operations. Fortunately, for the purposes of developing small projects like CMS modules, only a small subset of these commands are used on a regular basis.
This recipe walks you through some typical use patterns.
You will need to have a project already committed into svn on the CMS Made Simple Developer's Forge. For the sake of this recipe, we'll say we're working on a database backup and restore module, that has the UNIX name "dbrescue". We also assume that you have a working set of the trunk checked out into a local directory.
1. Make sure you are in your module's directory:
cd modules/dbrescue
2. Update your working set from the repository by typing the following command:
svn up
3. Work on your module. Make changes, test, make more changes, until you feel like you've reached a point where your...
Change the font size
Change margin width
Change background colour