From owner-freebsd-questions@FreeBSD.ORG Sat Jan 19 05:23:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E898E104 for ; Sat, 19 Jan 2013 05:23:12 +0000 (UTC) (envelope-from xyne@archlinux.ca) Received: from oproxy13-pub.unifiedlayer.com (oproxy13-pub.unifiedlayer.com [69.89.16.30]) by mx1.freebsd.org (Postfix) with SMTP id 96487AB4 for ; Sat, 19 Jan 2013 05:23:12 +0000 (UTC) Received: (qmail 16119 invoked by uid 0); 19 Jan 2013 05:22:50 -0000 Received: from unknown (HELO box539.bluehost.com) (74.220.219.139) by oproxy13.unifiedlayer.com with SMTP; 19 Jan 2013 05:22:50 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=archlinux.ca; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=F4vPQ8bD++a8/QOGgLlVWov1szDSwN/LEr3tQ7uFV7I=; b=Tn9QUI8g9nWXL401qrahRe32ru88GcoAPIme6q2yzU8sd9MrqQtRTTUtAdfNg1Imjdo02z/oFhRTBgc8mRRDut6n02xmKbSvfUpud2QpCSqbd4cOFEMN++iH+557n9wv; Received: from [83.154.192.247] (port=58305 helo=localhost.localdomain) by box539.bluehost.com with esmtpsa (SSLv3:RC4-SHA:128) (Exim 4.80) (envelope-from ) id 1TwQtF-0003dc-LB; Fri, 18 Jan 2013 22:22:50 -0700 Date: Sat, 19 Jan 2013 05:22:45 +0000 From: Xyne To: freebsd-questions@freebsd.org Subject: Re: svn-export Re: svn bdb checkout? Message-ID: <20130119052245.004da49b@archlinux.ca> In-Reply-To: <20130117045431.GB5392@external.screwed.box> References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Identified-User: {4243:box539.bluehost.com:archlinu:archlinux.ca} {sentby:smtp auth 83.154.192.247 authed with xyne@archlinux.ca} Cc: Peter Vereshagin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 05:23:13 -0000 Hi, svn-export has now been rewritten in Python 3. Here's a quick list of changes/features: * threads have been replaced with forks (and remain optional) * new option to set svn binary * new option to generate shell script instead of using internal calls * no subshell invocation * only svn binary is called directly I've only done some quick testing. Let me know how it works. Regards, Xyne