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

[PATCH] hooks-scripts: fix svn2feed.py on Windows

From: Niels de Vos <niels.devos_at_wincor-nixdorf.com>
Date: Fri, 27 Jun 2008 12:12:22 +0200

Hello,

running svn2feed.py on Windows results in an error. It seems that
popen() does not allow a list as first parameter. The Python-docs
explicitly note that on UNIX a sequence can be passed, Windows is not
mentioned. Obviously Python on Windows only accepts a string.

Best regards,
Niels de Vos

--
popen2.popen3 on Windows does not allow a list or sequence as first 
parameter.
* tools/hook-scripts/svn2feed.py: change the the cmd-list to a string

Received on 2008-06-28 17:40:38 CEST

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.