I've decided that modifying files directly in notepad is probably dangerous and it was about time to have some proper source control (I am quite new to source control). I have installed VisualSVN server on my server and TortoiseSVN on my client machine. I can create new folders fine, check them our etc. However, on my server, I have an existing folder structure in place for IIS and there are links based on this location everywhere. How can I make the entire folder work with SVN without moving the files?
There is a simple solution for checking in an existing directory structure:
.svn
directory into the root directory of your project. This enables the context menus from TortoiseSVN for all files and sub-folders.