- This topic has 6 replies, 3 voices, and was last updated 14 years, 8 months ago by
snukala.
-
AuthorPosts
-
snukalaMemberWhen I try to sync with SVN projects from MyEclipse 8.6 using subclipse plugin 1.6.x which uses JavaHL 1.6 i get the below error. I changed the SVN client to SVNtooklit in the preferences and still fails with the same message below.
Problems reported while synchronizing SVNStatusSubscriber. 0 of 1 resources were synchronized.
An error occurred synchronizing /PHILYHileDelegates: Error getting status for resource P/PHILYHileDelegates org.tigris.subversion.javahl.ClientException: svn: PROPFIND of ‘/svn/Philadelphia_Insurance/PHILYHileDelegates’: 405 Invalid Method (http://svn.harcase.com)
Error getting status for resource P/PHILYHileDelegates org.tigris.subversion.javahl.ClientException: svn: PROPFIND of ‘/svn/Philadelphia_Insurance/PHILYHileDelegates’: 405 Invalid Method (http://svn.harcase.com)
support-joyMembersnukala,
Can you cross post on subsclipse forums and see if there are any workarounds available? I would recommend you do the following –
1. Refresh your SVN properties file
2. Refresh your projects associated with SVN and sync the same
3. Perform -clean. Please refer – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
snukalaMemberI tried using subclipse plugin 1.4.x as well. It din’t work and i get same type of exception.
I created a barnd new workspace and tried to check out a project from SVN in this new workspace. This also fails with same error message as above.
I tried using SVNToolkit as SVN client suggested by many in the foroum. For some reason it picks up the JavaHL client and fails with the same error message.
snukalaMembersvn: PROPFIND of ‘/svn/Philadelphia_Insurance’: 405 Invalid Method (http://svn.harcase.com)
Ton HuismanMemberDo the SVN server and client-connector version numbers match?
support-joyMemberCan you take a look at this weblink – http://stackoverflow.com/questions/2016868/subversion-svn-propfind-405-error and try out the recommendations?
snukalaMemberActually the SVN is 1.4.2 and the subclipse version is 1.4.x.
Another interesting pattern is that i can sync with svn from home via VPN but the sync fails in the office. -
AuthorPosts