Re: voluntário para tradução pt_BR
Clauzio Perpétuo
clauzio.perpetuo at gmail.com
Sun Jul 9 20:12:35 CDT 2006
Diff completo; o anterior ficou pela metade.
--- /tmp/ch02-0.7.xml
+++ /home/klaux/svnboot/ch02.xml
@@ -1,18 +1,18 @@
<chapter id="svn.basic">
- <title>Basic Concepts</title>
+ <title>Conceitos Básicos</title>
<simplesect>
- <para>This chapter is a short, casual introduction to Subversion.
- If you're new to version control, this chapter is definitely for
- you. We begin with a discussion of general version control
- concepts, work our way into the specific ideas behind
- Subversion, and show some simple examples of Subversion in
- use.</para>
-
- <para>Even though the examples in this chapter show people sharing
- collections of program source code, keep in mind that Subversion
- can manage any sort of file collection—it's not limited to
- helping computer programmers.</para>
+ <para>Este capítulo é uma breve introdução, eventual ao Subversion.
+ Se você é um principiante em relação ao tema controle de versão,
+ este capítulo é definitivamente escrito para você. Começaremos
+ discutindo as máximas sobre controle de versão, seguiremos com os
+ conceitos específicos por trás do Subversion, e mostraremos alguns
+ exemplos simples dele em ação.</para>
+
+ <para>Embora os exemplos deste capítulo mostrem pessoas compartilhando
+ coleções de códigos fonte, tenha em mente que o Subversion pode
+ gerenciar qualquer coleção de arquivos—Não é destinado
+ apenas aos programadores de sistemas de computador.</para>
</simplesect>
@@ -20,32 +20,31 @@
<!-- ================================================================= -->
<!-- ================================================================= -->
<sect1 id="svn.basic.repository">
- <title>The Repository</title>
-
- <para>Subversion is a centralized system for sharing information.
- At its core is a repository, which is a central store of data.
- The repository stores information in the form of a
- <firstterm>filesystem tree</firstterm>—a typical hierarchy
- of files and directories. Any number of
- <firstterm>clients</firstterm> connect to the repository, and
- then read or write to these files. By writing data, a client
- makes the information available to others; by reading data, the
- client receives information from others. <xref
- linkend="svn.basic.repository.dia-1"/> illustrates this.</para>
+ <title>O Repositório</title>
+
+ <para>Subversion é um sistema centralizado para compartilhamento
+ de informações. Em seu núcleo está o repositório, qual um centro
+ armazenador de dados. O repositório guarda as informações na
+ forma de <firstterm>árvore de sistemas de arquivos</firstterm>
+ —uma típica hierarquia de arquivos e diretórios. Qualquer
+ número de <firstterm>clientes</firstterm> podem se conectar, e
+ então ler e escrever nestes arquivos. Escrevendo, um cliente
+ coloca as informações disponíveis para os outros; Lendo, ele
+ recebe as informações de outros. <xref
+ linkend="svn.basic.repository.dia-1"/> ilustra isto.</para>
<figure id="svn.basic.repository.dia-1">
- <title>A typical client/server system</title>
+ <title>Um sistema típico cliente/servidor</title>
<graphic fileref="images/ch02dia1.png"/>
</figure>
- <para>So why is this interesting? So far, this sounds like the
- definition of a typical file server. And indeed, the repository
- <emphasis>is</emphasis> a kind of file server, but it's not your
- usual breed. What makes the Subversion repository special is
- that <emphasis>it remembers every change</emphasis> ever written
- to it: every change to every file, and even changes to the
- directory tree itself, such as the addition, deletion, and
- rearrangement of files and directories.</para>
+ <para>Então, o que tem isto de interessante? Olhando assim, parece a
+ definição de um simples servidor de arquivos. E claramente,
+ o <emphasis>é</emphasis>, mas não apenas. O que o faz especial é a
+ sua <emphasis>capacidade de lembrar-se de todas as alterações
+ </emphasis> gravadas: qualquer modificação nos arquivos, inclusive
+ na árvore de diretórios, como adição, remoção e reorganização dos
+ mesmos.</para>
<para>When a client reads data from the repository, it normally
sees only the latest version of the filesystem tree. But the
--
Clauzio 'KlauX' Perpétuo
"Computers are like air-conditioners.
They stop working when you open windows."
More information about the svn-pt_br
mailing list