  blueOne Super Mega Xtreme Adrenaline Manwich
join:2002-12-23 Alameda, CA
| Need help installing SVN on my VPS
So I've been pulling my hair out for the past couple of hours trying to figure this out. I'm somewhat familiar using SVN, but never tried installing it.
Tech support at my VPS hosting company installed SVN for me, but as for configuring it, I'm on my own, since they don't support it.
So I'm able to ssh and create a SVN directory with
which creates these files/folders within the directory: README.txt /conf /dav /db format /hooks /locks
I then edited the 'passwd' file within the /conf directory
When I try to connect with my SVN client, I get this error
I looked around Googling things, but everyone seems to have a different way to do things. Also reading though subversion.tigris.org is a headache in itself.
Any help would be great!!! |
|
  GILXA1226 Premium,MVM join:2000-12-29 London, OH clubs: | are you trying to access the svn using the apache/webdav client? Or using the inetd server? |
|
  blueOne Super Mega Xtreme Adrenaline Manwich
join:2002-12-23 Alameda, CA | Apache/webdav at the moment. |
|
  GILXA1226 Premium,MVM join:2000-12-29 London, OH clubs: | Have you(or the VPN admin) added the proper configuration to apache for it to be able to use webdav with svn? |
|
  blueOne Super Mega Xtreme Adrenaline Manwich
join:2002-12-23 Alameda, CA
1 edit | Not sure what exactly is needed.. but there are some things svn related in my httpd.conf
What should I be looking for? |
|
  GILXA1226 Premium,MVM join:2000-12-29 London, OH clubs:
1 edit | I'm not sure how your apache is all setup, but in gentoo I have the following to map an SVN DAV location in apache:
|
|
  blueOne Super Mega Xtreme Adrenaline Manwich
join:2002-12-23 Alameda, CA
| I have something similar in there. Do those #'s mean that it's commented out? |
|
  GILXA1226 Premium,MVM join:2000-12-29 London, OH clubs: | yes |
|