* Fixed problem when BASEDIR paths were given without a trailing '/'.
[linux_from_scratch.git] / editor-manual / chapter03 / moving.xml
blobb635fdc31f0f760a9682f7de50b6110cdcda2426
1 <sect1 id="ch03-moving">
2 <title>Moving files</title>
3 <?dbhtml filename="moving.html" dir="chapter03"?>
5 <para>Moving files: One of the (many) complaints against cvs is that
6 it has no concept of 1) moving files or 2) versioning directories.  If
7 you need to move a file, it's generally better to do it on the server
8 manually. The alternative is remove a file using <userinput>cvs
9 delete</userinput> then add the new version in the new place with
10 <userinput>cvs add</userinput> The downside using this method is that you
11 will lose the revision history for that file. However, moving it on the
12 server itself won't cause a loss of revision history.</para>
14 </sect1>