They are specially annoying when I need to upload to the server a web solution.
Is there a way of configuring SVN to create the _svn folders outside my working directory
+1 for the solution from Isak Savo.
And you can do an XCOPY and exclude "/svn" folders :
XCOPY %1 %1_deploy /EXCLUDE:C:\ExcludeSVN.txt /E /C /I /F /R /Y
Content of ExcludeSVN.txt :
/_svn
In fact, if you want to upoload to a web server, your exclude file can contains a lot more :
Warning : If you exclude .cs files, you gave to re-copy .css file after