H.E.
H.E.

Reputation: 27

OPTIONS request failed on '/svn' - Unable to create a branch from the truck of my SVN Repository

I am using PhpStorm and a Visual SVN repository. I have been able to create branches from trunk projects before, but recently when I try to create a branch on an up-to-date project, I recieve this error:

Error:svn: E175002: Processing OPTIONS request response failed: Premature end of file. (/svn) svn: E175002: OPTIONS request failed on '/svn'

Other members on my team are able to create branches from the same project I am trying to create a branch from without problem.

Any help is appreciated!

Upvotes: 0

Views: 5283

Answers (1)

Dmitrii Smirnov
Dmitrii Smirnov

Reputation: 7558

Seems like some issue of the SVNKit. Try enabling integration via a command-line client in Settings - Version control - Subversion - General.

The issue seems to be related to invalid response received from the server. Could be caused by proxy if you use one.

Upvotes: 1

Related Questions