From 38cdffc2da3457380aa287b78a1c2a5067a1f2b0 Mon Sep 17 00:00:00 2001
From: Greg Wilson
Wolfman's working copy is now in sync with the master, but Dracula's is one behind at revision 9. @@ -1144,7 +1150,16 @@ Elara 11740 259.6528 0.008 40.0 Subversion tells him he can't. But this time, when Dracula does updates his working copy, - he doesn't just get the line Wolfman added to create revision 11. + he doesn't just get the line Wolfman added to create revision 11 + (Figure 11). +
+ + + +There is an actual conflict in the file, so Subversion asks Dracula what he wants to do:
@@ -1257,12 +1272,12 @@ Elara 11740 259.6528 0.008 40.0 it displays his file, the common base that he and Wolfman were working from, and Wolfman's file in a three-pane view - (Figure 10): + (Figure 12):@@ -1351,14 +1366,7 @@ Elara 11740 259.6528 0.008 40.0 Edit your biography in one copy and commit those changes, then switch to the other copy and edit the same file before updating. - Figure 11 shows - the differences between these two challenges.
- - @@ -1456,12 +1464,12 @@ Elara 11,740 259.6528We can draw the sequence of events leading up to revision 13 - as shown in Fixture 12: + as shown in Figure 13:
@@ -1471,12 +1479,12 @@ Elara 11,740 259.6528 it's there forever. What he can do instead is merge the old revision with the current revision to create a new revision - (Fixture 13). + (Figure 14).
@@ -1578,7 +1586,7 @@ $ svn copy https://universal.software-carpentry.org/explore/mis
The usual way to handle this situation is
to create a branch
in the repository for each major sub-project
- (Figure 14).
+ (Figure 15).
While Wolfman and Dracula work on
the main line,
Frankenstein and the Mummy create a branch,
@@ -1589,7 +1597,7 @@ $ svn copy https://universal.software-carpentry.org/explore/mis
@@ -1683,14 +1691,8 @@ svn diff -r 240:261 fish.dat
it exchanges data with the copy of Subversion running on the server.
- To make this to work, we need four things
- (Figure 15):
+ To make this to work, we need four things:
--
2.26.2