[nycbug-talk] [OT] - Interesting SVN Question

Hans Zaunere lists at zaunere.com
Fri Dec 4 10:18:10 EST 2009


> I've got a bit of a dilemma. I've got an internal SVN server, running
> anonymous SVN serve (though I'd like to setup authentication on it if I
> can).  The only box that has outside SSH access is a different box. The
> devs want to start accessing the repositories remotely, and I don't want
> to open the internal SVN server up to the outside world.
> 
> So ideally, I'm wondering, is it possible to do:
> 
> svn co svn+ssh://user@host/repo
> 
> Where /repo is actually pulled from:
> 
> svn co svn://servername/repo
> 
> or is this double dip strategy not going to work?  I guess my other
> options would be to either move the repository to the server that has the
> outside ssh access, or setup the repository on NFS or something.
> 
> Any thoughts on this?

Go the Apache route and bask in all the glories of HTTP/S:

Obviously:
http://svnbook.red-bean.com/en/1.5/index.html

Specifically:
http://svnbook.red-bean.com/en/1.5/svn.serverconfig.html
http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.servercon
fig.httpd.authz.perdir
http://svnbook.red-bean.com/en/1.5/svn.serverconfig.httpd.html#svn.servercon
fig.httpd.authn.sslcerts

H





More information about the talk mailing list