[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.5.0 up for signing/testing

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: Wed, 18 Jun 2008 13:11:25 -0700

SUMMARY:
--------
+1 to release.

TESTED:
-------
[ file | svn | http (neon) ] x [ fsfs | bdb ]
[ JavaHL bindings ] x [ fsfs | bdb ]
[ SWIG Perl, Python, Ruby bindings ] x [ fsfs ]

RESULTS:
--------
1 test failure (NOT A RELEASE BLOCKER) in the Ruby bindings (in its
test code, not in the bindings themselves):

  1) Error:test_mkdir_p(SvnClientTest):NoMethodError: undefined method `Pathname' for #<SvnClientTest:0x559fc5a8>/tmp/subversion-1.5.0/subversion/bindings/swig/ruby/test/test_client.rb:220:in `test_mkdir_p'

test_client.rb file appears to be attempting to invoke the Pathname
constructor on a string, but the interpreter is instead considering it
to be a method call on the SvnClientTest object from where it's being
invoked:

  dir_path = Pathname(@wc_path) + dir

Pathname has been standard since Ruby 1.8
<http://stdlib.rubyonrails.org/libdoc/pathname/rdoc/index.html>. This
same code succeeds with the attached patch, which substitutes explicit
use of a constructor via Pathname.new() for Pathname() call. epg
reports that this same code also succeeds on a newer version of Ubuntu
which has Ruby 1.8.6.

All other core and bindings tests pass.

SIGNATURES:
-----------
subversion-1.5.0.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBIWWjaZ9mySWdPBeARAseWAKC5E3VFA+xhtTdkDoV0UrPjVx2kEgCeP44W
rt+0dBoZGIZhJkuXFPuNxjQ=
=oPhP
-----END PGP SIGNATURE-----

subversion-deps-1.5.0.zip:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBIWWkCZ9mySWdPBeARAhKhAJ9JvXxakkjAWbM9nlBaItjFwRS76wCff9IN
xycYvXM1bD1AUdMHGzWKmz8=
=nOAG
-----END PGP SIGNATURE-----

PLATFORM:
---------
Ubuntu 6.06.2
Linux kernel 2.6.18.5
JDK 1.5.0_06
Ruby 1.8.4
Python 2.4.3
Perl 5.8.7
Intel processor

  • text/plain attachment: patch
  • application/pgp-signature attachment: stored
Received on 2008-06-18 22:11:54 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.