visual studio 2005 is deleting the .svn folder in the bin\Debug directory - how to prevent this?
Posted
by M K Saravanan
on Stack Overflow
See other posts from Stack Overflow
or by M K Saravanan
Published on 2010-03-17T09:13:33Z
Indexed on
2010/03/17
9:21 UTC
Read the original article
Hit count: 349
For some reason I need to check in a couple of files in the bin\Debug directory. For the past few weeks, I am noticing a strange behaviour from VS2005. Every time I recompile the code, it is deleting the .svn folder in the bin\Debug directory and hence svn is showing "obstructed" error. Even svn clean up doesn't help due to missing .svn folder. Is there any settings on VS2005 to prevent this? In the first place, why it is deleting .svn folder? This thread http://svn.haxx.se/tsvnusers/archive-2008-10/0019.shtml discuss about it but no useful solution to prevent this from happening. Any other suggestions?
© Stack Overflow or respective owner