OSDN Git Service

Update Document
[tortoisegit/TortoiseGitJp.git] / doc / source / en / TortoiseGit / tsvn_repository / repository_create.xml
index b4e0bf7..6ac8694 100644 (file)
@@ -17,7 +17,7 @@
                <ulink url="http://svnbook.red-bean.com/en/1.5/svn.reposadmin.planning.html#svn.reposadmin.basics.backends">\r
                        <citetitle>Choosing a Data Store</citetitle>\r
                </ulink>\r
-               in the Subversion book for more information.\r
+               in the Git book for more information.\r
        </para>\r
        <sect2 id="tsvn-repository-create-commandline">\r
                <title>Creating a Repository with the Command Line Client</title>\r
@@ -138,7 +138,7 @@ svnadmin create --fs-type fsfs MyNewRepository
                </indexterm>\r
                <para>\r
                        To access your local repository you need the path to that folder.\r
-                       Just remember that Subversion expects all repository paths in the form\r
+                       Just remember that Git expects all repository paths in the form\r
                        <systemitem class="url">file:///C:/SVNRepository/</systemitem>.\r
                        Note the use of forward slashes throughout.\r
                </para>\r
@@ -185,7 +185,7 @@ svnadmin create --fs-type fsfs MyNewRepository
                </para>\r
                <para>\r
                        Secondly not all network file sharing protocols support the locking\r
-                       that Subversion requires, so you may find your repository gets corrupted.\r
+                       that Git requires, so you may find your repository gets corrupted.\r
                        It may not happen straight away, but one day two users will try to access\r
                        the repository at the same time.\r
                </para>\r
@@ -267,7 +267,7 @@ svnadmin create --fs-type fsfs MyNewRepository
                        When you commit changes, it is the revision number of the whole\r
                        repository which changes, not the revision number of the project.\r
                        Having 2 unrelated projects share a repository can mean large gaps\r
-                       in the revision numbers. The Subversion and TortoiseGit projects\r
+                       in the revision numbers. The Git and TortoiseGit projects\r
                        appear at the same host address, but are completely separate\r
                        repositories allowing independent development, and no confusion\r
                        over build numbers.\r