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

Re: subversion 0.14.2

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-08-27 01:01:35 CEST

Blair Zajac wrote:

>Branko ?ibej wrote:
>
>
>>Drew Jetter wrote:
>>
>>
>>
>>>Ok, I ran win-tests.py, and a few of the tests failed. The
>>>attached zip file contains the output at the ms-dos prompt
>>>and tests.log.
>>>
>>>
>>This is wrong. Too many tests are failing for you. It looks like you
>>don't have diff and diff3 installed correctly.
>>
>>
>
>Which python are you using?
>
>If I use the native Python from
>
> http://www.python.org/ftp/python/2.2.1/Python-2.2.1.exe
>
>then I get the following failures:
>
>FAIL: commit_tests.py 15: commit files and dirs with URI-unsafe characters
>FAIL: commit_tests.py 20: commit from a dir with a longer name than the wc
>FAIL: update_tests.py 1: update a locally-modified binary file
>FAIL: update_tests.py 2: update to an old revision of a binary files
>
Yes, these are the expected failures on Windows.

>If I use the Python from cygwin, then I get the following failures:
>
[tons of fails elided]

That's probably caused by Cygwin's unfortunate remapping of Windows
paths to a Unix-y variant -- e.g., C:\bla becomes /cygdrive/c/bla, and
our test suite simply can't hanlde that.

So, yes, the native Windows Python is requred for running the test suilt.

However, Drew's tests.log shows errors while trying to run diff3.exe.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 27 01:02:13 2002

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.