My favorites | Sign in
Logo
          
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0"?>
<!DOCTYPE book SYSTEM "../tools/dtd/dblite.dtd"
[
<!ENTITY % vers SYSTEM "version.xml">
%vers;
<!ENTITY foreword SYSTEM "foreword.xml">
<!ENTITY ch00 SYSTEM "ch00.xml">
<!ENTITY ch01 SYSTEM "ch01.xml">
<!ENTITY ch02 SYSTEM "ch02.xml">
<!ENTITY ch03 SYSTEM "ch03.xml">
<!ENTITY ch04 SYSTEM "ch04.xml">
<!ENTITY ch05 SYSTEM "ch05.xml">
<!ENTITY ch06 SYSTEM "ch06.xml">
<!ENTITY ch07 SYSTEM "ch07.xml">
<!ENTITY ch08 SYSTEM "ch08.xml">
<!ENTITY ch09 SYSTEM "ch09.xml">
<!ENTITY appa SYSTEM "appa.xml">
<!ENTITY appb SYSTEM "appb.xml">
<!ENTITY appc SYSTEM "appc.xml">
<!ENTITY appd SYSTEM "appd.xml">
<!ENTITY gloss SYSTEM "glossary.xml">
<!ENTITY license SYSTEM "copyright.xml">
<!ENTITY colo SYSTEM "colo.xml">
]>

<book id="svn">
<title>Version Control with Subversion</title>

<!-- Using revnumber would be more appropriate, but our stylesheets -->
<!-- don't seem to render it. -->
<subtitle><para>For Subversion 1.0</para>
<para>(book compiled from &svn.version;)</para>
</subtitle>

<bookinfo>

<edition>First</edition>
<isbn>0-59600-448-6</isbn>
<authorgroup>

<author>
<firstname>Ben</firstname>
<surname>Collins-Sussman</surname>
</author>

<author>
<firstname>Brian W.</firstname>
<surname>Fitzpatrick</surname>
</author>

<author>
<firstname>C. Michael</firstname>
<surname>Pilato</surname>
</author>

</authorgroup>

<editor>
<firstname>Linda</firstname>
<surname>Mui</surname>
</editor>

<pagenums>350 pages (est.)</pagenums>
<pubdate>(TBA)</pubdate>

<copyright>
<year>2002</year>
<year>2003</year>
<year>2004</year>
<holder>Ben Collins-Sussman</holder>
<holder>Brian W. Fitzpatrick</holder>
<holder>C. Michael Pilato</holder>
</copyright>

<legalnotice><para>This work is licensed under the Creative
Commons Attribution License. To view a copy of this license,
visit http://creativecommons.org/licenses/by/2.0/ or send a
letter to Creative Commons, 559 Nathan Abbott Way, Stanford,
California 94305, USA.</para></legalnotice>

</bookinfo>

<!-- External entity refs -->

&foreword;
&ch00;
&ch01;
&ch02;
&ch03;
&ch04;
&ch05;
&ch06;
&ch07;
&ch08;
&ch09;
&appa;
&appb;
&appc;
&appd;
&license;
&colo;

</book>
Show details Hide details

Change log

r1122 by cmpilato on Feb 25, 2005   Diff
Rename tag to associate with English
version only.
Go to: 

Older revisions

r1107 by sussman on Feb 23, 2005   Diff
Create 'book-1.0-final' tag.  This is
a snapshot of the last version
of the book's trunk before we started
documenting 1.1 features.

r658 by sussman on Sep 13, 2004   Diff
Various book improvements, appropriate
for both svn 1.0 and 1.1.

(These changes will be backported to
the 1.0 branch.)
...
r613 by fitz on Jun 14, 2004   Diff
Wrap the legal notice in a paragraph
tag to avoid warning messages
when validating.

* book.xml: Fix warning.
All revisions of this file

File info

Size: 2483 bytes, 103 lines

File properties

svn:mime-type
text/xml
svn:eol-style
native
Hosted by Google Code