Tagged Questions
1
vote
1answer
148 views
accessing virtualhost svn server through ssh tunnel
I'm facing the following problem: I need to access a svn depot (https) from a machine which block port 443 output. I have a normal user shell access. I can successfully do a ssh tunnel like that:
...
0
votes
1answer
1k views
Apache SVN: Access to repository forbidden via client, HTTP is okay?
SVN on my webserver seems to have broken after I made some changes. It's configured to be part of one HTTPS virtual host, not universally accessible. My SVN clients give the error 'access to (repo) ...
1
vote
1answer
467 views
Setting up SVN Server on CentOS as a Virtual Host
So, I've followed every tutorial I can find on Google and still can't get this to work. Below is the subversion.conf file I have in my conf.d folder of my server.
LoadModule dav_svn_module ...
0
votes
2answers
377 views
Setting up an SVN repository on a subdomain
I've found a few guides for setting up a subversion repository and making it available via a subdomain (using a virtual host in Apache), but for some reason can't get things working. Here's what I've ...
0
votes
2answers
241 views
Is it possible to setup and Svn repository on an existing hosted web server?
In this case I don't have full access to it. (hostgator) Can I install/use a svn repository for my code ? I'd like to kill two birds with one stone since I already run a website off of it.