X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fcvs-migration.txt;h=8db1409e43fde99938b3134e09e033eb54d7cbdc;hb=d59a6043a8a7aed97c684fb4f14fe5221df1fcaf;hp=d582aa0a215c54bc8a9b3656160ff819f86b574d;hpb=7da71deb118f5c04553df0d1036a57df5fd2284e;p=git.git diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index d582aa0a..8db1409e 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -111,17 +111,15 @@ repository of this person public, and make every team member pull regularly from it. 2. Set up a public repository with read/write access for every team -member. Use "git pull/push" as you used "cvs update/commit". Beware! -Linus says that "git push" does no locking, since it was not meant -for multi-user repositories! +member. Use "git pull/push" as you used "cvs update/commit". Be +sure that your repository is up to date before pushing, just +like you used to do with "cvs commit"; your push will fail if +what you are pushing is not up to date. 3. Make the repository of every team member public. It is the responsibility of each single member to pull from every other team member. -4. Read Documentation/tutorial.txt and admit that the described work -flow is the best. - CVS annotate ------------