Refer to my previous question for context: Link
Consider this situation:
I upload the source code for my app for the very first time from my Desktop.
On my laptop machine, I create a blank folder and do the Checkout.
Two days pass and while working on my Desktop I decide to scrap the entire project. I delete everything in the Repo by deleting everything in the folder (in Windows Explorer) and then doing a SVN Commit.
My laptop still has the previous version on Hard Drive correct? But when I do an SVN Update (ie. I think it's supposed to delete everything in my folder on my Hard Drive and enable my folder for SVN magic) a couple of files are *downloaded. It's not working as intended, I guess.
- I have to create a entirely new folder in Windows Explorer and do the SVN Checkout. Now it's working properly.
Can anyone let me know why this is made this way? SVN Checkout isn't available for an already checked-out folder?
*