Versions Compared

Key

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

...

Run this command often to see if you forgot to add any local files to repository

svn status MyPackage

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

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

shows files which will be updated if you run svn update command.

Create completely new package

...