I browsed around here on Stackoverflow and found this topic : http://stackoverflow.com/questions/279/aspnet-visual-studio-and-subversion-how-to-integrate
However that didn't help me in my case, or i might just be a little stupid.
So to my problem!
Installed VisualSVN on a Server far far away and while this works perfectly, i can add my project and have a nice source control, i dont want to "manually" move my website to the correct place when im done, i want to map an IIS website to a cataloge on the SVN repo. where my site is stored.
Now this is my problem, i can't figure out if this is possible or not? The project is of course on my computer + the repo. and the repo-server and iis-server is the same machine, so i'd like to map those together, but i know that SVN uses some berkly-db-stuff on files..
Suggestions?