Added a security patch for systemd
[linux_from_scratch.git] / editor-manual / chapter03 / add.xml
blob50f787f2a7756e07f4c02e29ef2bf9922371c783
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3   <!ENTITY % general-entities SYSTEM "../general.ent">
4   %general-entities;
5 ]>
7 <sect1 id="ch03-add">
8   <title>svn add</title>
9   <?dbhtml filename="add.html"?>
11   <para><userinput>svn add</userinput>. When you create a new file, you need to
12     tell the Subversion server about it. Note that the file won't appear in the
13     repository on belgarath until you do a <userinput>svn commit</userinput>. We'll
14     touch on this more as we continue in the chapter.
15   </para>
16 </sect1>