I created a changelist by doing...
$ svn changelist my_changes
... added files to it, and then committed the changelist...
$ sv
If you want to delete just one changelist (e.g. my_changes) move to the top level folder of your working copy and run:
svn changelist --remove --recursive --cl my_changes .