Tagging is useful for taking snapshots of releases. For example, in /path/to/project:
$ svn copy trunk tags/release-1.0 $ svn commit -m 'Created release 1.0 tag.'