X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=T0BiyTc9SiIgN3xy8Vvtcfa0c2GYBqw+1TXUoBvbPNs K1CS830bVFNpFPNpqJRCrFxC18HSLHhTzFU3wDpKQq9PREawwq4ow6bIZ2EwZuLx 93tdNUQlfeEWKsybZwtUYvBLqOkNL+IpQsedsBOXKNtnCWDDFZ4XY02DEIDpFV4Q = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=3CBcpXXS9KzUJ6qT2xxg2idI0sU=; b=PH71Wb3LMQQ3Pmfw0 DHqLDHp7RduiBunKssIUvykAJSr9fjEguc3WIM+Ju+x9JE0ZhE+5+FfZP9V3GKgS 9Om8OkhaYERnAxtpowMuX48AxeCqkOAYmwwDd3m6xjG1xzeWysQcLP/foLgRmWbB 5WuD8lcd9Na0MZqlPrsvzZBWLY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,KAM_FROM_URIBL_PCCC,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp2nec.opaltelecom.net X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AloCAErErVRPRt9c/2dsb2JhbAANT81egkoDAgKBUwEBAQEBhQoBAQQ4QBELGAkWDwkDAgECAUUTCAEBt3+UJAEBAQcBAQEBHo9/FoQTAQSMVZw9hBCDMgEBAQ X-IPAS-Result: AloCAErErVRPRt9c/2dsb2JhbAANT81egkoDAgKBUwEBAQEBhQoBAQQ4QBELGAkWDwkDAgECAUUTCAEBt3+UJAEBAQcBAQEBHo9/FoQTAQSMVZw9hBCDMgEBAQ Message-ID: <54ADC579.8080505@tiscali.co.uk> Date: Wed, 07 Jan 2015 23:47:05 +0000 From: David Stacey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: svn-bisect no longer in subversion-tools References: <54AD4E2F DOT 4000806 AT cornell DOT edu> <54AD7773 DOT 1070606 AT acm DOT org> In-Reply-To: <54AD7773.1070606@acm.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 07/01/2015 18:14, David Rothenberger wrote: > On 1/7/2015 7:18 AM, Ken Brown wrote: >> /usr/bin/svn-bisect is not in the current release of subversion-tools, >> but it's in the previous release. Is this a packaging oversight or a >> deliberate decision? > It was an explicit decision by me, the package maintainer. The 1.7 > release series had an svn-bisect that I grabbed from Debian. It is not > part of the official Subversion repository. In 1.8, Subversion upstream > decided to remove many of the contributed tools from their repository. I > decided at the same time to drop svn-bisect and a few other tools from > Debian because Debian does not have 1.8 and it felt to me like > svn-bisect should be a separate package. I took a brief look at this. For the record, there are two completely different scripts called svn-bisect, depending on which Linux distro you use. The script mentioned above is a shell script found in Debian / Ubuntu. The entire script is patched in during the subversion build process, and it is packaged in Debian's 'subversion-tools'. Fedora / Centos have a perl script (also called svn-bisect) coming from the App-SVN-Bisect perl module. The script is in its own package, also called 'svn-bisect'. This won't run in Cygwin as things stand, as a number of dependent perl modules are missing. The two scripts perform the same function, and the calling syntax is /nearly/ the same... Dave. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple