Our company's proxy server does not allow some HTTP methods which are used by Subversion's http protocol. As I will contact our IT support to enable them, I wonder what the full list of those methods is? Are there any other methods (besides the common ones) used by SVN other than PROPFIND?

link|improve this question
feedback

2 Answers

up vote 5 down vote accepted

From the Apache page on Subversion:

 OPTIONS, PROPFIND, GET, REPORT,
 MKACTIVITY, PROPPATCH, PUT, CHECKOUT, MKCOL,
 MOVE, COPY, DELETE, LOCK, UNLOCK, MERGE

See more here

link|improve this answer
feedback

From the FAQ:

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.