fritzbrand / svn-time-lapse-view

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

Fails when authentication required to access the repository. #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I browsed to a file in my work area.
2. Selected it.
3. Hit return.

What is the expected output? What do you see instead?
I expected to either see the file or to be prompted for authentication. 
Instead, I received this 
traceback:
org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication required 
for 
'<https://svnrepos:443> Subversion repository'
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:47)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:124)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:197)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:160)
    at 
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVReposi
tory.java:150)
    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:613)

What version of the product are you using? On what operating system?
Latest version.

Mac OS X10.4.11, Java 1.5, Svn repository is 1.4.

Please provide any additional information below.

We are using HTTPS to access the repository.

Original issue reported on code.google.com by erik.hu...@gmail.com on 19 Oct 2007 at 7:19

GoogleCodeExporter commented 8 years ago
Actually make sure you enter your username and password in the "Username" and 
"Pw"
fields, to the right of the browse button. That should solve the problem.

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