Changes between Version 11 and Version 12 of GSoC/GettingStarted


Ignore:
Timestamp:
01/16/12 19:38:05 (12 years ago)
Author:
Gedare
Comment:

/* Prove You Can Work On RTEMS */ s/cvs/git and update example diff.

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/GettingStarted

    v11 v12  
    5252</center>
    5353
    54 Modify the hello world example in the class-examples CVS module to include your name.  Something like "Hello Fred!". Then send us enough to prove to us that you did this.  We want to know you can work with RTEMS.  Ask on the mailing list about how to submit the proof.  We want you to be open and active.
     54Modify the hello world example to include your name.  Something like "Hello Fred!". Then send us enough to prove to us that you did this.  We want to know you can work with RTEMS.  Ask on the mailing list about how to submit the proof.  We want you to be open and active.
    5555
    56 Send a "cvs diff" of your changes.  This will look something like this:
     56Send a "git diff" of your changes.  This will look something like this:
    5757
    5858{{{
    59 Index: init.c==  =============================================================
    60 
    61 RCS file: /usr1/CVS/rtems/testsuites/samples/hello/init.c,v
    62 retrieving revision 1.15
    63 diff -u -r1.15 init.c
    64 --- init.c      11 Jan 2008 22:50:10 -0000      1.15
    65 +++ init.c      20 Jan 2009 21:13:09 -0000
    66 @@ -29,8 +29,9 @@
     59diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
     60index 8874030..dda8175 100644
     61--- a/testsuites/samples/hello/init.c
     62+++ b/testsuites/samples/hello/init.c
     63@@ -33,9 +33,10 @@ rtems_task Init(
    6764   rtems_task_argument ignored
    6865 )