Sorry if this is a you-should-know-this kind of question (Somebody told me that there are no dumb questions), but here it goes:
I am a newbie into SVN and I just set it up for my eclipse workspace. I made my eclipse workspace the working space for my SVN whereas I am using a directory in my Dropbox for my SVN repository.
I am able to checkin and check out from my workspace to/from svn repository (in dropbox). Once I delete the project from my workspace, I can check it out again from my repository. I was assuming that the repository (in my Dropbox directory) should keep a copy of my code so that I can check it out even if I delete the code from my workspace. But looking into my svn repository, I don't see the physical files from my project. But I am still able to checkout my code if I delete it from my workspace... What is the magic?
Thanks!