|
From: Hasnain A. <has...@us...> - 2006-09-19 11:00:54
|
Update of /cvsroot/hello-world/myproject1/myproject In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31807/myproject Modified Files: file1 main.c Log Message: commiting changes on date 19-09-2006 Index: file1 =================================================================== RCS file: /cvsroot/hello-world/myproject1/myproject/file1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** file1 7 Dec 2005 04:52:20 -0000 1.1.1.1 --- file1 19 Sep 2006 11:00:46 -0000 1.2 *************** *** 6,7 **** --- 6,11 ---- Enough for first revision. + + -----this is inner file1------- 19-09-2006--- + + Index: main.c =================================================================== RCS file: /cvsroot/hello-world/myproject1/myproject/main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.c 7 Dec 2005 05:18:15 -0000 1.2 --- main.c 19 Sep 2006 11:00:46 -0000 1.3 *************** *** 1,2 **** --- 1,5 ---- + + ////////////// this is inner main.c///////// 19-09-2006 + #include <stdio.h> void cvs(void); |