This pages summarizes a typical SVN session
- Bring your local version in sync with the repository
svn update
- Do your editing work
- Check if it compiles
Please Always check this ! - Commit your changes
go to the Main directoryit will ask you for a commit message, please state some details what you've done, e.g. added section, etc.svn commit
- do an update