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

Re: Python tests fail on filenames with $ signs on non-windows platforms

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-06-12 13:22:59 CEST

On Sun, Jun 11, 2006 at 10:30:41AM -0500, Peter Samuelson wrote:
> IMO, a simpler and better approach would be to let os.popen3() handle
> the quoting instead of trying to do it by hand. I have no idea how
> intelligent os.popen3 is on the various platforms - would the following
> be sufficiently portable? It's untested.
>

I like this idea, assuming it works - but if we do do something like
this, we probably should also just derive the verbose command line from
the argument list when we display it, rather than build up an argument
list and verbose string in parallel (especially as the latter no longer
matches exactly with what we're running).

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 12 13:23:39 2006

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.