Added a security patch for systemd
[linux_from_scratch.git] / editor-manual / chapter03 / chapter03.xml
blob09533ede9e3e5e3b04f45c58dcb19115b27ded26
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 <chapter id="chapter03" xreflabel="Basic Subversion Commands">
8 <?dbhtml filename="chapter03.html"?>
9   <title>Basic Subversion Commands</title>
10 <?dbhtml dir="chapter03"?>
12   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
13   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="checkout.xml"/>
14   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="add.xml"/>
15   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="delete.xml"/>
16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="update.xml"/>
17   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="commit.xml"/>
18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="diff.xml"/>
19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="merge.xml"/>
20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="moving.xml"/>
22 </chapter>