From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id QKn5JpiIcmZbhgEAe85BDQ:P1 (envelope-from ) for ; Wed, 19 Jun 2024 07:28:24 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id QKn5JpiIcmZbhgEAe85BDQ (envelope-from ) for ; Wed, 19 Jun 2024 09:28:24 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b=s51AwV4J; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1718782104; a=rsa-sha256; cv=none; b=PfqdmDmgF0bj2QK2/biTiT+ldhgeB48yvSzXD4lFzBzmCAci8w1tbWxn0Xkv6kf/OlGEBU JRR2drbiIzH/Ba3ieJjVWQCA3XyIyB0Mk7m+3Uz9fzveSowOB5rDem2vxLLnKvkbx3NtwE w96v/KxZOVIdzsn73Vv+8fUhiu44e6dqODKdyMmKKB44FSy+D0tW9gXacSp+zKMFQnXYdU itBSbSrlQ7Dbsa3tmTddzAY69T/46Z+iFF5gFfuWNITxjEW8wuVChNAi05saUd3nEFzjnP 2TkC+X1IXstCNnCnqa9pBRROWeKEvKUwJkqaELq3frpoBeuP5Q9SRc04Sv4xaw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nicolasgoaziou.fr header.s=mailo header.b=s51AwV4J; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1718782104; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=hHWOAPMyoRJUkkdUKf/FEC0oP9WhijrdBsHvoXRD/s0=; b=Rg/9NskS+9+voByZhzSfgCHMW1GT0K9kfXe+iLEAyG5QC34DgRBoHngiAx4Q6MxwtkGR72 0ISaMq4pymlaY/BWwxTxPtp2nU7TYV4heKspITEZLYfhULy35Eqwq/9fuWRcElCwgWMqdc zjVitFYR/xK/iXgB6mJJm9k15l18jaDQTl/9O4vsFahrTK7Nx1+kXhlEF64PJIHDVXN0by F3U/TDOBVHJl60BUR/PD+NXTkLEshxaCPtNDNKRAc5H/dUx3R3lJRm3wfFEsidPys2ryMu 0LF3KQXRHpbjmA7f1H+ZsKd6l7DHRkJVbKV3Ikdlrxw8ZkK0dBgj8ZM3X+Y2fg== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 49C3061E77 for ; Wed, 19 Jun 2024 09:28:24 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sJpjd-0006wx-64; Wed, 19 Jun 2024 03:28:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sJpjb-0006wF-Fg for guix-patches@gnu.org; Wed, 19 Jun 2024 03:27:59 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sJpjb-0001we-6P for guix-patches@gnu.org; Wed, 19 Jun 2024 03:27:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sJpje-00036W-1g for guix-patches@gnu.org; Wed, 19 Jun 2024 03:28:02 -0400 Subject: bug#71371: [PATCH v2] gnu: svn-fetch: Allow specifying revisions as strings. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 19 Jun 2024 07:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 71371 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: Josselin Poiret , Simon Tournier , Mathieu Othacehe , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Tobias Geerinckx-Rice , Florian Pelz , 71371-done@debbugs.gnu.org, Christopher Baines , Matthew Trzcinski Mail-Followup-To: 71371@debbugs.gnu.org, mail@nicolasgoaziou.fr, mail@nicolasgoaziou.fr Received: via spool by 71371-done@debbugs.gnu.org id=D71371.171878206811905 (code D ref 71371); Wed, 19 Jun 2024 07:28:01 +0000 Received: (at 71371-done) by debbugs.gnu.org; 19 Jun 2024 07:27:48 +0000 Received: from localhost ([127.0.0.1]:35607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJpjP-00035x-RS for submit@debbugs.gnu.org; Wed, 19 Jun 2024 03:27:48 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:40912 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJpjM-00035b-Lp for 71371-done@debbugs.gnu.org; Wed, 19 Jun 2024 03:27:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1718782054; bh=S2WU0YUJXOWM7FogwqKLEvrQcuSVyO9wC1C7j2Itebs=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=s51AwV4J1jqyycJQfY7z90f1r0ODs2tjNlxxGQAw8k3/3yzjPYTFOOD8oVIoPabgp vUrL/twyVzRILslNgXl/YufeAbKVuvx6OgfQ/kRyyF9VBMhvDvId+VM4LLdZU1GxwT kzsYKej5S7Esq1op16UqUSFRES8l7/MZ8CiWA8eU= Received: by b221-1.in.mailobj.net [192.168.90.21] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 19 Jun 2024 09:27:34 +0200 (CEST) X-EA-Auth: dW6n1qlAYsmrPVBIp5qJ9u+FTRZ0HfssXtaEA/j/D1aqG+nb6Y4IoaCxA8CTRicMH2/CJDFFW51ELqDaS4p+z5qq6r2HQKv2BSmJe0LJwQs= In-Reply-To: <878qz2ds55.fsf@gmail.com> (Maxim Cournoyer's message of "Tue, 18 Jun 2024 14:26:14 -0400") References: <4885bc5c95529991846db147ca58f7445d3cd864.1718699410.git.mail@nicolasgoaziou.fr> <87tthqe9id.fsf@gmail.com> <871q4uwfet.fsf@nicolasgoaziou.fr> <878qz2ds55.fsf@gmail.com> Date: Wed, 19 Jun 2024 09:27:18 +0200 Message-ID: <87frt9mlyh.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Nicolas Goaziou X-ACL-Warn: , Nicolas Goaziou via Guix-patches From: Nicolas Goaziou via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -5.36 X-Migadu-Scanner: mx12.migadu.com X-Spam-Score: -5.36 X-Migadu-Queue-Id: 49C3061E77 X-TUID: aFajPM2MZLbT Hello, Maxim Cournoyer writes: > Nicolas Goaziou writes: >> Anyway, this patch is there to make my life less miserable while writing >> a TeX Live updater. It is of no use (to me) if it is restricted to >> internal projects. I'm not putting pressure on anyone though, if it >> isn't accepted, I'll find other, probably more tedious, ways to complete >> the updater. > I see. I don't have a strong opinion, if it eases the maintenance of > the many texlive packages we carry, but it seems to me that an updater > could do the work of associating an immutable SVN reference to a tag at > the time of the import. That's indeed the plan B I had in mind when I wrote about other ways. It's a bit more involved, though. Fair enough. I'll close this door and open a new one. Regards, -- Nicolas Goaziou