remove an old note for file
[linux_from_scratch.git] / editor-manual / chapter03 / delete.xml
blob6be9ae2c67d30e3f818addd3c1bec036de7f5c37
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-delete">
8   <title>svn delete/del/remove/rm</title>
9   <?dbhtml filename="delete.html"?>
11   <para><userinput>svn delete</userinput>, <userinput>svn del</userinput>,
12     <userinput>svn remove</userinput>, or <userinput>svn rm</userinput>.
13     This does what it says: remove (a) file(s) from the repository on belgarath.
14     Again, the file will not be deleted from the server until you do a
15     <userinput>svn commit</userinput>.
16   </para>
17 </sect1>