SVN site down? [message #23761] |
Fri, 15 August 2008 14:20  |
Eclipse User |
|
|
|
Hi
Is the SVN repository still working?
I've not been able to access it for a couple of days...
SVN: '0x00400106: Get Repository Folder Children' operation finished with error
and
org.eclipse.team.svn.core.connector.SVNConnectorException: svn: PROPFIND of '/svnroot/technology': 405 Method Not Allowed
(http://dev.eclipse.org)
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.handl eClientException(SVNKitConnector.java:1182)
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.list( SVNKitConnector.java:1034)
at org.eclipse.team.svn.core.extension.factory.ThreadNameModifi er.list(ThreadNameModifier.java:276)
at org.eclipse.team.svn.core.utility.SVNUtility.list(SVNUtility .java:364)
at org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer. getChildren(SVNRepositoryContainer.java:71)
at org.eclipse.team.svn.ui.operation.GetRemoteFolderChildrenOpe ration.runImpl(GetRemoteFolderChildrenOperation.java:72)
at org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
at org.eclipse.team.svn.core.operation.CompositeOperation.runIm pl(CompositeOperation.java:94)
at org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
at org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:37)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
at org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:89)
at org.eclipse.team.svn.ui.utility.DefaultCancellableOperationW rapper.run(DefaultCancellableOperationWrapper.java:55)
at org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.ru n(ScheduledOperationWrapper.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.tigris.subversion.javahl.ClientException: svn: PROPFIND of '/svnroot/technology': 405 Method Not Allowed
(http://dev.eclipse.org)
at org.tigris.subversion.javahl.JavaHLObjectFactory.throwExcept ion(JavaHLObjectFactory.java:607)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(S VNClientImpl.java:1389)
at org.tmatesoft.svn.core.client.SVNClientEx.list(SVNClientEx.j ava:889)
at org.polarion.team.svn.connector.svnkit.SVNKitConnector.list( SVNKitConnector.java:1025)
.... 14 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: PROPFIND of '/svnroot/technology': 405 Method Not Allowed (http://dev.eclipse.org)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVN ErrorManager.java:69)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingP roperties(DAVUtil.java:126)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselinePr operties(DAVUtil.java:199)
at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineIn fo(DAVUtil.java:162)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLate stRevision(DAVRepository.java:150)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(S VNBasicClient.java:348)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBas icClient.java:462)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SV NBasicClient.java:418)
at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.j ava:654)
at org.tmatesoft.svn.core.client.SVNClientEx.list(SVNClientEx.j ava:877)
.... 15 more
Regards
Ed Willink
|
|
|
|
|
Re: SVN site down? [message #24213 is a reply to message #23761] |
Thu, 11 September 2008 17:11  |
Eclipse User |
|
|
|
Ed Willink wrote:
> Hi
>
> Is the SVN repository still working?
>
> I've not been able to access it for a couple of days...
>
> SVN: '0x00400106: Get Repository Folder Children' operation finished
> with error
>
> and
>
> org.eclipse.team.svn.core.connector.SVNConnectorException: svn: PROPFIND
> of '/svnroot/technology': 405 Method Not Allowed (http://dev.eclipse.org)
Hi there,
The problem was that all of the eclipse.org Technology projects
using SVN were recently migrated from a single repository to one
repository per project. The result is that although the URL for
any given folder looks the same, e.g.
http://dev.eclipse.org/svnroot/technology/org.eclipse.imp/or g.eclipse.imp.runtime
(and so you might think your workspace should work unchanged),
but the two parts (repo location + path within the repo) aren't
the same. You have to delete the plugin projects from your
workspace, create a new repository location, and check them out
again.
The new repository location for IMP is now:
http://dev.eclipse.org/svnroot/technology/org.eclipse.imp
Oh, and remember to check out the "trunk" sub-folder of any of
the plugin projects, rather than the parent folder.
Cheers,
- Bob Fuhrer
|
|
|
|
Re: SVN site down? [message #573056 is a reply to message #23761] |
Mon, 25 August 2008 11:47  |
Eclipse User |
|
|
|
Yes, the site has unavailable or had limited availability for a couple
of weeks, at least. For a week or so it didn't seem to be accessible at
all. Lately (as noted) it seems to be available for checkout but we
still aren't able to commit anything to it. Hence no updates for some
time now. We're still trying to figure out if the repository can be put
back to a state that will allow us to commit our accumulated changes.
We are quite eager for that to happen.
Regards,
Stan
Ed Willink wrote:
> Hi
>
> Is the SVN repository still working?
>
> I've not been able to access it for a couple of days...
>
> SVN: '0x00400106: Get Repository Folder Children' operation finished
> with error
>
> and
>
> org.eclipse.team.svn.core.connector.SVNConnectorException: svn: PROPFIND
> ...
>
> Regards
>
> Ed Willink
>
|
|
|
Re: SVN site down? [message #573295 is a reply to message #23761] |
Thu, 11 September 2008 17:11  |
Eclipse User |
|
|
|
Ed Willink wrote:
> Hi
>
> Is the SVN repository still working?
>
> I've not been able to access it for a couple of days...
>
> SVN: '0x00400106: Get Repository Folder Children' operation finished
> with error
>
> and
>
> org.eclipse.team.svn.core.connector.SVNConnectorException: svn: PROPFIND
> of '/svnroot/technology': 405 Method Not Allowed (http://dev.eclipse.org)
Hi there,
The problem was that all of the eclipse.org Technology projects
using SVN were recently migrated from a single repository to one
repository per project. The result is that although the URL for
any given folder looks the same, e.g.
http://dev.eclipse.org/svnroot/technology/org.eclipse.imp/or g.eclipse.imp.runtime
(and so you might think your workspace should work unchanged),
but the two parts (repo location + path within the repo) aren't
the same. You have to delete the plugin projects from your
workspace, create a new repository location, and check them out
again.
The new repository location for IMP is now:
http://dev.eclipse.org/svnroot/technology/org.eclipse.imp
Oh, and remember to check out the "trunk" sub-folder of any of
the plugin projects, rather than the parent folder.
Cheers,
- Bob Fuhrer
|
|
|
Powered by
FUDForum. Page generated in 0.06699 seconds