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

Re: [PATCH] print debug information when subprocess.Popen subprocess.Popen

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Sat, 3 Aug 2013 16:57:53 +0000

On Sat, Aug 03, 2013 at 03:52:49PM +0300, Daniel Shahaf wrote:
> Masaru Tsuchiyama wrote on Sat, Aug 03, 2013 at 16:06:06 +0900:
> > If I run the these scripts at Release\subversion\tests\cmdline, I don't
> > get a file-not-found error.
>
> So perhaps the right fix is not your patch, but to look for
> atomic-ra-revprop-change up front and bail out if it's not found?

Or, more simply,

    os.chdir(os.path.basename(sys.argv[0]))
Received on 2013-08-03 18:58:08 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.