[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: Thu, 22 Aug 2013 14:33:02 +0000

On Thu, Aug 22, 2013 at 11:22:59PM +0900, Masaru Tsuchiyama wrote:
> Daniel Shahaf wrote:
> >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]))
> >
>
> Where do you suggest to do that?

Actually, I just realised that using argv[0] like that is wrong, it would break
out-of-tree builds. Sorry for the wrong suggestion.
Received on 2013-08-22 16:33:10 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.