Versions Compared

Key

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

...

this command shows the local status of the package with respect to the last "svn commit" (check-in) command.

svn status -u (or --show-updates)

shows files which will be updated if you run svn update command.
See more info in svnbook.

Create completely new package

...