<?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-delete">
  <title>svn delete/del/remove/rm</title>
  <?dbhtml filename="delete.html"?>

  <para><userinput>svn delete</userinput>, <userinput>svn del</userinput>,
    <userinput>svn remove</userinput>, or <userinput>svn rm</userinput>.
    This does what it says: remove (a) file(s) from the repository on belgarath.
    Again, the file will not be deleted from the server until you do a
    <userinput>svn commit</userinput>.
  </para>
</sect1>
