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

RE: Using FSFS repository from Eclipse.

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2005-11-17 18:23:42 CET

You should switch to JavaHL to access repository over "file" protocol.
Currently you're using JavaSVN that doesn't support "file" protocol at the
moment.

Alexander Kitaev,
TMate Software,
http://tmatesoft.com/
http://tmate.org/

 

  _____

From: Ajay Gautam [mailto:ajay610@gmail.com]
Sent: Thursday, November 17, 2005 18:13
To: users@subclipse.tigris.org
Subject: Using FSFS repository from Eclipse.

Hello,

Is FSFS supported by subclipse?

Error:
"Team -> Update" gives me an error dialog with "An internal error occured
during SVN Update".

Eclipse SVN Console:
update -r HEAD /home/agautam/K/svn_repo

Eclipse log:
!ENTRY org.eclipse.core.runtime 4 2 2005-11-17 12:12:45.104
!MESSAGE An internal error occurred during: "SVN Update".
!STACK 0
java.lang.NullPointerException
        at
org.tmatesoft.svn.core.wc.DefaultSVNRepositoryPool.createRepository(DefaultS
VNRepositoryPool.java:148)
        at
org.tmatesoft.svn.core.wc.SVNClientManager.createRepository(SVNClientManager
.java:231)
        at
org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.jav
a:197)
        at
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:141)
        at
org.tmatesoft.svn.core.javahl.SVNClientImpl.update(SVNClientImpl.java:344)
        at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.updat
e(AbstractJhlClientAdapter.java:805)
        at
org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(Upd
ateResourcesCommand.java:65)
        at
org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(Update
Operation.java:63)
        at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.ex
ecute(RepositoryProviderOperation.java:68)
        at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.
java:90)
        at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableConte
xt.java:146)
        at
org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWor
kspace(JobRunnableContext.java:72)
        at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspa
ceJob.java:38)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

Background
I have an FSFS repository, with URL: file:///mnt/usbdevice/svn_repo/K
>From bash prompt: used "svn co file:///mnt/usbdevice/svn_repo/K" to get the
repos.
"svn update -r HEAD /home/agautam/K/svn_repo" completes with no errors.
The eclipse project was created from an existing folder.

System Details:
Eclipse 3.1.1 gtk
subclipse 0.9.37
svn 1.2.3
Linux GentooDesktop 2.6.13-gentoo-r5 #1 Thu Nov 3 11:49:49 EST 2005 i686
Intel(R) Pentium(R) 4 CPU 2.26GHz GenuineIntel GNU/Linux

Any help in getting FSFS to work with subclipse would be appreciated.

Thanks

Ajay

-- 
Linux: The Operating System for people who think. 
Received on Fri Nov 18 04:23:42 2005

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.