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

Igor V. Burilo schrieb:
> Hello, 

Hi.

> 
> 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. 

Thank you. It's working now again. And I know these things can happen
very easily. Anyway, this was not the first time it happened to me and I
have two questions:

1. Why are the Subversive plugin and the required connectors split up in
to update sites? I mean, the plugin does not work without one of the
connectors, anyway, does it?

2. I'm not really familiar with the whole eclipse plugin stuff, but
shouldn't there be a feature to define which minimum version a plugin
(connector in this case) has to have that is a prerequisite for another
plugin (subversive)? In that case shouldn't eclipse have prevented me
from updating subversive stuff in the first place, because the old
connector version didn't meet the minimun required version for the new
subversive version?

Don't get me wrong, I really like subversive. IMHO it's the only usable
GUI for svn there is (never did understand how the plugins for Visual
Studio or Netbeans work).

Best regards.

> 
> 
> 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)
> 
> 
> _______________________________________________
> subversive-defects mailing list
> subversive-defects@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/subversive-defects


Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top