Using the following version
Are you using same SVN versions? What are you using for command line > binaries? Ideally, try the ones from CollabNet since that is what > Subclipse is using. Could be related to a specific version of SVN or > dependency. SVN Linux command line : version 1.8.5 taken from Collabnet TortoiseSVN: version 1.8.6 with svn 1.8.8 JavaHL : version 1.8.9 On Mon, Jun 30, 2014 at 3:28 PM, Mark Phippard <markp...@gmail.com> wrote: > On Mon, Jun 30, 2014 at 3:09 PM, Darly Senecal Baptiste < > dsenec...@gmail.com> wrote: > >> To be clear and to double confirm >> >> Recreated the same svn checkout command through command line and >> TortoiseSVN, checkouts went through without any issue. >> > > Are you using same SVN versions? What are you using for command line > binaries? Ideally, try the ones from CollabNet since that is what > Subclipse is using. Could be related to a specific version of SVN or > dependency. > > > >> Also, you can see the jvm dump at this link https://db.tt/LBOXhJyi . >> >> > Just for the archives, pasting the relevent bits. Nothing jumps out at me > here to point in any direction though: > > > # > # A fatal error has been detected by the Java Runtime Environment: > # > # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6508a7cf, pid=6324, > tid=6692 > # > # JRE version: Java(TM) SE Runtime Environment (7.0_55-b14) (build > 1.7.0_55-b14) > # Java VM: Java HotSpot(TM) Client VM (24.55-b03 mixed mode, sharing > windows-x86 ) > # Problematic frame: > # C [libsvn_wc-1.dll+0x4a7cf] > # > # Failed to write core dump. Minidumps are not enabled by default on client > versions of Windows > > > Stack: [0x05880000,0x05980000], sp=0x0597eaac, free space=1018k > Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native > code) > C [libsvn_wc-1.dll+0x4a7cf] > C [libsvn_ra-1.dll+0x496b7] > C [libsvn_ra-1.dll+0x4470b] > C [libsvn_ra-1.dll+0x44abe] > > Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) > j > org.apache.subversion.javahl.SVNClient.checkout(Ljava/lang/String;Ljava/lang/String;Lorg/apache/subversion/javahl/types/Revision;Lorg/apache/subversion/javahl/types/Revision;Lorg/apache/subversion/javahl/types/Depth;ZZ)J+0 > j > org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.checkout(Lorg/tigris/subversion/svnclientadapter/SVNUrl;Ljava/io/File;Lorg/tigris/subversion/svnclientadapter/SVNRevision;IZZ)V+147 > j > org.tigris.subversion.subclipse.core.commands.CheckoutCommand.checkoutProject(Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/tigris/subversion/subclipse/core/ISVNRemoteFolder;Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;Ljava/io/File;)V+79 > j > org.tigris.subversion.subclipse.core.commands.CheckoutCommand.basicRun(Lorg/eclipse/core/resources/IProject;Lorg/tigris/subversion/subclipse/core/ISVNRemoteFolder;Lorg/eclipse/core/runtime/IProgressMonitor;)V+273 > j > org.tigris.subversion.subclipse.core.commands.CheckoutCommand$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+13 > j > org.tigris.subversion.subclipse.core.SVNProviderPlugin$6.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+10 > j > org.eclipse.core.internal.resources.Workspace.run(Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ILorg/eclipse/core/runtime/IProgressMonitor;)V+80 > j > org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(Lorg/tigris/subversion/subclipse/core/ISVNRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;Lorg/eclipse/core/runtime/IProgressMonitor;)V+20 > j > org.tigris.subversion.subclipse.core.commands.CheckoutCommand.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+41 > j > org.tigris.subversion.subclipse.ui.operations.CheckoutAsProjectOperation.execute([Lorg/tigris/subversion/subclipse/core/ISVNRemoteFolder;[Lorg/eclipse/core/resources/IProject;Lorg/eclipse/core/runtime/IProgressMonitor;)Z+81 > j > org.tigris.subversion.subclipse.ui.operations.CheckoutAsProjectOperation.execute(Lorg/eclipse/core/runtime/IProgressMonitor;)V+94 > j > org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+35 > j > org.eclipse.team.internal.ui.actions.JobRunnableContext.run(Lorg/eclipse/jface/operation/IRunnableWithProgress;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+2 > j > org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+9 > j > org.eclipse.core.internal.resources.InternalWorkspaceJob.run(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+37 > j org.eclipse.core.internal.jobs.Worker.run()V+23 > v ~StubRoutines::call_stub > > > > > > > > -- > Thanks > > Mark Phippard > http://markphip.blogspot.com/ >