A very specific rule for using source control is to avoid putting temporary files, user files, or compiled content into the repository. These files change far too frequently and offer little value to the versioning and historical process. More than anything, they'll just make the repository excessively large and make everyone update their checked out copies more. However, keeping temporary files out of SVN using TortoiseSVN isn't a perfect science.
TortoiseSVN will suck in everything in the folder, including hidden files and folders. Windows hides the Thumbs.db file -- a cache of image thumbnails in the folder. To see this file,...