svn: PROPFIND request failed on '/trunk/ps2toolchain'
svn: PROPFIND of '/trunk/ps2toolchain': 405 Method Not Allowed (http://svn.ps2dev.org)
I believe there is a bit of a misunderstanding here.
The ps2dev svn server uses the svn protocol, but proxying is only supported in the client when connecting to a server using http. Changing to svn:// will make it ignore the proxy settings, which only apply to the http protocol.
When you decide to run a subversion server, you get to choose whether to use a webserver to control the repositories(which allows for finer access control if I remember correctly), or you use svnserve, which is a very simple repository server. ps2dev uses the svnserve server, hence the svn protocol, and thats why trying to connect using http won't work.
ubergeek42 wrote:I believe there is a bit of a misunderstanding here.
The ps2dev svn server uses the svn protocol, but proxying is only supported in the client when connecting to a server using http. Changing to svn:// will make it ignore the proxy settings, which only apply to the http protocol.
When you decide to run a subversion server, you get to choose whether to use a webserver to control the repositories(which allows for finer access control if I remember correctly), or you use svnserve, which is a very simple repository server. ps2dev uses the svnserve server, hence the svn protocol, and thats why trying to connect using http won't work.
Hope that made some sense?
His path was still wrong in any case - he was using /trunk/ps2toolchain when the path is /ps2/trunk/ps2toolchain.