fritzbrand / svn-time-lapse-view

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

not working on tortoise 1.5.2 (svn 1.5.1) windows #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use tortoisesvn version 1.5.2 (svn 1.5.1
2. try to do history on a local file
3. you get the following exception

org.tmatesoft.svn.core.SVNException: svn: This client is too old to work 
with working copy 'C:\projects\trunk\Sources\UI\Web\Pages\Anonymous'; 
please get a newer Subversion client
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error
(SVNErrorManager.java:49)
    at 
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open
(SVNAdminAreaFactory.java:132)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen
(SVNWCAccess.java:344)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open
(SVNWCAccess.java:261)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen
(SVNWCAccess.java:279)
    at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo
(SVNWCClient.java:1881)
    at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo
(SVNWCClient.java:1818)
    at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo
(SVNWCClient.java:2172)
    at com.jonathanaquino.svntimelapseview.SvnLoader.svnUrl
(SvnLoader.java:136)
    at 
com.jonathanaquino.svntimelapseview.SvnLoader.loadRevisionsProper
(SvnLoader.java:83)
    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
(MiscHelper.java:24)
    at com.jonathanaquino.svntimelapseview.SvnLoader$1.run
(SvnLoader.java:61)
    at java.lang.Thread.run(Unknown Source)

What is the expected output? What do you see instead?

it should work

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

windows 2003, jre 1.6, svn 1.5.1, svntlv1.6

Please provide any additional information below.

Original issue reported on code.google.com by taskow...@gmail.com on 6 Aug 2008 at 10:28

GoogleCodeExporter commented 8 years ago
Already reported: 
http://code.google.com/p/svn-time-lapse-view/issues/detail?id=28

Original comment by tal...@gmail.com on 12 Aug 2008 at 1:13

GoogleCodeExporter commented 8 years ago
Duplicate of Issue 28; fixed in 1.7

Original comment by jonathan...@gmail.com on 11 Sep 2008 at 6:57