Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 24398
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: SMPETERS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.51
Fixed in: (no value)



Subject: Browsing a repository gives error
Browsing a repository at with the new version gives the following output... Repository List / rt_testing @ r An error occured Usage: svn_client_info(path_or_url,peg_revision,revision,receiver,receiver_baton,recurse,ctx,pool); at /usr/lib/perl5/site_perl/5.8.8/SVN/Web/Browse.pm line 159. Here's my svn version info [steve@kirk svnweb]$ svn --version svn, version 1.3.2 (r19776) compiled Jun 1 2006, 10:05:20 Copyright (C) 2000-2006 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository access (RA) modules are available: * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. - handles 'http' scheme - handles 'https' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme
On Tue Jan 16 14:55:51 2007, SMPETERS wrote: Show quoted text
> Browsing a repository at with the new version gives the following > output... > > > Repository List / rt_testing @ r > An error occured > > Usage: >
svn_client_info(path_or_url,peg_revision,revision,receiver,receiver_baton,recurse,ctx,pool); Show quoted text
> at /usr/lib/perl5/site_perl/5.8.8/SVN/Web/Browse.pm line 159. > > Here's my svn version info > [steve@kirk svnweb]$ svn --version > svn, version 1.3.2 (r19776) > compiled Jun 1 2006, 10:05:20 > > Copyright (C) 2000-2006 CollabNet. > Subversion is open source software, see http://subversion.tigris.org/ > This product includes software developed by CollabNet > (http://www.Collab.Net/). > > The following repository access (RA) modules are available: > > * ra_dav : Module for accessing a repository via WebDAV (DeltaV) > protocol. > - handles 'http' scheme > - handles 'https' scheme > * ra_svn : Module for accessing a repository using the svn network > protocol. > - handles 'svn' scheme > * ra_local : Module for accessing a repository on local disk. > - handles 'file' scheme >
Looking at the changelog for 1.4, svn_client_info isn't available until SVN 1.4.0 (http://svn.collab.net/repos/svn/trunk/CHANGES) - SWIG/perl bindings: - new support for svn_client_info (r18758)
Subject: Re: [rt.cpan.org #24398] Browsing a repository gives error
Date: Thu, 18 Jan 2007 22:46:37 +0000
To: bug-SVN-Web [...] rt.cpan.org
From: Nik Clayton <nik [...] ngo.org.uk>
Show quoted text
> Looking at the changelog for 1.4, svn_client_info isn't available until > SVN 1.4.0 (http://svn.collab.net/repos/svn/trunk/CHANGES) > > - SWIG/perl bindings: > - new support for svn_client_info (r18758)
Good point. I'll release 0.52 over the next few days with an updated minimum requirements list. N
Fixed in r1296 (http://jc.ngo.org.uk:80/svnweb/jc/revision/?rev=1296), which is incorporated in to 0.52, which will be on CPAN shortly. Thanks for the report.