Versions Compared

Key

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

...

svn update <package>
psvn tag -p <package> V01-02-03

Package

...

sub-directory names convention

Command

newpkg MyNewPackage

creates the sub-directory tree with a minimal set of directories/files in it. For most projects the list of sub-directories need to be extended. For esampleexample,
for C++ projects it is convenient to add sub-directories with pre-defined names:

...