I'm > this close to releasing SVN::Web 0.50. There are several major
changes in this version, the most dramatic of which is that SVN::Web now
supports accessing remote repositories.
In other words, you can have something like this in your config.yaml:
repos:
local_repo: file:///path/to/repo
some_repo: svn://host/path/to/repo
other_repo: http://host/path/to/repo
and it'll work. The work to do this has also meant that the Diff and
Revision operations are considerably faster and more memory efficient. Also, SVN::Web::Blame is now implemented, which I know some people have been
waiting for.
If you'd like to try out 0.50, fetch the code from:
svn://jc.ngo.org.uk/nik/CPAN/SVN-Web/branches/svn-client/
and run:
% perldoc CHANGES.pod
% perldoc UPGRADING.pod
% perl Build.PL
%
%
%
(use the --install_base option if you don't want to overwrite a pre-existing
SVN::Web installation)
Feedback welcomed.
Bravo (Score:1)
lots of errors when running "./Build test" (Score:1)
Email me at gonz808 (at) hotmail.com for details
Copying additional files
t/1use...............
t/1use...............NOK 1# Failed test 'use SVN::Web;'
# in t/1use.t at line 19.
# Tried to use 'SVN::Web'.
# Error: Can't locate Template.pm in @INC (@INC contains:
Re: (Score:1)
Re: (Score:1)
I will give it a go later after installing the missing modules
Re: (Score:1)
Repository List / web-vj @ r
An error occured
Usage: svn_client_info(path_or_url,peg_revision,revision,receiver,receiver_baton,recur
Re: (Score:1)
Re: (Score:1)
svn, version 1.2.3 (r15833)
compiled Sep 30 2006, 19:44:50
> uname -a
Darwin vj-mac.local 8.8.1 Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386 i386 i386
I did not build svn myself but used the fink package system
~/src/svn-client> sudo fink apropos svn | grep ^.i
i svn-client-ssl 1.2.3-1012 Subversion - Client (with SSL)
i svn-ssl 1.2.3-1012 Subversion - svnserve, tools (with SSL)
Re: (Score:1)
That would be useful information to have. Would it be possible for you to try with Subversion 1.3.x or 1.4, and see if that resolves the problem for you?
Re: (Score:1)
subversion @1.4.2_0 (active)
subversion-perlbindings @1.4.0_0 (active)
via the 'port' package system. Unfortunately it leaves me with broken perl bindings. Both 'perl -w
$ perl -MSVN::Client -e 'print'
Can't load '/opt/local/lib/perl5/vendor_perl/5.8.8/darwin-2level/auto/SVN/_Core/_Core.bund
Re: (Score:1)
I had two perl installations on my machine which caused some confusion.
Clicking around like crazy now only the diff links ("HTML" and "TEXT") fails:
"An error occured
RA layer request failed: PROPFIND request failed on '/js/js.txt': PROPFIND of '/js/js.txt': 405 Method Not Allowed (http://10.0.0.3:8081) at
Also the diff links always contain rev and rev-1. should the rev-1 be replaced with the previous version that can seen in the table (the revision list can have "h
typo in pod instructions (Score:1)