<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How do I access my SVN repository through the internet?</title>
	<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet/</link>
	<description>Comments on Ask MetaFilter post How do I access my SVN repository through the internet?</description>
	<pubDate>Mon, 23 Jul 2007 06:49:56 -0800</pubDate>
	<lastBuildDate>Mon, 23 Jul 2007 06:49:56 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I access my SVN repository through the internet?</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet</link>	
		<description>How do I access my SVN repository through the internet? &lt;br /&gt;&lt;br /&gt; I set up subversion on a windows machine and am running it as a service. I set up C:\SVNRepo os my repository. Now, I would like to have access to the reposiry through the internet. I have no problem accessing it over the local network. &lt;br&gt;
&lt;br&gt;
I was under the impression that I should be able to type svn://www.example.com/SVNRepo and have the TortoiseSVN browser come up and that would be it, but that does not seem to work. Am I doing something wrong?&lt;br&gt;
&lt;br&gt;
Help will be appreciated.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.67592</guid>
		<pubDate>Mon, 23 Jul 2007 06:38:44 -0800</pubDate>
		<dc:creator>kaozity</dc:creator>
		
			<category>computer</category>
		
			<category>internet</category>
		
			<category>files</category>
		
			<category>repository</category>
		
			<category>SVN</category>
		
			<category>subversion</category>
		
			<category>web</category>
		
	</item> <item>
		<title>By: Tomorrowful</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012584</link>	
		<description>First things first: Do you have that machine available over the internet *period*? As in, www.example.com redirects to that computer? You&apos;ll need your router to do port-forwarding over whatever port(s) SVN is using, assuming you have a standard home-network setup.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012584</guid>
		<pubDate>Mon, 23 Jul 2007 06:49:56 -0800</pubDate>
		<dc:creator>Tomorrowful</dc:creator>
	</item><item>
		<title>By: ChrisR</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012590</link>	
		<description>It&apos;s also worth asking; how do you access it &lt;em&gt;locally&lt;/em&gt;?  Do you use svn://localhost/SVNRepo from your home machine, or file:///SVNRepo?&lt;br&gt;
&lt;br&gt;
There are a few ways of configuring svn to provide networked access to its resources, but if you&apos;ve done nothing to set it up other than create a repository then none of those will be enabled.&lt;br&gt;
&lt;br&gt;
I would refer you to the SVN book:  http://svnbook.red-bean.com/&lt;br&gt;
&lt;br&gt;
In particular, the &lt;a href=&quot;http://svnbook.red-bean.com/nightly/en/svn.serverconfig.html&quot;&gt;chapter on server configuration&lt;/a&gt; in the hopes that it&apos;ll get you on the right track.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012590</guid>
		<pubDate>Mon, 23 Jul 2007 06:57:24 -0800</pubDate>
		<dc:creator>ChrisR</dc:creator>
	</item><item>
		<title>By: kaozity</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012621</link>	
		<description>The machine is available over the internet. Apache is running on it and &quot;www.example.com&quot; redirects to it. &lt;br&gt;
&lt;br&gt;
After reading the chapter on server conviguration, it made it seem that after I set up the SVN service, i would be able to access it via web-browser... but it gives an error saying that the host failed to respond.&lt;br&gt;
&lt;br&gt;
when accessing it internally over the network.. i type into the browser svn://192.168.1.6 and it pops up fine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012621</guid>
		<pubDate>Mon, 23 Jul 2007 07:33:08 -0800</pubDate>
		<dc:creator>kaozity</dc:creator>
	</item><item>
		<title>By: octothorpe</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012636</link>	
		<description>I&apos;m assuming that you or someone has told the router to redirect port 80 (http) requests to 192.168.1.6:80.   You need to do that for each service that you need to be visible through the Internet.  I don&apos;t know what port svn uses but you need to find that out and then set the router to redirect requests on the port to the host running SVN.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012636</guid>
		<pubDate>Mon, 23 Jul 2007 07:47:43 -0800</pubDate>
		<dc:creator>octothorpe</dc:creator>
	</item><item>
		<title>By: kaozity</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012661</link>	
		<description>Where would I find the configuration file to change and/or see the port that SVN is running on.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012661</guid>
		<pubDate>Mon, 23 Jul 2007 08:07:36 -0800</pubDate>
		<dc:creator>kaozity</dc:creator>
	</item><item>
		<title>By: mmascolino</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012666</link>	
		<description>The standard port number for svnserve is &lt;a href=&quot;http://svnbook.red-bean.com/en/1.2/svn.serverconfig.svnserve.html&quot;&gt;3690&lt;/a&gt;.  Chances are that is configured in the definition of the windows service that is running that process for you.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012666</guid>
		<pubDate>Mon, 23 Jul 2007 08:13:04 -0800</pubDate>
		<dc:creator>mmascolino</dc:creator>
	</item><item>
		<title>By: harmfulray</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012814</link>	
		<description>If you want to access your repository through Apache, you need to apply the appropriate configuration to httpd.conf.  This is a different method than svnserve.  &lt;a href=&quot;http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012590&quot;&gt;chrisr&lt;/a&gt; pointed you to the right place up above.  In particular you should check &lt;a href=&quot;http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html&quot;&gt;this section&lt;/a&gt;, which describes configuring Apache.  Here&apos;s a snippet of my httpd.conf:&lt;pre&gt;LoadModule dav_svn_module     modules/mod_dav_svn.so&lt;br&gt;
LoadModule authz_svn_module   modules/mod_authz_svn.so&lt;br&gt;
&amp;lt;Location /repos&amp;gt;&lt;br&gt;
  DAV svn&lt;br&gt;
  SVNPath /usr/local/subversion/repos&lt;br&gt;
  AuthType Basic                &lt;br&gt;
  AuthName &quot;Subversion repository&quot;&lt;br&gt;
  AuthUserFile /etc/svn-auth-file&lt;br&gt;
  Require valid-user&lt;br&gt;
&amp;lt;/Location&amp;gt;&lt;/pre&gt;I&apos;ve found the people on the Subversion IRC channel to be very helpful as well -- try #svn on irc.freenode.net if the above doesn&apos;t get you there.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012814</guid>
		<pubDate>Mon, 23 Jul 2007 10:33:18 -0800</pubDate>
		<dc:creator>harmfulray</dc:creator>
	</item><item>
		<title>By: boo_radley</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1012952</link>	
		<description>From experience, everything you&apos;re asking is in the red bean book. Use ChrisR&apos;s link and read up.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1012952</guid>
		<pubDate>Mon, 23 Jul 2007 12:18:37 -0800</pubDate>
		<dc:creator>boo_radley</dc:creator>
	</item><item>
		<title>By: ChrisR</title>
		<link>http://ask.metafilter.com/67592/How-do-I-access-my-SVN-repository-through-the-internet#1013470</link>	
		<description>Yeah, the only thing that I couldn&apos;t get right out of the red bean book was securing the server through SSL; there&apos;s some instruction there, but I ended up needing a lot of advice on the way through.&lt;br&gt;
&lt;br&gt;
The book will get you the rest of the way, though.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.67592-1013470</guid>
		<pubDate>Mon, 23 Jul 2007 19:33:29 -0800</pubDate>
		<dc:creator>ChrisR</dc:creator>
	</item>
	</channel>
</rss>
