X-Git-Url: http://git.sourceforge.jp/view?p=tortoisegit%2FTortoiseGitJp.git;a=blobdiff_plain;f=doc%2Fsource%2Fen%2FTortoiseGit%2Ftsvn_repository%2Frepository_create.xml;h=6ac869466830559d17d13db719c875303ce04946;hp=b4e0bf789241d3bc74fd2f6dda49fa5266488e63;hb=758c8308f0864be57ee2186eb54c4db3131e0ea4;hpb=837cb34931b192808e71ba897698e92e1513354f diff --git a/doc/source/en/TortoiseGit/tsvn_repository/repository_create.xml b/doc/source/en/TortoiseGit/tsvn_repository/repository_create.xml index b4e0bf7..6ac8694 100644 --- a/doc/source/en/TortoiseGit/tsvn_repository/repository_create.xml +++ b/doc/source/en/TortoiseGit/tsvn_repository/repository_create.xml @@ -17,7 +17,7 @@ Choosing a Data Store - in the Subversion book for more information. + in the Git book for more information. Creating a Repository with the Command Line Client @@ -138,7 +138,7 @@ svnadmin create --fs-type fsfs MyNewRepository To access your local repository you need the path to that folder. - Just remember that Subversion expects all repository paths in the form + Just remember that Git expects all repository paths in the form file:///C:/SVNRepository/. Note the use of forward slashes throughout. @@ -185,7 +185,7 @@ svnadmin create --fs-type fsfs MyNewRepository Secondly not all network file sharing protocols support the locking - that Subversion requires, so you may find your repository gets corrupted. + that Git requires, so you may find your repository gets corrupted. It may not happen straight away, but one day two users will try to access the repository at the same time. @@ -267,7 +267,7 @@ svnadmin create --fs-type fsfs MyNewRepository When you commit changes, it is the revision number of the whole repository which changes, not the revision number of the project. Having 2 unrelated projects share a repository can mean large gaps - in the revision numbers. The Subversion and TortoiseGit projects + in the revision numbers. The Git and TortoiseGit projects appear at the same host address, but are completely separate repositories allowing independent development, and no confusion over build numbers.