Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [subversive-defects] Subversive broken after update to0.7.8.I20090428-1500

Hello, 

I just fixed the problem. In order to make Subversive working, please,
update to latest SVN Connectors. For more details, please, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=274010. Sorry for
inconvenience. 


Best regards,
Burilo Igor



-----Original Message-----
From: subversive-defects-bounces@xxxxxxxxxxx
[mailto:subversive-defects-bounces@xxxxxxxxxxx] On Behalf Of heapifyman
Sent: Tuesday, April 28, 2009 7:16 PM
To: subversive-defects@xxxxxxxxxxx
Subject: [subversive-defects] Subversive broken after update
to0.7.8.I20090428-1500

Hello all.

I seem to be having the same problem as Angelo in:
http://dev.eclipse.org/mhonarc/lists/subversive-defects/msg00012.html

After today's update all my svn-connected projects are no longer recognised
by Eclipse/Subversive and I cannot synch them with the repository. Browsing
the SVN repository is working fine though. I can also still synch my
projects with the repository using svn from the command line.

This is happening under Windows XP Pro, Sun Java 1.6.0_13, Eclipse Ganymede,
Subversive 0.7.8.I20090428-1500 and SVN Connectors 2.1.0.I20090213-1500
(using SVNKit 1.2.2)

Eclipse log contains e.g.:
!ENTRY org.eclipse.team.svn.core.svnnature 4 0 2009-04-28 16:54:06.597
!MESSAGE SVN: '0x00400107: Get Repository Resource Revision' operation
finished with error !SUBENTRY 1 org.eclipse.team.svn.core.svnnature 4 0
2009-04-28 16:54:06.597 !MESSAGE Get repository resource revision operation
failed.
!STACK 0
java.lang.NoSuchMethodError:
org.eclipse.team.svn.core.connector.SVNEntryInfo.<init>(Ljava/lang/String;Lj
ava/lang/String;JILjava/lang/String;Ljava/lang/String;JJLjava/lang/String;Lo
rg/eclipse/team/svn/core/connector/SVNLock;ZILjava/lang/String;JJJLjava/lang
/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Str
ing;)V
	at
org.tigris.subversion.javahl.ConversionUtility.convert(ConversionUtility.jav
a:47)
	at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.info(SVNKitConnector.
java:968)
	at
org.eclipse.team.svn.core.extension.factory.ThreadNameModifier.info(ThreadNa
meModifier.java:698)
	at
org.eclipse.team.svn.core.utility.SVNUtility.info(SVNUtility.java:365)
	at
org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer.getRevisionImpl(
SVNRepositoryContainer.java:101)
	at
org.eclipse.team.svn.core.svnstorage.SVNRepositoryResource.getRevision(SVNRe
positoryResource.java:97)
	at
org.eclipse.team.svn.ui.operation.GetRemoteResourceRevisionOperation.runImpl
(GetRemoteResourceRevisionOperation.java:39)
	at
org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActi
onOperation.java:77)
	at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMoni
torUtility.java:104)
	at
org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(CompositeOper
ation.java:94)
	at
org.eclipse.team.svn.core.operation.AbstractActionOperation.run(AbstractActi
onOperation.java:77)
	at
org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperation.java
:38)
	at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(ProgressMoni
torUtility.java:104)
	at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExternal(Prog
ressMonitorUtility.java:90)
	at
org.eclipse.team.svn.ui.utility.DefaultCancellableOperationWrapper.run(Defau
ltCancellableOperationWrapper.java:55)
	at
org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.run(ScheduledOpera
tionWrapper.java:37)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)




Back to the top