Actually I just find out that there is plugin for Eclipse 3, which I
would like to give it a try....
However, soon after I set it up, I get the following error when checkout
a project, which I can checkout it successfully using command line tools
org.tigris.subversion.subclipse.core.SVNException: Can't get latest
remote resource for /brainRecovery/.project
at
org.tigris.subversion.subclipse.core.repo.SVNRepositoryLocation.getRemoteFile(SVNRepositoryLocation.java:184)
at
org.tigris.subversion.subclipse.ui.actions.CheckoutAsProjectAction$1.execute(CheckoutAsProjectAction.java:80)
at
org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1554)
at
org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at
org.tigris.subversion.subclipse.ui.repository.RepositoryManager.run(RepositoryManager.java:335)
at
org.tigris.subversion.subclipse.ui.actions.SVNAction$1.run(SVNAction.java:230)
at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x5727592F
Function=svn_wc_init_traversal_info+0x2F
Library=/usr/lib/libsvn_wc-1.so.0
Current Java thread:
at org.tigris.subversion.javahl.SVNClient.checkout(Native
Method)
at
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.checkout(JhlClientAdapter.java:258)
at
org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot$1.run(SVNWorkspaceRoot.java:196)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1554)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1573)
at
org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.checkout(SVNWorkspaceRoot.java:219)
at
org.tigris.subversion.subclipse.ui.actions.CheckoutAsProjectAction$1.execute(CheckoutAsProjectAction.java:121)
at
org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1554)
''~``
( o o )
+------------------.oooO--(_)--Oooo.------------------+
We are limited, not by our abilities, but by our vision.
| |
| http://www.carfield.com.hk |
| .oooO |
| ( ) Oooo. |
+---------------------\ (----( )--------------------+
\_) ) /
(_/
On Sun, 25 Jan 2004, Aaron Optimizer Digulla wrote:
> On Mon, Jan 26, 2004 at 12:52:41AM +0800, Carfield Yim wrote:
>
> > Have anyone successful to use subclipse in Linux? Have try the latest
> > builds from
> >
> > http://www.loonsoft.com/downloads/
> > http://gd.tuwien.ac.at/opsys/linux/sf/subcat/ips/subclipse/
> >
> > But fail to make eclipse to recoginze these plugins...
>
> They were made on win32 and somehow, they don't work on Linux. I've
> managed to compile the plugin on Linux but it doesn't work
> very reliable :-(
>
> For those of you, who want to have a look, I've uploaded the patch
> to
>
> http://www.philmann-dark.de/linux-20040125.patch.gz
>
> You need Eclipse 2.1.2 for Linux or you'll have to fix a couple
> of paths.
>
> 1. Get the sources manually via subversion
> 2. cd subclipse/subclipse/ui
> 3. ant -f build-all.xml zip.plugin
> 4. Unpack the resulting org.tigris.subversion.subclipse_0.8.2.zip
> in the same folder which contains your eclipse folder (ie.
> not *inside* the eclipse folder); the paths in that archive begin
> with eclipse/plugins/org.tigris.subversion.subclipse...
> 5. Start eclipse again
> 6. Open the preferences
> 7. Select the pages Team -> SVN
> 8. Select "SVN command line (beta)".
>
> Here are a couple of bugs in which I ran:
>
> 1. The arguments for user and password are wrong. For some reason,
> I get
>
> --user "digullapwd" --password ""
>
> instead of
>
> --user "digulla" --password "pwd"
> 2. "Team -> Compare to latest revision" doesn't work
> 3. "Commit..." fails with "svn: '...path-of-eclipse...' is not a working copy"
> (I guess that svn is run in the wrong directory).
> 4. "svn up" works but after the update, all the revision info is gone
> from the display (revision and date after the filenames).
>
> *sigh*
>
> --
> Aaron "Optimizer" Digulla a.k.a. Philmann Dark
> "It's not the universe that's limited, it's our imagination.
> Follow me and I'll show you something beyond the limits."
> http://www.philmann-dark.de/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
Received on Mon Jan 26 05:07:45 2004