summaryrefslogtreecommitdiff
path: root/www/cvs.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/cvs.t')
-rw-r--r--www/cvs.t11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/cvs.t b/www/cvs.t
index ac7e5dea62..b743573a44 100644
--- a/www/cvs.t
+++ b/www/cvs.t
@@ -66,6 +66,7 @@ of the Rockbox project
66 66
67<p><tt>cvs commit -m "This is my change comment" <b>filename</b></tt> 67<p><tt>cvs commit -m "This is my change comment" <b>filename</b></tt>
68 68
69<p><strong>Note:</strong> Before checking in modifications, test-build all targets (player, player-old, recorder, player-sim, recorder-sim) to make sure your changes don't break anything.
69 70
70<h2>Updating your repository</h2> 71<h2>Updating your repository</h2>
71 72
@@ -105,6 +106,16 @@ those on the remote repository. This is called "status":
105 106
106<p><tt>cvs status | grep Status | grep -v Up-to-date</tt> 107<p><tt>cvs status | grep Status | grep -v Up-to-date</tt>
107 108
109<h2>Producing a diff of your changes</h2>
110
111<p>If you want to see how your local files differ from the CVS repository,
112you can ask CVS to show you:
113
114<p><tt>cvs diff -u [files(s)]</tt>
115
116<p>The <tt>-u</tt> selects the "unified" diff format, which is preferrable
117when working with source code.
118
108<h2>What Happens in the Repository?</h2> 119<h2>What Happens in the Repository?</h2>
109<p> 120<p>
110 Subscribe to the rockbox-cvs list to get mails sent to you for every commit 121 Subscribe to the rockbox-cvs list to get mails sent to you for every commit