I am using VS2008 and Resharper. Resharper creates a directory _Resharper.ProjectName. These files provide no value for source control that I am aware of and cause issues
Add the file names (or even the pattern _Resharper.*) to the svn:ignore property for its parent directory.
_Resharper.*
svn:ignore