Author | Message |
---|---|
cysun
Posts: 2935
|
Posted 10:05 Feb 22, 2015 |
Section 1 (Mon & Wed): 80 Section 2 (Tue): 100 Last edited by cysun at
20:49 Feb 27, 2015.
|
cysun
Posts: 2935
|
Posted 10:16 Feb 22, 2015 |
If you think you deserve more partial credit, send me a copy of the output of "svn diff" of your CSNS project. "svn diff" shows the difference between your working copy and the version checked out from the repository; without this I won't regrade your project. To get a copy of the output of "svn diff", install a command line version Subversion, then open a command console, go to the CSNS project folder, and do:
This command will store the output of "svn diff" in a text file which you can send to me. If you added any new file to the project, you need to put it under version control before running "svn diff". To add a file to version control, you can either do it in Eclipse by right clicking on the file then select Team -> Add to version control, or do it on command line: svn add path/to/file. |
cysun
Posts: 2935
|
Posted 10:19 Feb 22, 2015 |
Of course, you also need to explain why you think you deserve more credit. |