fritzbrand / svn-time-lapse-view

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

SvnTimeLapse not working with SVN 1.6 #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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(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?
Win XP and stlv = 1.7

Please provide any additional information below.

Original issue reported on code.google.com by wre.spec...@gmail.com on 21 May 2009 at 1:48

GoogleCodeExporter commented 8 years ago
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.

Original comment by jonathan...@gmail.com on 27 May 2009 at 6:03

GoogleCodeExporter commented 8 years ago
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/te
xt/Br
uteForceTrie.java

Original comment by jonathan...@gmail.com on 27 May 2009 at 6:08

GoogleCodeExporter commented 8 years ago
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\.s
vn\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(SVNAdminAreaFa
ctory.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(MiscHelp
er.java:24)
    at com.jonathanaquino.svntimelapseview.SvnLoader$1.run(SvnLoader.java:61)
    at java.lang.Thread.run(Thread.java:619)

Original comment by wre.spec...@gmail.com on 16 Jul 2009 at 4:15

GoogleCodeExporter commented 8 years ago
Currently running "TortoiseSVN-1.6.3.16613-win32-svn-1.6.3.msi" FYI

Original comment by wre.spec...@gmail.com on 16 Jul 2009 at 4:22

GoogleCodeExporter commented 8 years ago
k - not sure what’s going on there. Meanwhile, you can use the svn URL 
instead of the 
file path.

Original comment by jonathan...@gmail.com on 17 Jul 2009 at 6:03

GoogleCodeExporter commented 8 years ago
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=22184
17

Original comment by adamco...@gmail.com on 28 Sep 2009 at 9:25