FSFS is supported, i use it regularly. the problem looks like you're
using JavaSVN underneath and a file:/// repos. you'll want to look into
using the javahl bindings. as long as you "emerged" svn with a "java"
USE variable, you should have the javahl libs in /usr/lib. if you don't
have that USE variable, you can add it by:
# echo dev-util/subversion java >> /etc/portage/package.use
and then re-emerge svn.
http://subclipse.tigris.org/faq.html#adapter-choice
hth,
-k
________________________________
From: Ajay Gautam [mailto:ajay610@gmail.com]
Sent: Thursday, November 17, 2005 9:13 AM
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(Defa
ultSVNRepositoryPool.java:148)
at
org.tmatesoft.svn.core.wc.SVNClientManager.createRepository(SVNClientMan
ager.java:231)
at
org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient
.java:197)
at
org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:
141)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.update(SVNClientImpl.java:34
4)
at
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.u
pdate(AbstractJhlClientAdapter.java:805)
at
org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run
(UpdateResourcesCommand.java:65)
at
org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(Up
dateOperation.java:63)
at
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperatio
n.execute(RepositoryProviderOperation.java:68)
at
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperat
ion.java:90)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableC
ontext.java:146)
at
org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runI
nWorkspace(JobRunnableContext.java:72)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWor
kspaceJob.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
<file:///\\mnt\usbdevice\svn_repo\K>
>From bash prompt: used "svn co file:///mnt/usbdevice/svn_repo/K
<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:27:36 2005