What is this 405 method not allowed svn error?

When trying to commit, I get:

405 Method not allowed

In response to a MKACTIVITY request.

+3
source share
1 answer

A similar problem resolved by this user should be a pointer

I had a similar problem with MKACTIVITY on googlecode. this was because I checked the repository with http :, but check-ins required https :.

and comment

You need to either double-check the folder with https: (or if you hide clear the folder except .svn, and then change the contents of .svn / entries, which has a URL from http => https. Now the commit screen will display the https URL

+3
source

Source: https://habr.com/ru/post/1760293/


All Articles