Wednesday, October 3, 2012

Eclipse: Svn error : RA layer request failed

If you get this error:

RA layer request failed
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/repo/path/!svn/vcc/default'
svn: PROPFIND of '/repo/path/!svn/vcc/default': Could not read status line: connection was closed by server. (http://example.com)

Switch from JavaHL(JNI) to SVNKit(Pure Java) in Eclipse:

  1. in eclipse go to Help –> Install New Software…
  2. Work with: –> choose the community.polarion.com update site
  3. expand Subversive SVN Connectors
  4. choose the SVNKit version corresponding with your version of subversion
  5. click Next, and then follow the instructions to complete installation
  6. Window –> Preferences –> expand "Team" –> select "SVN" –> select the "SVN Connector" tab –> change the SVN Connector to SVNKit –> OK


Resource:
http://languor.us/eclipse-subversion-ra-layer-request-failed-could-not-read-status-line-errors

No comments: