After going through tutorials on getting started with Tortoise I am finally starting to get it, the confusion for me is after going through the setup process:
1) I create my SVN repo
2) I have my directory where I work, lets say it's called "My Site"
3) I use tortoise to rightclick my site and import them to my SVN...good so far I think...
4) This is where I think I get lost, I now need to right click on "My Site" and select 'checkout' This puts a folder inside "My Site" called "SVN" and inside "SVN" are the files copied from "My Site"
Am I doing something wrong with that last step? I would assume that now I can edit files in "My Site" and they will update but that doesn't happen. It is only if I work inside "My Site/SVN" that they will actually interact.
So would it be better to do steps 1 - 3, but make my checkout folder outside my original "My Site SVN". Then I can delete the old "My Site" folder and from now on just work in "My Site SVN"?
Thanks for any clarification on this!