<?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="ch03-add">
  <title>svn add</title>
  <?dbhtml filename="add.html"?>

  <para><userinput>svn add</userinput>. When you create a new file, you need to
    tell the Subversion server about it. Note that the file won't appear in the
    repository on belgarath until you do a <userinput>svn commit</userinput>. We'll
    touch on this more as we continue in the chapter.
  </para>
</sect1>
