Added a security patch for systemd
[linux_from_scratch.git] / editor-manual / chapter03 / moving.xml
blob9e985d01d6c8f952c32ef2ecd225c8cbd2cf7f55
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-moving">
8   <title>svn move/mv/rename/ren</title>
9   <?dbhtml filename="moving.html"?>
11   <para><command>svn <option>move</option></command>, <command>svn <option>mv
12     </option></command>, <command>svn <option>rename</option></command> or
13     <command>svn <option>ren</option></command>. These commands move files from
14     one location to another. Note that the changes will only be reflected on the
15     Subversion server after you run the <command>svn <option>commit</option>
16     </command> command.</para>
17 </sect1>