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

Re: Sparse checkouts suggestion

From: Branko Čibej <brane_at_apache.org>
Date: Thu, 14 Sep 2017 15:11:40 +0200

On 14.09.2017 15:04, Paul Hammant wrote:
> My aim was to minimally impact the prod source. The context object is
> a good idea.
>
> I've been using https://amoffat.github.io/sh/ and quite enjoying it
> for my other python/svn project.

Yes, that one's pretty nice, but as a rule we try not to burden our
users with dependencies outside the standard library. The script uses
os.system, what, twice? Hardly worth replacing.

On the other hand, we have wrappers around subprocess.Popen in
subversion/tests/cmdline/svntest/main.py; you should be able to recycle
those.

-- Brane
Received on 2017-09-14 15:11:46 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.