Saturday, May 22, 2010

week 2

a)I learned that different OS needs different header files. For example:
windows - windows.h
linux/unix- ncurses.h

b) SVN

There are 3 directories in SVN....
  1. Branches where you do all your dirty work
  2. Tags are snapshots
  3. Trunk is the now moment (main) and it must always be in the compile state ( never in error state)
Local......................... Server
cause conflict <-------- copy(checkout)
cause conflict <-------- update
copy/update --------> commit
the server

"add" flag the file to be added to the server on next commit

Steps for SVN
  1. checkout
  2. edit(update and commit)
  3. branch/tag
  4. Merge

Thursday, May 13, 2010

May 13

This is my new blog =) Hi