I am trying to checkout files on Unix using SVNkit. The same code was working on Windows box. Am I missing something here?

svn: handshake_failure: remotely generated; fatal svn: OPTIONS request failed on '/svn/repos/branches/Package1' Error code desription:: RA layer request failed Error code:: 175002

link|improve this question

67% accept rate
WHat is the URL like? What is the authentication method in use? – bmargulies May 6 '10 at 21:14
URL--> hostname/svn/repos/branches/Package1 (hostname is a replacement for the actual machine name) Authentication--> Plain and simple, user id and password as string to SVNClientManager. Bear in mind that the same code is working in Windows. SVNClientManager.newInstance(null,"USER_ID","PASSWORD"); – Gabriel Parenza May 7 '10 at 16:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.