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

[Subclipse-users] RE: [*SPAM*] - Re: [Subclipse-users] Subclipse 1.1.4 Released - Email found in subject

From: Gary McWilliams <gary_mcwilliams_at_lagan.com>
Date: 2006-07-27 23:52:15 CEST

I had the same issue and spent some time with Alex resolving it (or not,
see below).

I am not sure if this code change made it into the 1.1.4 (JavaSVN
included jar) codebase or not. If not you can build the JavaSVN jar from
source and replace the one in the subclipse jar file.

Then add this line to your ECLIPSE_HOME/configuration/config.ini file:
 
javasvn.http.methods=Basic,NTLM

This forces it to use Basic auth (which it did in previous versions)
rather than NTLM. Don't think the NTLM support is in a completed state
yet, so this is an effective workaround.

> -----Original Message-----
> From: news [mailto:news@sea.gmane.org] On Behalf Of Gunnar Wagenknecht
> Sent: 27 July 2006 19:46
> To: users@subclipse.tigris.org
> Subject: [*SPAM*] - Re: [Subclipse-users] Subclipse 1.1.4
> Released - Email found in subject
>
> Mark Phippard wrote:
> > We discovered a bug in JavaSVN in caching credentials
> yesterday after
> > releasing 1.1.3. So I pulled the release until a fix was
> available.
> > So we are now releasing 1.1.4 today.
>
> I'm not sure if that is related to what you discovered. But I
> just installed 1.1.4 and wasn't even able the share a single
> project using JavaSVN.
>
> The problem is that I can't authenticate to my repository
> (which is running behind an Apache2 with SSL and SSPI Windows
> Domain Auth). I just kept popping up the login box again and
> again. After switching to JavaHL it worked smoothly.
>
> Maybe this exception (found in the log) is related to it but
> I can't say.
>
> > !ENTRY org.eclipse.ui 4 0 2006-07-27 14:25:18.171 !MESSAGE
> > java.util.EmptyStackException !STACK 0 java.util.EmptyStackException
> > at java.util.Stack.peek(Unknown Source)
> > at
> org.tmatesoft.svn.core.internal.io.dav.DAVCommitEditor.addDir(
> DAVCommitEditor.java:119)
> > at
> org.tmatesoft.svn.core.wc.SVNCommitClient$2.handleCommitPath(S
> VNCommitClient.java:353)
> > at
> org.tmatesoft.svn.core.internal.wc.SVNCommitUtil.driveCommitEd
> itor(SVNCommitUtil.java:61)
> > at
> org.tmatesoft.svn.core.wc.SVNCommitClient.doMkDir(SVNCommitCli
> ent.java:359)
> > at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.mkdir(SVNClientImp
> l.java:516)
> > at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClien
> tAdapter.mkdir(AbstractJhlClientAdapter.java:630)
> > at
> org.tigris.subversion.svnclientadapter.AbstractClientAdapter.m
> kdir(AbstractClientAdapter.java:196)
> > at
> org.tigris.subversion.svnclientadapter.AbstractClientAdapter.m
> kdir(AbstractClientAdapter.java:193)
> > at
> org.tigris.subversion.svnclientadapter.AbstractClientAdapter.m
> kdir(AbstractClientAdapter.java:193)
> > at
> org.tigris.subversion.svnclientadapter.AbstractClientAdapter.m
> kdir(AbstractClientAdapter.java:193)
> > at
> org.tigris.subversion.svnclientadapter.AbstractClientAdapter.m
> kdir(AbstractClientAdapter.java:193)
> > at
> org.tigris.subversion.svnclientadapter.AbstractClientAdapter.m
> kdir(AbstractClientAdapter.java:193)
> > at
> org.tigris.subversion.subclipse.core.commands.ShareProjectComm
> and$1.run(ShareProjectCommand.java:88)
> > at
> org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(S
> VNProviderPlugin.java:422)
> > at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
> > at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1719)
> > at
> org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVN
> ProviderPlugin.java:417)
> > at
> org.tigris.subversion.subclipse.core.commands.ShareProjectComm
> and.run(ShareProjectCommand.java:80)
> > at
> org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoo
> t.shareProject(SVNWorkspaceRoot.java:152)
> > at
> org.tigris.subversion.subclipse.ui.wizards.sharing.SharingWiza
> rd$2.run(SharingWizard.java:269)
> > at
> >
> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalC
> > ontext.java:113)
> >
> > !ENTRY org.tigris.subversion.subclipse.core 2 0 2006-07-27
> > 14:25:24.109 !MESSAGE Failed to get SVNTeamProvider for 'P/stexport'
>
>
> Cu, Gunnar
>
> --
> Gunnar Wagenknecht
> gunnar@wagenknecht.org
> http://wagenknecht.org/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>

The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
message by anyone else is unauthorized. If you are not the intended
recipient, any disclosure, copying, or distribution of the message, or any
action or omission taken by you in reliance on it, is prohibited and may
be unlawful. Please immediately contact the sender if you have received
this message in error.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Jul 27 23:52:33 2006

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.