Subversion users, please share with me your recommend workflows using Subversion and Drupal.
We have a Drupal test server and a separate Subversion server. We're wondering how to structure our Subversion projects for the Drupal test server.
Some recommend putting the entire Drupal file structure in Subversion, but it seems silly to include the things that rarely change, like core files, /sites/default/files, etc. So I was thinking instead we should have a Subversion project for each theme, a project for each custom module, a project for each custom library, and a project for settings.php. ...and maybe .htaccess at the root.