<?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-moving">
  <title>svn move/mv/rename/ren</title>
  <?dbhtml filename="moving.html"?>

  <para><command>svn <option>move</option></command>, <command>svn <option>mv
    </option></command>, <command>svn <option>rename</option></command> or
    <command>svn <option>ren</option></command>. These commands move files from
    one location to another. Note that the changes will only be reflected on the
    Subversion server after you run the <command>svn <option>commit</option>
    </command> command.</para>
</sect1>
