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">
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>