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

Re: svn commit: r17284 - trunk/subversion/tests/clients/cmdline/svntest

From: David James <james82_at_gmail.com>
Date: 2005-11-10 17:03:06 CET

On 11/10/05, Erik Huelsmann <ehuels@gmail.com> wrote:
> FAIL output from svn-builder (win32):
>
> UNEXPECTED EXCEPTION:
> Traceback (most recent call last):
> File "D:\svnbuild\src-trunk\subversion\tests\clients\cmdline\svntest\testcase.py",
> line 105, in run
> rc = apply(self.pred.func, args)
> File "D:\svnbuild\src-trunk\subversion/tests/clients/cmdline/trans_tests.py",
> line
> 608, in cat_keyword_expansion
> svntest.actions.enable_revprop_changes(svntest.main.current_repo_dir)
> File "D:\svnbuild\src-trunk\subversion\tests\clients\cmdline\svntest\actions.py",
> line 816, in enable_revprop_changes
> main.create_python_hook_script (hook_path, 'import sys; sys.exit(0)')
> File "D:\svnbuild\src-trunk\subversion\tests\clients\cmdline\svntest\main.py",
> line 512, in create_python_hook_script
> file_append (hook_py, hook_script_code)
> File "D:\svnbuild\src-trunk\subversion\tests\clients\cmdline\svntest\main.py",
> line 389, in file_append
> fp = open(path, 'a') # open in (a)ppend mode
> IOError: [Errno 2] No such file or directory:
> 'svn-test-work\\repositories\\trans_tests-8\\hooks\\pre-revprop-change\\.py'
> FAIL: trans_tests.py 8: keyword expanded on cat

Thanks for the bug report! It looks like Madan and I used os.path.join
incorrectly on Win32 in r17275. I have fixed this in r17288.

Hope this helps!

David

--
David James -- http://www.cs.toronto.edu/~james
Received on Thu Nov 10 17:31:16 2005

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.