fritzbrand / svn-time-lapse-view

Automatically exported from code.google.com/p/svn-time-lapse-view
0 stars 0 forks source link

svn+ssh public key authentication #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. connect to a repo via svn+ssh using public key authentication
2. run svn-time-lapse-view
3. attempt to view a file

What is the expected output? What do you see instead?
With ssh-agent already running, authentication should "just work" without
any prompting, but instead I get this:

org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication
required for 'svn+ssh://repo.widgets.com'
    at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNError
Manager.java:36)
    at
org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthen
tication(DefaultSVNAuthenticationManager.java:195)
    at
org.tmatesoft.svn.core.internal.io.svn.SVNGanymedConnector.open(SVNGanymedConnec
tor.java:79)
    at
org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SVNConnection.java:60)
    at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVNRepos
itoryImpl.java:970)
    at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.getLatestRevision(SVNRe
positoryImpl.java:140)
    at
com.jonathanaquino.svntimelapseview.SvnLoader.loadRevisionsProper(SvnLoader.java
:87)
    at com.jonathanaquino.svntimelapseview.SvnLoader.access$0(SvnLoader.java:80)
    at com.jonathanaquino.svntimelapseview.SvnLoader$2.execute(SvnLoader.java:63)
    at
com.jonathanaquino.svntimelapseview.helpers.MiscHelper.handleExceptions(MiscHelp
er.java:24)
    at com.jonathanaquino.svntimelapseview.SvnLoader$1.run(SvnLoader.java:61)
    at java.lang.Thread.run(Thread.java:619)

What version of the product are you using? On what operating system?
using 1.2 of svn-time-lapse-view on Ubuntu 7.10 with java-6-sun-1.6.0.03

Original issue reported on code.google.com by ande...@gmail.com on 19 Oct 2007 at 6:05

GoogleCodeExporter commented 8 years ago
Might you need to enter your username and password in the "Username" and "Pw" 
fields
to the right of the File Path/URL field?

If you are already doing this, or if this isn't necessary, please re-open this 
bug.

Original comment by jonathan...@gmail.com on 20 Oct 2007 at 2:45

GoogleCodeExporter commented 8 years ago
I did include my login in the "Username" field.  If you read my bug report 
you'd see
that I said that ssh-agent was already running, so no password would be 
required, so
I left the "Pw" field empty.

Marking bugs as invalid instead of testing what was reported doesn't make the 
bug go
away, it makes your users go away.

Original comment by ande...@gmail.com on 22 Oct 2007 at 5:07

GoogleCodeExporter commented 8 years ago
Sorry about that - re-opening this issue.

Original comment by jonathan...@gmail.com on 23 Oct 2007 at 1:27

GoogleCodeExporter commented 8 years ago
Closing this as duplicate of Issue 12.

Original comment by jonathan...@gmail.com on 23 Oct 2007 at 1:48