This blog is turning into an elaborate mnemonic device. This time, some more Subversion stuff I can never remember how to do.
To get a clean checkout (sans the .svn directories) of a trunk, branch, or tag from your repository, use the following:
$ svn export svn://server.com/repo/branch/name
Simple. Use the -r
parameter to indicate a specific revision.