Fossil SCM

More documentation clarifications.

drh 2009-09-12 20:42 trunk
Commit 7879c250fb79c6c383751b7ac68cbe672afa09ab
1 file changed +6 -5
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -251,21 +251,21 @@
251251
to start a new project, or the <b>clone</b> command to make a clone
252252
of a repository for an existing project.
253253
</li>
254254
255255
<li>
256
-Establish one or more source trees by changing your working directory
257
-to where you want the root of the source tree to be, then issuing
256
+Establish one or more source trees using
258257
the <b>open</b> command with the name of the repository file as its
259258
argument.
260259
</li>
261260
262261
<li>
263262
The <b>open</b> command in the previous step populates your local source
264263
tree with a copy of the latest check-in. Usually this is what you want.
265264
In the rare cases where it is not, use the <b>update</b> command to
266
-switch to a new check-in. Use the <b>timeline</b> or <b>leaves</b> commands
265
+switch to a different check-in.
266
+Use the <b>timeline</b> or <b>leaves</b> commands
267267
to identify alternative check-ins to switch to.
268268
</li>
269269
270270
<li>
271271
Edit the code. Add new files to the source tree using the <b>add</b>
@@ -326,11 +326,12 @@
326326
327327
<li>
328328
The <b>open</b> command in the previous step populates your local source
329329
tree with a copy of the latest check-in. Usually this is what you want.
330330
In the rare cases where it is not, use the <b>update</b> command to
331
-switch to a new check-in. Use the <b>timeline</b> or <b>leaves</b> commands
331
+switch to a different check-in.
332
+Use the <b>timeline</b> or <b>leaves</b> commands
332333
to identify alternative check-ins to switch to.
333334
</li>
334335
335336
<li>
336337
Edit the code. Add new files to the source tree using the <b>add</b>
@@ -365,11 +366,11 @@
365366
or are not to your liking, you can back out the changes using the
366367
<b>undo</b> command.
367368
</li>
368369
369370
<li>
370
-If two or more people ran "commit" against the same baseline, this will
371
+If two or more people ran "commit" against the same check-in, this will
371372
result in a [./branching.wiki | fork] which you may want to resolve by
372373
running <b>merge</b> followed by another <b>commit</b>.
373374
</li>
374375
375376
<li>
376377
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -251,21 +251,21 @@
251 to start a new project, or the <b>clone</b> command to make a clone
252 of a repository for an existing project.
253 </li>
254
255 <li>
256 Establish one or more source trees by changing your working directory
257 to where you want the root of the source tree to be, then issuing
258 the <b>open</b> command with the name of the repository file as its
259 argument.
260 </li>
261
262 <li>
263 The <b>open</b> command in the previous step populates your local source
264 tree with a copy of the latest check-in. Usually this is what you want.
265 In the rare cases where it is not, use the <b>update</b> command to
266 switch to a new check-in. Use the <b>timeline</b> or <b>leaves</b> commands
 
267 to identify alternative check-ins to switch to.
268 </li>
269
270 <li>
271 Edit the code. Add new files to the source tree using the <b>add</b>
@@ -326,11 +326,12 @@
326
327 <li>
328 The <b>open</b> command in the previous step populates your local source
329 tree with a copy of the latest check-in. Usually this is what you want.
330 In the rare cases where it is not, use the <b>update</b> command to
331 switch to a new check-in. Use the <b>timeline</b> or <b>leaves</b> commands
 
332 to identify alternative check-ins to switch to.
333 </li>
334
335 <li>
336 Edit the code. Add new files to the source tree using the <b>add</b>
@@ -365,11 +366,11 @@
365 or are not to your liking, you can back out the changes using the
366 <b>undo</b> command.
367 </li>
368
369 <li>
370 If two or more people ran "commit" against the same baseline, this will
371 result in a [./branching.wiki | fork] which you may want to resolve by
372 running <b>merge</b> followed by another <b>commit</b>.
373 </li>
374
375 <li>
376
--- www/concepts.wiki
+++ www/concepts.wiki
@@ -251,21 +251,21 @@
251 to start a new project, or the <b>clone</b> command to make a clone
252 of a repository for an existing project.
253 </li>
254
255 <li>
256 Establish one or more source trees using
 
257 the <b>open</b> command with the name of the repository file as its
258 argument.
259 </li>
260
261 <li>
262 The <b>open</b> command in the previous step populates your local source
263 tree with a copy of the latest check-in. Usually this is what you want.
264 In the rare cases where it is not, use the <b>update</b> command to
265 switch to a different check-in.
266 Use the <b>timeline</b> or <b>leaves</b> commands
267 to identify alternative check-ins to switch to.
268 </li>
269
270 <li>
271 Edit the code. Add new files to the source tree using the <b>add</b>
@@ -326,11 +326,12 @@
326
327 <li>
328 The <b>open</b> command in the previous step populates your local source
329 tree with a copy of the latest check-in. Usually this is what you want.
330 In the rare cases where it is not, use the <b>update</b> command to
331 switch to a different check-in.
332 Use the <b>timeline</b> or <b>leaves</b> commands
333 to identify alternative check-ins to switch to.
334 </li>
335
336 <li>
337 Edit the code. Add new files to the source tree using the <b>add</b>
@@ -365,11 +366,11 @@
366 or are not to your liking, you can back out the changes using the
367 <b>undo</b> command.
368 </li>
369
370 <li>
371 If two or more people ran "commit" against the same check-in, this will
372 result in a [./branching.wiki | fork] which you may want to resolve by
373 running <b>merge</b> followed by another <b>commit</b>.
374 </li>
375
376 <li>
377

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button