fritzbrand / svn-time-lapse-view

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

does it work with svnserve? #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is this supposed to work with svnserve repositories or just http?

We are using an older server 1.0.8 with svnserve.

I get same error when trying to load a file in the working copy c:\... or
using the repo url directly svn://...:

org.tmatesoft.svn.core.SVNException: svn: 'get-file-revs' not implemented
svn: Unknown command 'get-file-revs'
    at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:80
)
    at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.handleUnsupportedComman
d(SVNRepositoryImpl.java:1097)
    at
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.getFileRevisions(SVNRep
ositoryImpl.java:474)
    at
org.tmatesoft.svn.core.io.SVNRepository.getFileRevisions(SVNRepository.java:874)
    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(Unknown Source)

Original issue reported on code.google.com by tuckerke...@gmail.com on 19 Oct 2007 at 5:03

GoogleCodeExporter commented 8 years ago
I use svnserve on a linux computer, ubuntu, and it works fine.

Original comment by maneeshs...@gmail.com on 19 Oct 2007 at 9:05

GoogleCodeExporter commented 8 years ago
From the error message, "'get-file-revs' not implemented", perhaps get-file-revs
isn't implemented on your older server, but is a function needed by the svnkit 
library. 

Alas - sorry about that.

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