Changes

Jump to: navigation, search

OOP344 Temporary

578 bytes added, 11:52, 28 October 2009
Comment Blocks OOP344 northWind87: changed file headers to make use of svn:keywords property
<pre>
/* ##########################################################################
Project: OOP344 Assignment 1 File Name: ciol.c File Desc.: Implementation file for console input output (CIOL) library.
Last Modified By$LastChangedBy : Hasan Kamal-Al-Deen: $ $LastChangedDate :: $ Last Modified On$Rev :: October 14, 2009 $
##########################################################################*/
</pre>
 Now SVN can will actually automatically change the "last modified" lines as you commit files to the repository but we'll and this is done by using the following lines and the svn:keywords property:<pre> $LastChangedBy :: $ $LastChangedDate :: $ $Rev :: $</pre>LastChangedBy will show the last person to have to work modified the file, LastChangedDate will show the date that out after we know a bit more about this file was last modified on, and Rev will indicate the assignmentrevision at which this file was last changed. For the time being, we The svn:keywords property has already been globally set and propagated so it'll s in full use right now and all files that need a header should have to update files manually :)one in the specified format.<br/><br/>
That's about it folks, feel free to add or remove anything if you feel so compelled but please consult the rest of the group first if it is a major change.<br/>
'''-northWind87'''

Navigation menu