Saturday, October 31, 2009

IRC meeting on Study Week
In this meeting I learned how to check out from SVN and work on shared documents then add my new files and finally commit ,so everyone in my group can see my work.If everyone edits the shared area at the same time, I can receive their changes through update.It is better to have a backup of my files in order not to lose any files by mistake.every changes in SVN creates a number as a revision , so it shows how many times it has been changed. Although by SVN checkout -r revision number we can access to our older files, but it is better to have a backup.
Until now, I know everyone has to write one class by dividing each class to IO_XXX.h header file and IO_XXX.cpp description file. We can compile and test our class in our individual main. everyone has its own separate main and just we need to call our specific main and test it.