aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-01 12:33:05 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-01 12:47:30 -0700
commit3206014a51bfc8886df1d55bb0bcee65ba6834b3 (patch)
tree1180760eecb9070161a5e87c7e17b131aa2f0c51 /Documentation
parent7da71deb118f5c04553df0d1036a57df5fd2284e (diff)
downloadgit-3206014a51bfc8886df1d55bb0bcee65ba6834b3.tar.gz
CVS-like push-pull description update.
- Yes, push does not lock, but that does not mean it is not meant for multi-user repository. It just ought to perform correctly without using locks. - Let's not pretend we know _the_ right way. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/cvs-migration.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt
index d582aa0a21..8db1409e43 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
------------