[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: Ajay Gautam <ajay610_at_gmail.com>
Date: 2005-11-17 22:36:21 CET

I do have javs in my use flags:

# emerge -pv dev-util/subversion
...
[ebuild R ] dev-util/subversion-1.2.3-r2 +apache2* -bash-completion +berkdb
-emacs +java +nls -nowebdav +perl +python +zlib 7,068 kB

Nonetheless.... I ended up using the svn client...

Thanks

Ajay

On 11/17/05, Ken Nakamura <knakamur@tripwire.com> wrote:
>
> 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(
> DefaultSVNRepositoryPool.java:148)
> at org.tmatesoft.svn.core.wc.SVNClientManager.createRepository(
> SVNClientManager.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
> :344)
> at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update
> (AbstractJhlClientAdapter.java:805)
> at
> org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(
> UpdateResourcesCommand.java:65)
> at org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(
> UpdateOperation.java:63)
> at
> org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute
> (RepositoryProviderOperation.java:68)
> at org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(
> SVNOperation.java:90)
> at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(
> JobRunnableContext.java:146)
> at
> org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace
> (JobRunnableContext.java:72)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(
> InternalWorkspaceJob.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.
>

--
Linux: The Operating System for people who think.
Received on Fri Nov 18 08:36:21 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.