1) Create a file called "ignore-these" with the (patterns of) files you want svn to ignore. For example,
*.aux
*.bbl
*.blg
*.bst
*.dvi
*.idx
*.lof
*.log
*.pdf
*.toc
includeonly.tex
2) Then run the command,svn -R propset svn:ignore . -F ignore-these
3) Should you need to edit these properties, use the following command.svn propedit svn:ignore .
(On Mac OS X you need to set the EDITOR variable: 'export EDITOR=vim')