Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

This pages summarizes a typical SVN session

  1. Bring your local version in sync with the repository
    Code Block
     svn update
    
  2. Do your editing work
  3. Check if it compiles
    Please Always check this !
  4. Commit your changes
    go to the Main directory
    Code Block
    svn commit
    
    it will ask you for a commit message, please state some details what you've done, e.g. added section, etc.
  5. do an update