OSDN Git Service

1b74e99fd3811d63e5f95a178e6299b5f2423fc4
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / tsvn_preface.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE preface SYSTEM "../../dtd/dblite.dtd">\r
3 <preface id="tsvn-preface">\r
4         <title>Preface</title>\r
5         <simplesect>\r
6                 <graphic srccredit="TortoiseGit Logo" fileref="images/TortoiseGit_logo_hor468x64.png" scalefit="1" />\r
7         </simplesect>\r
8         <simplesect>\r
9                 <para>\r
10                         <itemizedlist>\r
11                                 <listitem>\r
12                                         <para>\r
13                                                 Do you work in a team?\r
14                                         </para>\r
15                                 </listitem>\r
16                                 <listitem>\r
17                                         <para>\r
18                                                 Has it ever happened that you were working on a file,\r
19                                                 and someone else was working on the same file at the same time?\r
20                                                 Did you lose your changes to that file because of that?\r
21                                         </para>\r
22                                 </listitem>\r
23                                 <listitem>\r
24                                         <para>\r
25                                                 Have you ever saved a file, and then wanted to\r
26                                                 revert the changes you made? Have you ever wished you\r
27                                                 could see what a file looked like some time ago?\r
28                                         </para>\r
29                                 </listitem>\r
30                                 <listitem>\r
31                                         <para>\r
32                                                 Have you ever found a bug in your project and\r
33                                                 wanted to know when that bug got into your files?\r
34                                         </para>\r
35                                 </listitem>\r
36                         </itemizedlist>\r
37                 </para>\r
38                 <para>\r
39                         If you answered <quote>yes</quote> to one of these questions, then\r
40                         TortoiseGit is for you! Just read on to find out how TortoiseGit\r
41                         can help you in your work. It's not that difficult.\r
42                 </para>\r
43         </simplesect>\r
44         <!-- =================================================================== -->\r
45         <!-- ========================   SECTION 1 ============================== -->\r
46         <!-- =================================================================== -->\r
47         <sect1 id="tsvn-preface-audience">\r
48                 <title>Audience</title>\r
49                 <para>\r
50                         This book is written for computer literate folk who want to\r
51                         use Git to manage their data, but are uncomfortable using the\r
52                         command line client to do so. Since TortoiseGit is a windows shell\r
53                         extension it's assumed that the user is familiar with the windows\r
54                         explorer and knows how to use it.\r
55                 </para>\r
56         </sect1>\r
57         <!-- =================================================================== -->\r
58         <!-- ========================   SECTION 1a ============================= -->\r
59         <!-- =================================================================== -->\r
60         <sect1 id="tsvn-preface-readingguide">\r
61                 <title>Reading Guide</title>\r
62                 <para>\r
63                         This <xref linkend="tsvn-preface"/> explains a little about the\r
64                         TortoiseGit project, the community of people who work on it, and\r
65                         the licensing conditions for using it and distributing it.\r
66                 </para>\r
67                 <para>\r
68                         The <xref linkend="tsvn-introduction"/> explains what TortoiseGit is,\r
69                         what it does, where it comes from and the basics for installing it\r
70                         on your PC.\r
71                 </para>\r
72                 <para>\r
73                         In <xref linkend="tsvn-basics"/> we give a short introduction\r
74                         to the <emphasis>Git</emphasis> revision control system which\r
75                         underlies TortoiseGit. This is borrowed from the documentation for the\r
76                         Git project and explains the different approaches to version\r
77                         control, and how Git works.\r
78                 </para>\r
79                 <para>\r
80                         Even most Git users will never have to set up a server themselves.\r
81                         The next chapter deals with how to set up such a server, and is useful\r
82                         for administrators.\r
83                 </para>\r
84                 <para>\r
85                         The chapter on <xref linkend="tsvn-repository"/> explains how to set up\r
86                         a local repository, which is useful for testing Git and TortoiseGit\r
87                         using a single PC. It also explains a bit about repository administration\r
88                         which is also relevant to repositories located on a server.\r
89                 </para>\r
90                 <para>\r
91                         The <xref linkend="tsvn-dug"/> is the most important section as\r
92                         it explains all the main features of TortoiseGit and how to use them.\r
93                         It takes the form of a tutorial, starting with checking out a working copy,\r
94                         modifying it, committing your changes, etc. It then progresses to more\r
95                         advanced topics.\r
96                 </para>\r
97                 <!--\r
98                 <para>\r
99                         <xref linkend="tsvn-subwcrev"/> is a separate program included with TortoiseGit\r
100                         which can extract the information from your working copy and write it into a\r
101                         file. This is useful for including build information in your projects.\r
102                 </para>\r
103                 -->\r
104                 <para>\r
105                         The <xref linkend="tsvn-howto"/> section answers some common questions\r
106                         about performing tasks which are not explicitly covered elsewhere.\r
107                 </para>\r
108                 <para>\r
109                         The section on <xref linkend="tsvn-automation"/> shows how the\r
110                         TortoiseGit GUI dialogs can be called from the command line. This is useful\r
111                         for scripting where you still need user interaction.\r
112                 </para>\r
113                 <para>\r
114                         The <xref linkend="tsvn-cli"/> give a correlation\r
115                         between TortoiseGit commands and their equivalents in the Git\r
116                         command line client <literal>svn.exe</literal>.\r
117                 </para>\r
118         </sect1>\r
119         <!-- =================================================================== -->\r
120         <!-- ========================   SECTION 2 ============================== -->\r
121         <!-- =================================================================== -->\r
122         <sect1 id="tsvn-preface-source">\r
123                 <title>TortoiseGit is free!</title>\r
124                 <para>\r
125                         TortoiseGit is free. You don't have to pay to use it, and you can use it\r
126                         any way you want. It is developed under the GNU General Public License (GPL).\r
127                 </para>\r
128                 <para>\r
129                         TortoiseGit is an Open Source project. That means you have full\r
130                         read access to the source code of this program. Project Home is \r
131                         <ulink url="http://code.google.com/p/tortoisegit">\r
132                                 <citetitle>http://code.google.com/p/tortoisegit</citetitle>\r
133                         </ulink>\r
134                 </para>\r
135         </sect1>\r
136         <!-- =================================================================== -->\r
137         <!-- ========================   SECTION 3 ============================== -->\r
138         <!-- =================================================================== -->\r
139         <sect1 id="tsvn-preface-community">\r
140                 <title>Community</title>\r
141                 <para>\r
142                         Both TortoiseGit and Git are developed by a community of\r
143                         people who are working on those projects. They come from different\r
144                         countries all over the world and joined together to create wonderful\r
145                         programs.\r
146                 </para>\r
147         </sect1>\r
148         <!-- =================================================================== -->\r
149         <!-- ========================   SECTION 4 ============================== -->\r
150         <!-- =================================================================== -->\r
151         <sect1 id="tsvn-preface-acknowledgements">\r
152                 <title>Acknowledgments</title>\r
153                 <variablelist>\r
154                         <varlistentry>\r
155                                 <term>Frank Li</term>\r
156                                 <listitem>\r
157                                         <para>\r
158                                                 for founding the TortoiseGit project\r
159                                         </para>\r
160                                 </listitem>\r
161                         </varlistentry>\r
162                         <varlistentry>\r
163                                 <term>Colin Law</term>\r
164                                 <listitem>\r
165                                         <para>                                          \r
166                                         </para>\r
167                                 </listitem>\r
168                         </varlistentry>\r
169                         <varlistentry>\r
170                                 <term>myagi</term>\r
171                                 <listitem>\r
172                                         <para>                                          \r
173                                         </para>\r
174                                 </listitem>\r
175                         </varlistentry>\r
176                         <varlistentry>\r
177                                 <term>Johan t Hart</term>\r
178                                 <listitem>\r
179                                         <para>                                          \r
180                                         </para>\r
181                                 </listitem>\r
182                         </varlistentry>\r
183                         <varlistentry>\r
184                                 <term>Tim Kemp</term>\r
185                                 <listitem>\r
186                                         <para>\r
187                                                 for founding the TortoiseSVN project(TortoiseGit come from this project)\r
188                                         </para>\r
189                                 </listitem>\r
190                         </varlistentry>\r
191                         <varlistentry>\r
192                                 <term>Stefan Küng</term>\r
193                                 <listitem>\r
194                                         <para>\r
195                                                 for the hard work to get TortoiseGit to what it is now\r
196                                         </para>\r
197                                 </listitem>\r
198                         </varlistentry>\r
199                         <varlistentry>\r
200                                 <term>Lübbe Onken</term>\r
201                                 <listitem>\r
202                                         <para>\r
203                                                 for the beautiful icons, logo, bug hunting, translating and\r
204                                                 managing the translations\r
205                                         </para>\r
206                                 </listitem>\r
207                         </varlistentry>\r
208                         <varlistentry>\r
209                                 <term>Simon Large</term>\r
210                                 <listitem>\r
211                                         <para>\r
212                                                 for helping with the documentation and bug hunting\r
213                                         </para>\r
214                                 </listitem>\r
215                         </varlistentry>\r
216                         <varlistentry>\r
217                                 <term>The Git Book</term>\r
218                                 <listitem>\r
219                                         <para>\r
220                                                 for the great introduction to Git and its\r
221                                                 chapter 2 which we copied here\r
222                                         </para>\r
223                                 </listitem>\r
224                         </varlistentry>\r
225                         <varlistentry>\r
226                                 <term>The Tigris Style project</term>\r
227                                 <listitem>\r
228                                         <para>\r
229                                                 for some of the styles which are reused in this documentation\r
230                                         </para>\r
231                                 </listitem>\r
232                         </varlistentry>\r
233                         <varlistentry>\r
234                                 <term>Our Contributors</term>\r
235                                 <listitem>\r
236                                         <para>\r
237                                                 for the patches, bug reports and new ideas, and for\r
238                                                 helping others by answering questions on our mailing list.\r
239                                         </para>\r
240                                 </listitem>\r
241                         </varlistentry>\r
242                         <varlistentry>\r
243                                 <term>Our Donators</term>\r
244                                 <listitem>\r
245                                         <para>\r
246                                                 for many hours of joy with the music they sent us\r
247                                         </para>\r
248                                 </listitem>\r
249                         </varlistentry>\r
250                 </variablelist>\r
251         </sect1>\r
252         <!-- ================================================================= -->\r
253         <!-- ======================== SECTION 5 ============================== -->\r
254         <!-- ================================================================= -->\r
255         <sect1 id="tsvn-preface-terminoloty">\r
256                 <title>Terminology used in this document</title>\r
257                 <para>\r
258                         To make reading the docs easier, the names of all the screens and Menus \r
259                         from TortoiseGit are marked up in a different font.\r
260                         The <guilabel>Log Dialog</guilabel> for instance.\r
261                 </para>\r
262                 <para>\r
263                         A menu choice is indicated with an arrow.\r
264                         <menuchoice>\r
265                                 <guimenu>TortoiseGit</guimenu>\r
266                                 <guimenuitem>Show Log</guimenuitem>\r
267                         </menuchoice>\r
268                         means: select <emphasis>Show Log</emphasis> from the\r
269                         <emphasis>TortoiseGit</emphasis> context menu.\r
270                 </para>\r
271                 <para>\r
272                         Where a local context menu appears within one of the TortoiseGit\r
273                         dialogs, it is shown like this:\r
274                         <menuchoice>\r
275                                 <guimenu>Context Menu</guimenu>\r
276                                 <guimenuitem>Save As ...</guimenuitem>\r
277                         </menuchoice>\r
278                 </para>\r
279                 <para>\r
280                         User Interface Buttons are indicated like this:\r
281                         Press <guibutton>OK</guibutton> to continue.\r
282                 </para>\r
283                 <para>\r
284                         User Actions are indicated using a bold font.\r
285                         <keycap>Alt+A</keycap>: press the\r
286                         <keycap>Alt</keycap>-Key on your keyboard and while holding it down\r
287                         press the <keycap>A</keycap>-Key as well.\r
288                         <action>Right-drag</action>: press the right mouse button and while\r
289                         holding it down <emphasis>drag</emphasis> the items to the new location.\r
290                 </para>\r
291                 <para>\r
292                         System output and keyboard input is indicated with a\r
293                         <literal>different</literal> font as well.\r
294                 </para>\r
295                 <important>\r
296                         <para>\r
297                                 Important notes are marked with an icon.\r
298                         </para>\r
299                 </important>\r
300                 <tip>\r
301                         <para>\r
302                                 Tips that make your life easier.\r
303                         </para>\r
304                 </tip>\r
305                 <caution>\r
306                         <para>\r
307                                 Places where you have to be careful what you are doing.\r
308                         </para>\r
309                 </caution>\r
310                 <warning>\r
311                         <para>\r
312                                 Where extreme care has to be taken, data corruption or other\r
313                                 nasty things may occur if these warnings are ignored.\r
314                         </para>\r
315                 </warning>\r
316                 <graphic srccredit="hide" fileref="images/background.png" scalefit="1" width="100%"/>\r
317         </sect1>\r
318 </preface>\r