Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Does svn+ssh work with the Subversive SVN Connector and SVNKit 1.1.7?
Does svn+ssh work with the Subversive SVN Connector and SVNKit 1.1.7? [message #19996] Wed, 28 May 2008 01:33 Go to next message
Keith Fetterman is currently offline Keith FettermanFriend
Messages: 15
Registered: July 2009
Junior Member
I am having a problem with accessing my subversion repository using
svn+ssh: protocol. I have the latest 0.7.0 subversive client installed
with the latest SVN connector and SVNKit 1.1.7. Does anyone else have
this working reliably?

I don' have any problems connecting to the repository using svn+ssh:
using the svn command line client or with the client in IntelliJ.

Any feedback would be appreciated.

Thanks,
Keith
Re: Does svn+ssh work with the Subversive SVN Connector and SVNKit 1.1.7? [message #20036 is a reply to message #19996] Wed, 28 May 2008 08:38 Go to previous messageGo to next message
Jörg Thönnes is currently offline Jörg ThönnesFriend
Messages: 229
Registered: July 2009
Senior Member
Yesterday we upgraded our installation to use SVNKit 1.1.7 and the latest
SVN Team Provider 0.7.0.v20080521. We could do check-ins and update from SVN
repository.

Please, could you be more specific about your problems?

Cheers, Jörg

On 05/28/08 03:33, Keith Fetterman wrote:
> I am having a problem with accessing my subversion repository using
> svn+ssh: protocol. I have the latest 0.7.0 subversive client installed
> with the latest SVN connector and SVNKit 1.1.7. Does anyone else have
> this working reliably?
>
> I don' have any problems connecting to the repository using svn+ssh:
> using the svn command line client or with the client in IntelliJ.
>
> Any feedback would be appreciated.
>
> Thanks,
> Keith
Re: Does svn+ssh work with the Subversive SVN Connector and SVNKit 1.1.7? [message #20182 is a reply to message #20036] Wed, 28 May 2008 16:48 Go to previous messageGo to next message
Keith Fetterman is currently offline Keith FettermanFriend
Messages: 15
Registered: July 2009
Junior Member
Hi Jörg,

Thanks a lot for the help.

When I browse a repository location in the "SVN Repositories" view, I
get the error "<An error occurred while accessing the repository entry>".

If I select the error message and then select "Details" in the context
menu, I get the detailed error message:

Get repository folder children operation failed.
svn: authentication cancelled

I logged into the server that is hosting the subversion repository and
looked at the /var/log/auth.log file to see if there are any connection
errors and I see the following error messages repeated multiple times:

May 21 07:18:53 tatooine sshd[17225]: Failed password for kdf from
63.249.23.59

Earlier releases of subversive 0.7 would prompt me for a password. I do
not have the "Saved password" checked in the "Edit Repository Location"
dialog.

I just tried deleting my repository location and adding it again. I was
able to create the location and browse the repository. If I restart
Eclipse, then I get the same problem as before.

Any ideas? Or is this a bug that I need to report?

Thanks a lot.

Keith


Jörg Thönnes wrote:
> Yesterday we upgraded our installation to use SVNKit 1.1.7 and the latest
> SVN Team Provider 0.7.0.v20080521. We could do check-ins and update from SVN
> repository.
>
> Please, could you be more specific about your problems?
>
> Cheers, Jörg
>
> On 05/28/08 03:33, Keith Fetterman wrote:
>> I am having a problem with accessing my subversion repository using
>> svn+ssh: protocol. I have the latest 0.7.0 subversive client installed
>> with the latest SVN connector and SVNKit 1.1.7. Does anyone else have
>> this working reliably?
>>
>> I don' have any problems connecting to the repository using svn+ssh:
>> using the svn command line client or with the client in IntelliJ.
>>
>> Any feedback would be appreciated.
>>
>> Thanks,
>> Keith
Re: Does svn+ssh work with the Subversive SVN Connector and SVNKit 1.1.7? [message #20185 is a reply to message #20182] Thu, 29 May 2008 06:51 Go to previous messageGo to next message
Jörg Thönnes is currently offline Jörg ThönnesFriend
Messages: 229
Registered: July 2009
Senior Member
On 05/28/08 18:48, Keith Fetterman wrote:
> When I browse a repository location in the "SVN Repositories" view, I
> get the error "<An error occurred while accessing the repository entry>".
>
> If I select the error message and then select "Details" in the context
> menu, I get the detailed error message:
>
> Get repository folder children operation failed.
> svn: authentication cancelled
>
> I logged into the server that is hosting the subversion repository and
> looked at the /var/log/auth.log file to see if there are any connection
> errors and I see the following error messages repeated multiple times:
>
> May 21 07:18:53 tatooine sshd[17225]: Failed password for kdf from
> 63.249.23.59

Hmmm, I remember of problems with the password access sometimes if I upgrade something in Eclipse.
But that does not seem related to a specific Subversive release...

> Earlier releases of subversive 0.7 would prompt me for a password. I do
> not have the "Saved password" checked in the "Edit Repository Location"
> dialog.

Just an idea: Try to use the saved password, you could remove it later if it works.
Perhaps you change your password before if you really dislike saving it in Eclipse.

Cheers, Jörg

> I just tried deleting my repository location and adding it again. I was
> able to create the location and browse the repository. If I restart
> Eclipse, then I get the same problem as before.
>
> Any ideas? Or is this a bug that I need to report?
>
> Thanks a lot.
>
> Keith
>
>
> Jörg Thönnes wrote:
>> Yesterday we upgraded our installation to use SVNKit 1.1.7 and the latest
>> SVN Team Provider 0.7.0.v20080521. We could do check-ins and update
>> from SVN
>> repository.
>>
>> Please, could you be more specific about your problems?
>>
>> Cheers, Jörg
>>
>> On 05/28/08 03:33, Keith Fetterman wrote:
>>> I am having a problem with accessing my subversion repository using
>>> svn+ssh: protocol. I have the latest 0.7.0 subversive client installed
>>> with the latest SVN connector and SVNKit 1.1.7. Does anyone else have
>>> this working reliably?
>>>
>>> I don' have any problems connecting to the repository using svn+ssh:
>>> using the svn command line client or with the client in IntelliJ.
>>>
>>> Any feedback would be appreciated.
>>>
>>> Thanks,
>>> Keith
Re: Does svn+ssh work with the Subversive SVN Connector and SVNKit 1.1.7? [message #20197 is a reply to message #20185] Tue, 03 June 2008 18:00 Go to previous messageGo to next message
Keith Fetterman is currently offline Keith FettermanFriend
Messages: 15
Registered: July 2009
Junior Member
Hi Jörg,

I tried the idea of saving the password. It still didn't work. I did
find a stack trace in the eclipse .log file. It looks like the problem
is in the SVNKit 1.1.7 library. I have attached the stack trace below
if anyone has any ideas. What does "authentication cancelled" mean?

I guess I need to post this problem SVNKit mailing list.

Stack Trace:

org.eclipse.team.svn.core.connector.SVNConnectorException: svn:
authentication cancelled
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.handl eClientException(SVNKitConnector.java:1172)
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.info( SVNKitConnector.java:839)
at
org.eclipse.team.svn.core.extension.factory.ThreadNameModifi er.info(ThreadNameModifier.java:675)
at
org.eclipse.team.svn.core.utility.SVNUtility.info(SVNUtility .java:384)
at
org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer. getRevisionImpl(SVNRepositoryContainer.java:101)
at
org.eclipse.team.svn.core.svnstorage.SVNRepositoryResource.g etRevision(SVNRepositoryResource.java:97)
at
org.eclipse.team.svn.ui.operation.GetRemoteResourceRevisionO peration.runImpl(GetRemoteResourceRevisionOperation.java:39)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
at
org.eclipse.team.svn.core.operation.CompositeOperation.runIm pl(CompositeOperation.java:94)
at
org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
at
org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:37)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
at
org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:89)
at
org.eclipse.team.svn.ui.utility.DefaultCancellableOperationW rapper.run(DefaultCancellableOperationWrapper.java:55)
at
org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.ru n(ScheduledOperationWrapper.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.tigris.subversion.javahl.ClientException: svn:
authentication cancelled
at
org.tigris.subversion.javahl.JavaHLObjectFactory.throwExcept ion(JavaHLObjectFactory.java:607)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(S VNClientImpl.java:1389)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientI mpl.java:1221)
at
org.polarion.team.svn.connector.svnkit.SVNKitConnector.info( SVNKitConnector.java:831)
... 15 more
Caused by: org.tmatesoft.svn.core.SVNCancelException: svn:
authentication cancelled
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SV NErrorManager.java:30)
at
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationM anager.getNextAuthentication(DefaultSVNAuthenticationManager .java:202)
at
org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open( SVNSSHConnector.java:84)
at
org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SV NConnection.java:60)
at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.ope nConnection(SVNRepositoryImpl.java:974)
at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.get LatestRevision(SVNRepositoryImpl.java:140)
at
org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(S VNBasicClient.java:348)
at
org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBas icClient.java:462)
at
org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SV NBasicClient.java:418)
at
org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SV NBasicClient.java:382)
at
org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.jav a:1988)
at
org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientI mpl.java:1207)
... 16 more


Jörg Thönnes wrote:
> On 05/28/08 18:48, Keith Fetterman wrote:
>> When I browse a repository location in the "SVN Repositories" view, I
>> get the error "<An error occurred while accessing the repository entry>".
>>
>> If I select the error message and then select "Details" in the context
>> menu, I get the detailed error message:
>>
>> Get repository folder children operation failed.
>> svn: authentication cancelled
>>
>> I logged into the server that is hosting the subversion repository and
>> looked at the /var/log/auth.log file to see if there are any connection
>> errors and I see the following error messages repeated multiple times:
>>
>> May 21 07:18:53 tatooine sshd[17225]: Failed password for kdf from
>> 63.249.23.59
>
> Hmmm, I remember of problems with the password access sometimes if I upgrade something in Eclipse.
> But that does not seem related to a specific Subversive release...
>
>> Earlier releases of subversive 0.7 would prompt me for a password. I do
>> not have the "Saved password" checked in the "Edit Repository Location"
>> dialog.
>
> Just an idea: Try to use the saved password, you could remove it later if it works.
> Perhaps you change your password before if you really dislike saving it in Eclipse.
>
> Cheers, Jörg
>
>> I just tried deleting my repository location and adding it again. I was
>> able to create the location and browse the repository. If I restart
>> Eclipse, then I get the same problem as before.
>>
>> Any ideas? Or is this a bug that I need to report?
>>
>> Thanks a lot.
>>
>> Keith
>>
>>
>> Jörg Thönnes wrote:
>>> Yesterday we upgraded our installation to use SVNKit 1.1.7 and the latest
>>> SVN Team Provider 0.7.0.v20080521. We could do check-ins and update
>>> from SVN
>>> repository.
>>>
>>> Please, could you be more specific about your problems?
>>>
>>> Cheers, Jörg
>>>
>>> On 05/28/08 03:33, Keith Fetterman wrote:
>>>> I am having a problem with accessing my subversion repository using
>>>> svn+ssh: protocol. I have the latest 0.7.0 subversive client installed
>>>> with the latest SVN connector and SVNKit 1.1.7. Does anyone else have
>>>> this working reliably?
>>>>
>>>> I don' have any problems connecting to the repository using svn+ssh:
>>>> using the svn command line client or with the client in IntelliJ.
>>>>
>>>> Any feedback would be appreciated.
>>>>
>>>> Thanks,
>>>> Keith
Re: Does svn+ssh work with the Subversive SVN Connector and SVNKit 1.1.7? [message #20718 is a reply to message #20197] Tue, 10 June 2008 16:18 Go to previous message
Keith Fetterman is currently offline Keith FettermanFriend
Messages: 15
Registered: July 2009
Junior Member
From reading the post Re: "Newby: Linux Connector"
news://news.eclipse.org:119/4af23d253052b0d2cbab24afe6c0e7e8 $1@www.eclipse.org

I was able to get the JavaHL 1.4.4 connector to work on my Ubuntu
system. Given this, I feel stronger that my problems connecting to the
repository via svn+ssh protocol were in the latest SVNKit 1.1.7 library.

Keith Fetterman wrote:
> Hi Jörg,
>
> I tried the idea of saving the password. It still didn't work. I did
> find a stack trace in the eclipse .log file. It looks like the problem
> is in the SVNKit 1.1.7 library. I have attached the stack trace below
> if anyone has any ideas. What does "authentication cancelled" mean?
>
> I guess I need to post this problem SVNKit mailing list.
>
> Stack Trace:
>
> org.eclipse.team.svn.core.connector.SVNConnectorException: svn:
> authentication cancelled
> at
> org.polarion.team.svn.connector.svnkit.SVNKitConnector.handl eClientException(SVNKitConnector.java:1172)
>
> at
> org.polarion.team.svn.connector.svnkit.SVNKitConnector.info( SVNKitConnector.java:839)
>
> at
> org.eclipse.team.svn.core.extension.factory.ThreadNameModifi er.info(ThreadNameModifier.java:675)
>
> at
> org.eclipse.team.svn.core.utility.SVNUtility.info(SVNUtility .java:384)
> at
> org.eclipse.team.svn.core.svnstorage.SVNRepositoryContainer. getRevisionImpl(SVNRepositoryContainer.java:101)
>
> at
> org.eclipse.team.svn.core.svnstorage.SVNRepositoryResource.g etRevision(SVNRepositoryResource.java:97)
>
> at
> org.eclipse.team.svn.ui.operation.GetRemoteResourceRevisionO peration.runImpl(GetRemoteResourceRevisionOperation.java:39)
>
> at
> org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
>
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
>
> at
> org.eclipse.team.svn.core.operation.CompositeOperation.runIm pl(CompositeOperation.java:94)
>
> at
> org.eclipse.team.svn.core.operation.AbstractActionOperation. run(AbstractActionOperation.java:76)
>
> at
> org.eclipse.team.svn.core.operation.LoggedOperation.run(Logg edOperation.java:37)
>
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT ask(ProgressMonitorUtility.java:103)
>
> at
> org.eclipse.team.svn.core.utility.ProgressMonitorUtility.doT askExternal(ProgressMonitorUtility.java:89)
>
> at
> org.eclipse.team.svn.ui.utility.DefaultCancellableOperationW rapper.run(DefaultCancellableOperationWrapper.java:55)
>
> at
> org.eclipse.team.svn.ui.utility.ScheduledOperationWrapper.ru n(ScheduledOperationWrapper.java:37)
>
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: org.tigris.subversion.javahl.ClientException: svn:
> authentication cancelled
> at
> org.tigris.subversion.javahl.JavaHLObjectFactory.throwExcept ion(JavaHLObjectFactory.java:607)
>
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(S VNClientImpl.java:1389)
>
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientI mpl.java:1221)
> at
> org.polarion.team.svn.connector.svnkit.SVNKitConnector.info( SVNKitConnector.java:831)
>
> ... 15 more
> Caused by: org.tmatesoft.svn.core.SVNCancelException: svn:
> authentication cancelled
> at
> org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SV NErrorManager.java:30)
>
> at
> org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationM anager.getNextAuthentication(DefaultSVNAuthenticationManager .java:202)
>
> at
> org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open( SVNSSHConnector.java:84)
>
> at
> org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SV NConnection.java:60)
>
> at
> org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.ope nConnection(SVNRepositoryImpl.java:974)
>
> at
> org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.get LatestRevision(SVNRepositoryImpl.java:140)
>
> at
> org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(S VNBasicClient.java:348)
>
> at
> org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBas icClient.java:462)
>
> at
> org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SV NBasicClient.java:418)
>
> at
> org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SV NBasicClient.java:382)
>
> at
> org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.jav a:1988)
> at
> org.tmatesoft.svn.core.javahl.SVNClientImpl.info2(SVNClientI mpl.java:1207)
> ... 16 more
>
>
> Jörg Thönnes wrote:
>> On 05/28/08 18:48, Keith Fetterman wrote:
>>> When I browse a repository location in the "SVN Repositories" view, I
>>> get the error "<An error occurred while accessing the repository
>>> entry>".
>>>
>>> If I select the error message and then select "Details" in the context
>>> menu, I get the detailed error message:
>>>
>>> Get repository folder children operation failed.
>>> svn: authentication cancelled
>>>
>>> I logged into the server that is hosting the subversion repository and
>>> looked at the /var/log/auth.log file to see if there are any connection
>>> errors and I see the following error messages repeated multiple times:
>>>
>>> May 21 07:18:53 tatooine sshd[17225]: Failed password for kdf from
>>> 63.249.23.59
>>
>> Hmmm, I remember of problems with the password access sometimes if I
>> upgrade something in Eclipse.
>> But that does not seem related to a specific Subversive release...
>>
>>> Earlier releases of subversive 0.7 would prompt me for a password. I do
>>> not have the "Saved password" checked in the "Edit Repository Location"
>>> dialog.
>>
>> Just an idea: Try to use the saved password, you could remove it later
>> if it works.
>> Perhaps you change your password before if you really dislike saving
>> it in Eclipse.
>>
>> Cheers, Jörg
>>
>>> I just tried deleting my repository location and adding it again. I was
>>> able to create the location and browse the repository. If I restart
>>> Eclipse, then I get the same problem as before.
>>>
>>> Any ideas? Or is this a bug that I need to report?
>>>
>>> Thanks a lot.
>>>
>>> Keith
>>>
>>>
>>> Jörg Thönnes wrote:
>>>> Yesterday we upgraded our installation to use SVNKit 1.1.7 and the
>>>> latest
>>>> SVN Team Provider 0.7.0.v20080521. We could do check-ins and update
>>>> from SVN
>>>> repository.
>>>>
>>>> Please, could you be more specific about your problems?
>>>>
>>>> Cheers, Jörg
>>>>
>>>> On 05/28/08 03:33, Keith Fetterman wrote:
>>>>> I am having a problem with accessing my subversion repository using
>>>>> svn+ssh: protocol. I have the latest 0.7.0 subversive client
>>>>> installed
>>>>> with the latest SVN connector and SVNKit 1.1.7. Does anyone else have
>>>>> this working reliably?
>>>>>
>>>>> I don' have any problems connecting to the repository using svn+ssh:
>>>>> using the svn command line client or with the client in IntelliJ.
>>>>>
>>>>> Any feedback would be appreciated.
>>>>>
>>>>> Thanks,
>>>>> Keith
Previous Topic:Newby: Linux Connector
Next Topic:UI Problems
Goto Forum:
  


Current Time: Fri Mar 29 02:17:59 GMT 2024

Powered by FUDForum. Page generated in 0.05444 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top