X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=doc%2Fsource%2Fen%2FTortoiseGit%2Ftsvn_preface.xml;h=1b74e99fd3811d63e5f95a178e6299b5f2423fc4;hb=758c8308f0864be57ee2186eb54c4db3131e0ea4;hp=99a43cdd7fbbbaa675ab0a0160f08b98ddf272e5;hpb=837cb34931b192808e71ba897698e92e1513354f;p=tortoisegit%2FTortoiseGitJp.git diff --git a/doc/source/en/TortoiseGit/tsvn_preface.xml b/doc/source/en/TortoiseGit/tsvn_preface.xml index 99a43cd..1b74e99 100644 --- a/doc/source/en/TortoiseGit/tsvn_preface.xml +++ b/doc/source/en/TortoiseGit/tsvn_preface.xml @@ -3,7 +3,7 @@ Preface - + @@ -48,7 +48,7 @@ Audience This book is written for computer literate folk who want to - use Subversion to manage their data, but are uncomfortable using the + use Git to manage their data, but are uncomfortable using the command line client to do so. Since TortoiseGit is a windows shell extension it's assumed that the user is familiar with the windows explorer and knows how to use it. @@ -71,19 +71,19 @@ In we give a short introduction - to the Subversion revision control system which + to the Git revision control system which underlies TortoiseGit. This is borrowed from the documentation for the - Subversion project and explains the different approaches to version - control, and how Subversion works. + Git project and explains the different approaches to version + control, and how Git works. - Even most Subversion users will never have to set up a server themselves. + Even most Git users will never have to set up a server themselves. The next chapter deals with how to set up such a server, and is useful for administrators. The chapter on explains how to set up - a local repository, which is useful for testing Subversion and TortoiseGit + a local repository, which is useful for testing Git and TortoiseGit using a single PC. It also explains a bit about repository administration which is also relevant to repositories located on a server. @@ -94,11 +94,13 @@ modifying it, committing your changes, etc. It then progresses to more advanced topics. + The section answers some common questions about performing tasks which are not explicitly covered elsewhere. @@ -110,7 +112,7 @@ The give a correlation - between TortoiseGit commands and their equivalents in the Subversion + between TortoiseGit commands and their equivalents in the Git command line client svn.exe. @@ -125,17 +127,10 @@ TortoiseGit is an Open Source project. That means you have full - read access to the source code of this program. You can browse it - on this link - - http://TortoiseGit.tigris.org/svn/TortoiseGit/ - . - You will be prompted to enter username and password. - The username is guest, and the password must be left blank. - The most recent version (where we're currently working) is located under - /trunk/, - and the released versions are located under - /tags/. + read access to the source code of this program. Project Home is + + http://code.google.com/p/tortoisegit + @@ -144,7 +139,7 @@ Community - Both TortoiseGit and Subversion are developed by a community of + Both TortoiseGit and Git are developed by a community of people who are working on those projects. They come from different countries all over the world and joined together to create wonderful programs. @@ -157,7 +152,7 @@ Acknowledgments - Tim Kemp + Frank Li for founding the TortoiseGit project @@ -165,6 +160,35 @@ + Colin Law + + + + + + + myagi + + + + + + + Johan t Hart + + + + + + + Tim Kemp + + + for founding the TortoiseSVN project(TortoiseGit come from this project) + + + + Stefan Küng @@ -190,10 +214,10 @@ - The Subversion Book + The Git Book - for the great introduction to Subversion and its + for the great introduction to Git and its chapter 2 which we copied here