Skip to main content

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

Hello,

1. In short, we have two separate update sites because of license
restrictions for connectors.
2. SVN Team provider doesn't depend on SVN connectors, so we can't require
in any way what connectors to install. But in Subversive we've an ability to
set compatibility between connectors and team provider(in java code), so if
their versions are not compatible, there will be no loaded connectors
despite that they are installed.
Now I'm adding this compatibility restriction and will update 'update sites'
for SVN Team Provider and SVN Connectors. I'm planning to finish it today.


Best regards,
Burilo Igor



-----Original Message-----
From: subversive-defects-bounces@xxxxxxxxxxx
[mailto:subversive-defects-bounces@xxxxxxxxxxx] On Behalf Of heapifyman
Sent: Thursday, April 30, 2009 4:31 PM
To: Subversive defects
Subject: Re: [subversive-defects] Subversive broken after
updateto0.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/Str
> ing;Lj 
> ava/lang/String;JILjava/lang/String;Ljava/lang/String;JJLjava/lang/Str
> ing;Lo 
> rg/eclipse/team/svn/core/connector/SVNLock;ZILjava/lang/String;JJJLjav
> a/lang 
> /String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/la
> ng/Str
> ing;)V
> 	at
> org.tigris.subversion.javahl.ConversionUtility.convert(ConversionUtili
> ty.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(Th
> readNa
> meModifier.java:698)
> 	at
> org.eclipse.team.svn.core.utility.SVNUtility.info(SVNUtility.java:365)
> 	at
> org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer.getRevisio
> nImpl(
> SVNRepositoryContainer.java:101)
> 	at
> org.eclipse.team.svn.core.svnstorage.SVNRepositoryResource.getRevision
> (SVNRe
> positoryResource.java:97)
> 	at
> org.eclipse.team.svn.ui.operation.GetRemoteResourceRevisionOperation.r
> unImpl
> (GetRemoteResourceRevisionOperation.java:39)
> 	at
> org.eclipse.team.svn.core.operation.AbstractActionOperation.run(Abstra
> ctActi
> onOperation.java:77)
> 	at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(Progre
> ssMoni
> torUtility.java:104)
> 	at
> org.eclipse.team.svn.core.operation.CompositeOperation.runImpl(Composi
> teOper
> ation.java:94)
> 	at
> org.eclipse.team.svn.core.operation.AbstractActionOperation.run(Abstra
> ctActi
> onOperation.java:77)
> 	at
> org.eclipse.team.svn.core.operation.LoggedOperation.run(LoggedOperatio
> n.java
> :38)
> 	at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTask(Progre
> ssMoni
> torUtility.java:104)
> 	at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doTaskExterna
> l(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(Schedule
> dOpera
> 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





Back to the top