<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>

<sect1 id="ch04-checkfiles">
  <title>Check All Relevant Files</title>
  <?dbhtml filename="checkfiles.html"?>

  <para>If you are adding files, you need to run a
    <command>svn <option>add</option></command> command on each of them (something like
    <command>svn <option>add</option> <option>chapter06/kernel*.xml</option></command> will work).</para>

  <para>If you think you're ready to commit, run <command>svn <option>status</option></command>
    or <command>svn <option>st</option></command> to see what changes the commit will make.</para>

   <note><para>Example to go here</para></note> 

  <para>Once you know why you're getting each symbol, and they're all correct,
    you can proceed to the next step.
  </para>

</sect1>
