Hi Eric, When running the test suite against subversion 1.7 on solaris, t9134 was failing with an assertion failure in the SVN bindings and a subsequent core dump from perl. The behaviour of 1.7 has seemingly changed such that even file paths must be eascaped/canonicalized now. The core dump behaviour is something that still needs to be investigated with the subversion folks. A colleague and I will push that on their side. See the initial discussion of this issue on the svn list here: http://article.gmane.org/gmane.comp.version-control.subversion.devel/132227 With the following patch, the test suite once again passes. I don't know how it will behave against an older client though so maybe a conditional check for the version of the bindings is still required? Thanks -Ben From: Ben Walton <bwalton@xxxxxxxxxxxxxxxxxx> Subject: In-Reply-To: -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html