[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Possible fix for issue 121 : unable to "share project" using SVN

From: Brock Janiczak <brockj_eclipse_at_ihug.com.au>
Date: 2004-08-18 12:39:24 CEST

I managed to fix the unresolved compilation problems by creating a new
eclipse install and downloading subclipse again. The
UnsatifiedLinkError was caused by me not having the win32 fragment in my
workspace (so it was using the 0.9.13 dlls). When i did add the
fragment, i got errors about missing more dlls (libapr,
libarputil,...). I got around this by copying the missing dlls to my
system folder.

is the javahl dll supposed to be statically linked against the APR? I
have never had this problem before.

Brock Janiczak wrote:

> McClain Looney wrote:
>
>> linkage errors? have you upgraded your svn to 1.1rc2?
>>
>>
>>
> How do i upgrade to 1.1rc2? I updated from CVS, so i assumed i would
> get the new dlls
>
> All errors are a variation of the following:
>
> java.lang.UnsatisfiedLinkError: ctNative
> at org.tigris.subversion.javahl.SVNAdmin.ctNative(Native Method)
> at org.tigris.subversion.javahl.SVNAdmin.<init>(SVNAdmin.java:55)
> at
> org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.<init>(JhlClientAdapter.java:110)
>
> at
> org.tigris.subversion.svnclientadapter.SVNClientAdapterFactory.createSVNClient(SVNClientAdapterFactory.java:85)
>
> at
> org.tigris.subversion.subclipse.core.SVNProviderPlugin.createSVNClient(SVNProviderPlugin.java:379)
>
> <snip>
>
>
> I am also having trouble running subclipse on 3.1 I20040810. I get
> unresolved compilation errors right clicking in the repository explorer.
> java.lang.Error: Unresolved compilation problem:
>
>
> at
> org.tigris.subversion.subclipse.core.resources.RemoteResourceTransfer.getInstance(RemoteResourceTransfer.java:21)
>
> at
> org.tigris.subversion.subclipse.ui.actions.PasteRemoteResourceAction.isEnabled(PasteRemoteResourceAction.java:74)
>
> at
> org.eclipse.team.internal.ui.actions.TeamAction.setActionEnablement(TeamAction.java:239)
>
>
> Is anyone else seeing this strange behaviour?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>
>
Received on Wed Aug 18 20:39:24 2004

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.