From 00109d87a65f10bbbd10a68b1103ae3bb6a328da Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 3 Jul 2002 11:15:51 +0000 Subject: Changes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1319 a1c6a512-1295-4272-9138-f99709370657 --- www/cvs.t | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'www/cvs.t') 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

cvs commit -m "This is my change comment" filename +

Note: 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.

Updating your repository

@@ -105,6 +106,16 @@ those on the remote repository. This is called "status":

cvs status | grep Status | grep -v Up-to-date +

Producing a diff of your changes

+ +

If you want to see how your local files differ from the CVS repository, +you can ask CVS to show you: + +

cvs diff -u [files(s)] + +

The -u selects the "unified" diff format, which is preferrable +when working with source code. +

What Happens in the Repository?

Subscribe to the rockbox-cvs list to get mails sent to you for every commit -- cgit v1.2.3