diff options
Diffstat (limited to 'docs/busybox.net/cvs_howto.html')
-rw-r--r-- | docs/busybox.net/cvs_howto.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/busybox.net/cvs_howto.html b/docs/busybox.net/cvs_howto.html index cff3a353c..837d6cd61 100644 --- a/docs/busybox.net/cvs_howto.html +++ b/docs/busybox.net/cvs_howto.html | |||
@@ -12,16 +12,16 @@ For the impatient, the following is probably about all you need to know: | |||
12 | <dl> | 12 | <dl> |
13 | <dt><pre>cvs checkout -c</pre> | 13 | <dt><pre>cvs checkout -c</pre> |
14 | <dd>Will list the modules available for checkout | 14 | <dd>Will list the modules available for checkout |
15 | <dt><pre>cvs checkout < module name ></pre> | 15 | <dt><pre>cvs checkout < module name ></pre> |
16 | <dd>Will checkout the named module | 16 | <dd>Will checkout the named module |
17 | <dt><pre>cvs co < module name ></pre> | 17 | <dt><pre>cvs co < module name ></pre> |
18 | <dd>Same thing | 18 | <dd>Same thing |
19 | <dt><pre>cvs update</pre> | 19 | <dt><pre>cvs update</pre> |
20 | 20 | ||
21 | <dd>Updates your local archive so it is in sync with the repository | 21 | <dd>Updates your local archive so it is in sync with the repository |
22 | -- your local updates are left intact. Tries to merge upstream updates | 22 | -- your local updates are left intact. Tries to merge upstream updates |
23 | into your local updates. You will see the following tags when it is | 23 | into your local updates. You will see the following tags when it is |
24 | updating your local repository: C means conflict, U means update, | 24 | updating your local repository: C means conflict, U means update, |
25 | P means patched, and M means modified. | 25 | P means patched, and M means modified. |
26 | <dt><pre>cvs up</pre> | 26 | <dt><pre>cvs up</pre> |
27 | <dd>Same thing | 27 | <dd>Same thing |