1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1319 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-07-03 11:15:51 +00:00
parent 1c72ea3bdf
commit 00109d87a6
9 changed files with 108 additions and 58 deletions

View file

@ -66,6 +66,7 @@ of the Rockbox project
<p><tt>cvs commit -m "This is my change comment" <b>filename</b></tt>
<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.
<h2>Updating your repository</h2>
@ -105,6 +106,16 @@ those on the remote repository. This is called "status":
<p><tt>cvs status | grep Status | grep -v Up-to-date</tt>
<h2>Producing a diff of your changes</h2>
<p>If you want to see how your local files differ from the CVS repository,
you can ask CVS to show you:
<p><tt>cvs diff -u [files(s)]</tt>
<p>The <tt>-u</tt> selects the "unified" diff format, which is preferrable
when working with source code.
<h2>What Happens in the Repository?</h2>
<p>
Subscribe to the rockbox-cvs list to get mails sent to you for every commit