My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Sep 28, 2009
    issue 31 (SvnTimeLapse not working with SVN 1.6) commented on by adamcoyne   -   I am getting errors accessing SVN 1.6 working copies too: org.tmatesoft.svn.core.SVNException: svn: 'C:\Source\code' is not a working copy svn: Cannot read from 'C:\Source\code\.svn\format': C:\Source\code\.svn\format (The system cannot find the file specified) It sounds like upgrading SVNKit should fix this problem: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2218417
    I am getting errors accessing SVN 1.6 working copies too: org.tmatesoft.svn.core.SVNException: svn: 'C:\Source\code' is not a working copy svn: Cannot read from 'C:\Source\code\.svn\format': C:\Source\code\.svn\format (The system cannot find the file specified) It sounds like upgrading SVNKit should fix this problem: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2218417
  • Jul 16, 2009
    issue 31 (SvnTimeLapse not working with SVN 1.6) commented on by jonathan.aquino   -   k - not sure what’s going on there. Meanwhile, you can use the svn URL instead of the file path.
    k - not sure what’s going on there. Meanwhile, you can use the svn URL instead of the file path.
  • Jul 16, 2009
    issue 31 (SvnTimeLapse not working with SVN 1.6) commented on by wre.specter   -   Currently running "TortoiseSVN-1.6.3.16613-win32-svn-1.6.3.msi" FYI
    Currently running "TortoiseSVN-1.6.3.16613-win32-svn-1.6.3.msi" FYI
  • Jul 16, 2009
    issue 31 (SvnTimeLapse not working with SVN 1.6) commented on by wre.specter   -   Retried on a source that exists and is in SVN and the problem is a missing "format" file in the .svn directory. see: org.tmatesoft.svn.core.SVNException: svn: 'E:\Development\TI2M\r4_4_3\installer\ITools\src\com\teramedica\imagetools\jtv' is not a working copy svn: Cannot read from 'E:\Development\TI2M\r4_4_3\installer\ITools\src\com\teramedica\imagetools\jtv\.svn\format': E:\Development\TI2M\r4_4_3\installer\ITools\src\com\teramedica\imagetools\jtv\.svn\format (The system cannot find the file specified) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVNAdminAreaFactory.java:147) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:355) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:263) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:290) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:275) at org.tmatesoft.svn.core.wc.SVNWCClient.crawlEntries(SVNWCClient.java:2904) at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2149) at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2524) 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(Thread.java:619)
    Retried on a source that exists and is in SVN and the problem is a missing "format" file in the .svn directory. see: org.tmatesoft.svn.core.SVNException: svn: 'E:\Development\TI2M\r4_4_3\installer\ITools\src\com\teramedica\imagetools\jtv' is not a working copy svn: Cannot read from 'E:\Development\TI2M\r4_4_3\installer\ITools\src\com\teramedica\imagetools\jtv\.svn\format': E:\Development\TI2M\r4_4_3\installer\ITools\src\com\teramedica\imagetools\jtv\.svn\format (The system cannot find the file specified) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVNAdminAreaFactory.java:147) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:355) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:263) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:290) at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.probeOpen(SVNWCAccess.java:275) at org.tmatesoft.svn.core.wc.SVNWCClient.crawlEntries(SVNWCClient.java:2904) at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2149) at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2524) 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(Thread.java:619)
  • Jun 18, 2009
    issue 32 (new format ) Status changed by jonathan.aquino   -   Ah ok—thanks!
    Status: Invalid
    Ah ok—thanks!
    Status: Invalid
  • Jun 18, 2009
    issue 32 (new format ) commented on by lyssenko.alex   -   Sorry, that post was placed by mistake. I was looking for bug-tracking hosting. Your project is great and very useful.
    Sorry, that post was placed by mistake. I was looking for bug-tracking hosting. Your project is great and very useful.
  • Jun 18, 2009
    issue 32 (new format ) commented on by jonathan.aquino   -   Hi Alex - Can you give some more info about what you mean by "new data format"?
    Hi Alex - Can you give some more info about what you mean by "new data format"?
  • Jun 18, 2009
    issue 32 (new format ) reported by lyssenko.alex   -   add new data format
    add new data format
  • May 26, 2009
    issue 31 (SvnTimeLapse not working with SVN 1.6) commented on by jonathan.aquino   -   Meanwhlie, a workaround is to paste in the svn URL instead of the filename, e.g., http://semanticdiscoverytoolkit.googlecode.com/svn/trunk/text/src/java/org/sd/text/Br uteForceTrie.java
    Meanwhlie, a workaround is to paste in the svn URL instead of the filename, e.g., http://semanticdiscoverytoolkit.googlecode.com/svn/trunk/text/src/java/org/sd/text/Br uteForceTrie.java
  • May 26, 2009
    issue 31 (SvnTimeLapse not working with SVN 1.6) commented on by jonathan.aquino   -   Are you sure that E:\Development\TI2M\r4_6Main\installer\ITools\src\com\teramedica\imagetools\jtv\TMVie wer.java exists? We only get to SvnLoader.java:138 if new File(filePathOrUrl).exists() returns false.
    Are you sure that E:\Development\TI2M\r4_6Main\installer\ITools\src\com\teramedica\imagetools\jtv\TMVie wer.java exists? We only get to SvnLoader.java:138 if new File(filePathOrUrl).exists() returns false.
  • May 21, 2009
    issue 31 (SvnTimeLapse not working with SVN 1.6) reported by wre.specter   -   What steps will reproduce the problem? 1. Open an SVN managed source with SVN 1.6.2 installed 2. You will get a StackTrace Dump after pressing load 3. What is the expected output? What do you see instead? Don't know what to expect. I do get... org.tmatesoft.svn.core.SVNException: svn: Malformed URL 'E:\Development\TI2M\r4_6Main\installer\ITools\src\com\teramedica\imagetools\jtv\TMViewer.java' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.SVNURL.<init>(SVNURL.java:207) at org.tmatesoft.svn.core.SVNURL.parseURIEncoded(SVNURL.java:118) at com.jonathanaquino.svntimelapseview.SvnLoader.svnUrl(SvnLoader.java:138) 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(Thread.java:619) What version of the product are you using? On what operating system? Win XP and stlv = 1.7 Please provide any additional information below.
    What steps will reproduce the problem? 1. Open an SVN managed source with SVN 1.6.2 installed 2. You will get a StackTrace Dump after pressing load 3. What is the expected output? What do you see instead? Don't know what to expect. I do get... org.tmatesoft.svn.core.SVNException: svn: Malformed URL 'E:\Development\TI2M\r4_6Main\installer\ITools\src\com\teramedica\imagetools\jtv\TMViewer.java' at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.SVNURL.<init>(SVNURL.java:207) at org.tmatesoft.svn.core.SVNURL.parseURIEncoded(SVNURL.java:118) at com.jonathanaquino.svntimelapseview.SvnLoader.svnUrl(SvnLoader.java:138) 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(Thread.java:619) What version of the product are you using? On what operating system? Win XP and stlv = 1.7 Please provide any additional information below.

Older

  • Sep 11, 2008
    issue 30 (Provide right-click launch) reported by jonathan.aquino   -   We should provide instructions (or a script) to allow users to install Subversion Time-Lapse View into their right-click menu on Windows (and possibly other operating systems).
    We should provide instructions (or a script) to allow users to install Subversion Time-Lapse View into their right-click menu on Windows (and possibly other operating systems).
  • Sep 10, 2008
    issue 28 (Client is too old to work with working copy) Status changed by jonathan.aquino   -   Fixed in 1.7.
    Status: Fixed
    Fixed in 1.7.
    Status: Fixed
  • Sep 10, 2008
    issue 29 (not working on tortoise 1.5.2 (svn 1.5.1) windows) Status changed by jonathan.aquino   -   Duplicate of Issue 28 ; fixed in 1.7
    Status: Duplicate
    Duplicate of Issue 28 ; fixed in 1.7
    Status: Duplicate
  • Sep 10, 2008
    r57 (Created 1.7 tag from trunk) committed by jonathan.aquino   -   Created 1.7 tag from trunk
    Created 1.7 tag from trunk
  • Sep 10, 2008
    r56 (Upgraded to SVNKit 1.2.0-RC for Subversion 1.5) committed by jonathan.aquino   -   Upgraded to SVNKit 1.2.0-RC for Subversion 1.5
    Upgraded to SVNKit 1.2.0-RC for Subversion 1.5
  • Sep 04, 2008
    issue 28 (Client is too old to work with working copy) commented on by jonathan.aquino   -   Alas, I need to find time to get up to speed on the new SvnKit API.
    Alas, I need to find time to get up to speed on the new SvnKit API.
  • Sep 04, 2008
    issue 28 (Client is too old to work with working copy) commented on by mphafner   -   Any chance this will be fixed soon? Time lapse view is very useful but we've upgraded Tortoise and now we are unable to use it.
    Any chance this will be fixed soon? Time lapse view is very useful but we've upgraded Tortoise and now we are unable to use it.
  • Aug 11, 2008
    issue 29 (not working on tortoise 1.5.2 (svn 1.5.1) windows) commented on by talsit   -   Already reported: http://code.google.com/p/svn-time-lapse-view/issues/detail?id=28
  • Aug 06, 2008
    issue 29 (not working on tortoise 1.5.2 (svn 1.5.1) windows) reported by taskowner   -   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.
    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.
  • Aug 05, 2008
    issue 28 (Client is too old to work with working copy) reported by talsit   -   What steps will reproduce the problem? 1. Using the latest (Tortoise)SVN, update you repository 2. Try to use SvnTimeLapseView What is the expected output? What do you see instead? Expected: Will be able to use SvnTimeLapseView Actual: A window pops up with this: org.tmatesoft.svn.core.SVNException: svn: This client is too old to work with working copy 'XXXXX'; please get a newer Subversion client What version of the product are you using? On what operating system? OS: WinXPProSp3 TortoiseSVN-1.5.2.13595-win32-svn-1.5.1.msi svn-time-lapse-view-1.6.zip java.exe: 6.00.0070.0006 / 10/06/2008 01:21 (C:\Program Files\Java\jre1.6.0_07\) Please provide any additional information below. This looks like a typical SVN version mismatch to me.
    What steps will reproduce the problem? 1. Using the latest (Tortoise)SVN, update you repository 2. Try to use SvnTimeLapseView What is the expected output? What do you see instead? Expected: Will be able to use SvnTimeLapseView Actual: A window pops up with this: org.tmatesoft.svn.core.SVNException: svn: This client is too old to work with working copy 'XXXXX'; please get a newer Subversion client What version of the product are you using? On what operating system? OS: WinXPProSp3 TortoiseSVN-1.5.2.13595-win32-svn-1.5.1.msi svn-time-lapse-view-1.6.zip java.exe: 6.00.0070.0006 / 10/06/2008 01:21 (C:\Program Files\Java\jre1.6.0_07\) Please provide any additional information below. This looks like a typical SVN version mismatch to me.
 
Hosted by Google Code