Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The directory web and a couple of hidden system files may appear later at compilation stage.

Panel

(question) Q: Who needs in all these files and directories? A: SVN automatically creates a set of "system" directories which are common for different projects.

...

Code Block
       .../analisys-rel/
                      ./my_ana_pkg/
                                   SConscript
                                   doc/
                                       README
                                       ChangeLog
Panel

(question) Who needs in all these files and directories?
(question) Q: Why the directory src is not created automatically at this stage? A: It is not used in all projects. It is necessary for C++ and Python projects.
(question) Q: Optional directories include and app? A: The directory include contains header files in C++ projects, the app contains applications, for example, for test of the same package.

6. Add analysis module (Freq: once)

...