BASE is the revision of your working copy as it exists in the repository. In other words, your revision without the changes you've made. So if you svn update a file or folder to HEAD, then BASE and HEAD are equal.
When there is a conflict, BASE becomes the revision before the commit that conflicted with your working copy.
Run svn info on an item to see it's BASE revision.