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

[Subclipse-users] Re: recursive directories in SVN repository exploring view

From: Hendrik Maryns <qwizv9b02_at_sneakemail.com>
Date: Mon, 28 Apr 2008 14:50:58 +0200

Hendrik Maryns schreef:
> Hi all,
>
> If I open my repository in the SVN repository exploring view, I get to
> see an unnamed directory underneath the repository, apart from branches/
> tags/ trunk/. If I unfold it, it contains another unnamed directory,
> and again branches/ tags/ trunk/, and again…
>
> If I do svn list svn://<my repo>, I only get branches/ tags/ trunk/.
> What’s going on here?

This seems to be only the case for my own repo. E.g. Apache commons
works fine.

Each directory has a recursive copy of itself. However, once another
subdirectory is opened, the opening of the recursive directory leads to
an error message:

Subordinate items are being added (or something similar, I have a Dutch
language pack). Details only says ‘Error’.

Nothing in the log file for this.

Furthermore, move/rename and delete of folders is possible, although I
get the following error:
delete -m "Refactoring repository, project-based." svn://coxorange/tags
     svn: Error while dispatching event: null sourcesvn: : (apr_err=204900)

After a refresh the directory shows up at the right place (i.e. with
move, or is gone, with delete).

This is in .metadata/log:

!ENTRY org.tigris.subversion.subclipse.core 4 -6 2008-04-28 14:42:12.488
!MESSAGE org.tigris.subversion.javahl.ClientException: svn: Error while
dispatching event: null sourcesvn: : (apr_err=204900)
!STACK 0
org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.javahl.ClientException: svn: Error while
dispatching event: null sourcesvn: : (apr_err=204900)
        at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.remove(AbstractJhlClientAdapter.java:800)
        at
org.tigris.subversion.subclipse.core.resources.RepositoryResourcesManager.deleteRemoteResources(RepositoryResourcesManager.java:174)
        at
org.tigris.subversion.subclipse.ui.actions.DeleteRemoteResourceAction$1.run(DeleteRemoteResourceAction.java:45)
        at
org.tigris.subversion.subclipse.ui.repository.RepositoryManager.run(RepositoryManager.java:375)
        at
org.tigris.subversion.subclipse.ui.actions.SVNAction$1.run(SVNAction.java:226)
        at
org.tigris.subversion.subclipse.ui.actions.SVNAction$2.run(SVNAction.java:235)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
        at
org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:232)
        at
org.tigris.subversion.subclipse.ui.actions.DeleteRemoteResourceAction.execute(DeleteRemoteResourceAction.java:41)
        at
org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:56)
        at
org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
        at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
        at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
        at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
        at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
        at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
        at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
        at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
        at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
        at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
Caused by: org.tigris.subversion.javahl.ClientException: svn: Error
while dispatching event: null sourcesvn: : (apr_err=204900)
        at
org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:687)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1757)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.remove(SVNClientImpl.java:511)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.remove(SVNClientImpl.java:490)
        at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.remove(AbstractJhlClientAdapter.java:796)
        ... 39 more

-- 
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
http://aouw.org
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html

Received on 2008-04-28 14:51:22 CEST

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

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