Does anyone know how to prevent VS copying the .svn folders associated with subversion when publishing a web project?
I'm using Tortoise SVN and Ankh svn VS plugin.
Thanks
Does anyone know how to prevent VS copying the .svn folders associated with subversion when publishing a web project?
I'm using Tortoise SVN and Ankh svn VS plugin.
Thanks
I must say I've never had this problem, when you hit publish - do you check the option to only copy the files needed for running the application? (there's a third option which copies everything from the project folder which isn't very useful)
(uncheck hidden on the .svn folder and then check Show all files in VS and they will show up, but as you don't see them to begin with they shouldn't for some weird reason be a part of the project anyway)
I seem to have fixed the problem but I don't know why it worked.
I simply deleted the .svn folder from the bin folder and it now it ignores all .svn folders.
Wierd.