I am currently using subversion with visual SVN to manage and host my repo across my local subnet. i.e.
How can I configure Visual SVN to host outside of my subnet, i.e.
I am currently using subversion with visual SVN to manage and host my repo across my local subnet. i.e.
How can I configure Visual SVN to host outside of my subnet, i.e.
There are a couple of ways, the easiest and most popular way to set it up using mod_svn which will host a SVN repo using DAV (I'm assuming you're using apache here). I use this setup myself under http://svn.mccoalition.net/ and it works wonders. You can also use svnserv as a quick way to host, although I personally prefer hosting through apache.
There's a quick guide here for ubuntu, just follow step #2.
I assume that you properly configured your DNS to point www.mysite.com to your server.