Hi,
Looks like the server has interrupted connection unexpectedly.

Please, file an issue at http://issues.tmatesoft.com/issues/SVNKIT
What SVNKit version do you use? Is the problem reproducible? Does mkdir work 
with native SVN?
Could you enable logging and send the network log (this page describes how : 
http://wiki.svnkit.com/Troubleshooting/) if it is reproducible.

> Hi ,
> 
>  svnClientManager.getCommitClient( ).doMkDir( new SVNURL[] {
> SVNURL.parseURIDecoded(newUrl) } , "commitMessage" );
> 
> When i tried to create a directory in the svn am getting the following
> error. Any idea about this issue.
> 
> 
> 
> org.tmatesoft.svn.core.SVNException: svn: Processing OPTIONS request
> response failed: Premature end of file. (/scm/svn)
> svn: OPTIONS request failed on '/scm/svn'
> at
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.ja
> va:106) at
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.ja
> va:90) at
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConn
> ection.java:639) at
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConn
> ection.java:277) at
> org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConn
> ection.java:265) at
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.getActivityCollectionU
> RL(DAVConnection.java:562) at
> org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doMakeActivity(DAVConn
> ection.java:302) at
> org.tmatesoft.svn.core.internal.io.dav.DAVCommitEditor.createActivity(DAVCo
> mmitEditor.java:427) at
> org.tmatesoft.svn.core.internal.io.dav.DAVCommitEditor.openRoot(DAVCommitEd
> itor.java:96) at
> org.tmatesoft.svn.core.internal.wc.SVNCommitUtil.driveCommitEditor(SVNCommi
> tUtil.java:96) at
> org.tmatesoft.svn.core.wc.SVNCommitClient.doMkDir(SVNCommitClient.java:479)
> at
> org.tmatesoft.svn.core.wc.SVNCommitClient.doMkDir(SVNCommitClient.java:367)
> at svncut.main(svncut.java:68)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3
> 9) at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp
> l.java:25) at java.lang.reflect.Method.invoke(Method.java:597)
> at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)

Reply via email to