I recently setup svn on a Windows 2003 server over ssh. I'm familiar with the developer end of svn, but I've never had to be the admin. The point of it is to allow remote development through visual studio. I have an existing directory with all files for my site that was not previously under version control. The site points to this directory, and so I do not want to move these files.
How do I create a repository and add all the existing files to it without having to move them?
Thanks