How do I use SVN without disabling my firewall?
REPORT of '/blah/!svn/vcc/default': 200 OK
Does anyone know how to get around this?
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$3 Answers
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Try looking at the firewall rules for one (or more) that specifically refer to the svn client and remove them.
If you can't find any then you should look for rules that block svn ports, if you have such rules and you do need them, i suggest you make a new rule that grants access to the SVN client specifically (by referring the exe file path) and set it with a higher priority than the existing rule
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Accept-Encoding: svndiff1;q=0.9,svndiff;q=0.8
and replacing it with
---------------: ----------------------------
and adding
Accept-Encoding: gzip, deflate
This causes the client to get a response that is gziped and that it can't handle.
There is a firewall policy that can be changed for this, I don't know what it is as my machine is a managed client, but I contacted my IT department and they issued a new manged policy that allowed it to work now without the mangling of the headers.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$