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

Re: [PATCH] cvs2svn.py - add error checking to pass3 and Windows workaround

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-10-14 22:26:15 CEST

Francois Beausoleil wrote:

> + # On Windows, redirection does not seem to work when called from
> Python.
> + # So, in this case, we tell the sort command to output into a named
> file,
> + # instead of going to stdout. In addition, sort is supposed to be
> faster
> + # when *not* redirecting.

This is a good fix and these changes should be committed (assuming they work on
other platforms). However, it's not true that redirection doesn't work on
windows. This code only fails when it is being run under run-tests.py. My patch
for run-test.py at
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=294207 makes the
existing code work .

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 14 22:29:50 2003

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.