|
Hi everybody, I’m trying to commit for the 1st time a new project using Subclipse: all is gone fine except when I try to commit some jar library files, follows the two kind of errors i receive
- the first one (sorry for the italian language … translating it means that “connection has been interrupted by the remote host”)
org.tigris.subversion.javahl.ClientException: RA layer request failed svn: Commit failed (details follow): svn: PUT of ’/svn/JScheda/!svn/wrk/5fbae2ec-0c0b-1e47-a546-faf4bef050b4/JScheda%20Server/lib/appserv-admin.jar’: Could not send request body: Connessione in corso interrotta forzatamente dall’host remoto.
(https://svn.assembla.com)
- the second one (I don’t know if that is related to the fact that I was already tryed to commit these files and I had received an error of the first type …)
org.tigris.subversion.javahl.ClientException: The specified transaction is not mutable svn: Commit failed (details follow): svn: Cannot write to the prototype revision file of transaction ‘2-1’ because a previous representation is currently being written by another process
Thnx in advance for your help.
Update From Eclipse preferences panel I changed SVN client interface from JavaHL to SVNKit and the situation is a lot better now … but sometimes I still get errors like this
svn: Connection reset by peer: socket write error svn: PUT request failed on ’/svn/JScheda/!svn/wrk/618863e0-1c01-0010-a4b1-35e1334c96f9/JScheda%20Server/lib/appserv-ext.jar’
|