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

Re: cvs2svn: run-tests.py does not work on Win32

From: D.J. Heap <dj_at_shadyvale.net>
Date: 2004-01-02 20:35:19 CET

Erik Huelsmann wrote:
[snip]
>
> Then I ran the run-tests.py test script which generated the following
> output:
>
[snip]

Use the safe_rmtree method (sorry, can't remember the file it is in off
the top of my head) from the standard svn client tests in the
run-tests.py:erase method instead of directly calling shutil.rmtree to
get rid of the 'permission denied' errors (Windows doesn't like removing
read-only files).

But then I got IOErrors on the pipe.close call on line 1110 in
cvs2svn.py. Commenting that out let most of the tests pass, but some
still failed. That's as as much as I played with it...the pipe.close
failure may mean it doesn't like something about co.exe but I'm not sure.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 2 20:35:50 2004

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.