Hi there, I'm trying to start a symfony project, following the subversion method. I've got subversion installed, I've created the repository, and when I try to create the basic directory structure with :
$ svn mkdir -m "created default directory structure" https://.blabla.googlecode.com/svn/trunk https://blabla.googlecode.co/svn/tags https://blabla.googlecode.com/svn/branches ... I get this message after authentification : "Server sent unexpected return value (405 Method Not Allowed) in response to MKCOL request for..." Using HTTP or HTTPS doesn't changes anything. I've already been reading a lot about this error, but these topics were related to PROPFIND or way further steps of the project setup. Does ayone knows where I'm wrong ? Thanks