obstructed folders under TortoiseSVN
If you run TortoiseSVN you may come across this issue when you find that some folders are obstructed - usually Debug/Release folders - i did came cross this today and when i tried to commit my changes i got message saying that i should perform a clean up command, so i did then i recived a message saying i can't as this isn't a working folder!!
and only found two ways to get my code commit my code:
- backup the files under your working folder then use new folder too check out your code and then replace it with the backed up files.
- other solution you can delete the obstrcted folder if it's not that important - in my case the debug folder will be generated eventually.
so if you have similar experiance and got a better solution please do post it.